查询配置单

时间:2017-09-18 19:01:08

标签: hadoop hive presto

  1. 在Hive中查询select * from table_name limit 10;会返回正确的数据。但是通过presto连接查询同一个表会返回错误:
  2.   

    Presto查询失败。找不到字段   [0:error_error_error_error_error_error_error,   1:cannot_determine_schema,2:check,3:schema,4:url,5:and,6:literal]

    1. 在Hive中查询select count(*) from table_name;会返回正确的数据。但是通过presto连接查询同一个表会返回错误:
    2.   

      Presto查询失败。 HIVE_CURSOR_ERROR

      我已经完成了link1link2,但它对我没有帮助。

1 个答案:

答案 0 :(得分:0)

我通过纠正avro架构解决了这个问题。