You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hive.apache.org by zhangjp <sm...@hotmail.com> on 2015/03/13 11:13:16 UTC

errors when "select * from table limit 10" througt jdbc client

When i query with "select col1 from table limit 10" it's ok ,but when i replace col1 to * it throws errors .

Caused by: org.apache.thrift.TApplicationException: Internal error processing FetchResults
	at org.apache.thrift.TApplicationException.read(TApplicationException.java:108)
	at org.apache.thrift.TServiceClient.receiveBase(TServiceClient.java:71)
	at org.apache.hive.service.cli.thrift.TCLIService$Client.recv_FetchResults(TCLIService.java:501)
	at org.apache.hive.service.cli.thrift.TCLIService$Client.FetchResults(TCLIService.java:488)
	at org.apache.hive.jdbc.HiveQueryResultSet.next(HiveQueryResultSet.java:329)
	... 74 more‍