Forked from iqbalhasnan/gist:ed92fa2450cab9c5b63d2402f3ff2c72
Created
June 22, 2021 07:29
-
-
Save rain1024/e21eedc4efc88b7406de269b2d524dae to your computer and use it in GitHub Desktop.
Spark Hive errors and solutions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. | |
Error: | |
java.io.IOException: java.lang.IllegalArgumentException: bucketId out of range: -1 | |
Solution: | |
set hive.fetch.task.conversion=none; | |
2. | |
Error: | |
java.io.IOException: [Error 30022]: Must use HiveInputFormat to read ACID tables | |
Solution: | |
set hive.input.format=org.apache.hadoop.hive.ql.io.HiveInputFormat | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment