We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 ?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 ?
The text was updated successfully, but these errors were encountered: