rcongiu / Hive-JSON-Serde

Read - Write JSON SerDe for Apache Hive.
Other
733 stars 391 forks source link

java.lang.RuntimeException: org.apache.hadoop.hive.ql.metadata.HiveException: Hive Runtime Error while processing row #197

Open vctolv opened 6 years ago

vctolv commented 6 years ago

Hi All!

I'm have an issue while querying a table that makes Hive use MapReduce Jobs.

When I query the data using "Select * from Table", it returns the error below, but when I query specifying all fields, the query goes well.

Error: org.apache.hadoop.mapred.TaskAttemptListenerImpl: Task: attempt_1505760191636_0764_m_000000_0 - exited : java.lang.RuntimeException: org.apache.hadoop.hive.ql.metadata.HiveException: Hive Runtime Error while processing row

It seems when the records are over a certain volume, Hive uses mapreduce to return the Select * from statement and the error occurs.

Does anybody knows whats going on ?