Hive-JSON-Serde icon indicating copy to clipboard operation
Hive-JSON-Serde copied to clipboard

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

Open vctolv opened this issue 7 years ago • 0 comments

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 ?

vctolv avatar Sep 28 '17 23:09 vctolv