我在Hive中使用saveAsTable方法保存了一个远程数据库表,现在当我尝试使用CLI命令访问Hive表数据时select * from table_name,它给出了以下错误:
2016-06-15 10:49:36,866 WARN [HiveServer2-Handler-Pool: Thread-96]:
thrift.ThriftCLIService (ThriftCLIService.java:FetchResults(681)) -
Error fetching results: org.apache.hive.service.cli.HiveSQLException:
java.io.IOException: parquet.io.ParquetDecodingException: Can not read
value at 0 in block -1 in file hdfs:
Run Code Online (Sandbox Code Playgroud)
知道我在这里做错了什么吗?