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
I am using HDP 3.1, when query hive from spark, i got the following exception. I tried to find reason, but no luck yet. Please help me! Thanks!
scala > hive.executeQuery("select * from db.table where ds = '20190219'")
ERROR LlapBaseInputFormat: Closing connection due to error
shadehive.org.apache.hive.service.cli.HiveSQLException: java.io.IOException: org.apache.hadoop.hive.ql.metadata.HiveException: java.io.IOException: java.lang.ClassCastException: org.apache.hadoop.hive.ql.io.CombineHiveInputFormat$CombineHiveInputSplit cannot be cast to org.apache.hadoop.mapred.FileSplit
The text was updated successfully, but these errors were encountered:
hi @sky4star i am having same issue, have you managed to solve it please ?
Sorry, something went wrong.
No branches or pull requests
I am using HDP 3.1, when query hive from spark, i got the following exception. I tried to find reason, but no luck yet.
Please help me! Thanks!
scala > hive.executeQuery("select * from db.table where ds = '20190219'")
ERROR LlapBaseInputFormat: Closing connection due to error
shadehive.org.apache.hive.service.cli.HiveSQLException: java.io.IOException: org.apache.hadoop.hive.ql.metadata.HiveException: java.io.IOException: java.lang.ClassCastException: org.apache.hadoop.hive.ql.io.CombineHiveInputFormat$CombineHiveInputSplit cannot be cast to org.apache.hadoop.mapred.FileSplit
The text was updated successfully, but these errors were encountered: