-
-
Notifications
You must be signed in to change notification settings - Fork 358
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
Hortonworks Hive Warehouse Connector & Hadoop 3 #317
Comments
Here is a full stack trace:
Probably finding the right excludes will get the job done. |
potentially simply excluding https://stackoverflow.com/questions/53915059/how-can-i-fix-java-lang-illegalargumentexception-unrecognized-hadoop-major-vers i.e. editthis trick is not getting the job done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When adding the hortonworks Hive Warehouse Connector into a spark project where spark-testing-base is used for unit tests, any unit test will fail with:
Unrecognized Hadoop major version number: 3.1.1.3.1.5.9-1
How can this be fixed?
Note, I am using spark 2.3.x on a Hadoop 3.1 installation with the latest 0.14.0 version of spark-testing-base.
The hortonworks hive warehouse connector to a gradle scala (spark) project like:
The text was updated successfully, but these errors were encountered: