Skip to content
New issue

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

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

Open
vctolv opened this issue Sep 28, 2017 · 0 comments

Comments

@vctolv
Copy link

vctolv commented Sep 28, 2017

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 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant