Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
ghx-label-1
Description
Currently the hive-jdbc jar is added under the scope 'test'.
Therefore it won't be included in the build-classpath.txt because it only includes jars from the 'runtime' scope. So in the end run-hive-jdbc.sh throws ClassNotFoundException exception.
We could create a separate file 'test-classpath.txt' that would include the jars from the test scope and use the contents of it during e2e tests.