You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That class should be included in the jar file, you might use any zip tool to open the jar file for verification.
Maybe you do not use --auxpath to include that jar to be loaded by Hive?
Some dependency could not be included in hive-mongo-0.0.4-jar-with-dependencies.jar, because with hive-mongo-0.0.3-jar-with-dependencies.jar the MongoStorageHandler class gets found. Not just the MongoStorageHandler class, the MongoSerde class also does not get found with hive-mongo-0.0.4-jar-with-dependencies.jar.
The exception is generated with the pre-built hive-mongo-0.0.4-jar-with-dependencies.jar, not if hive-mongo-0.0.4-jar-with-dependencies.jar is built from source code with Maven.
With the hive-mongo-0.0.4-jar-with-dependencies.jar the org.yong3.hive.mongo.MongoStorageHandler class is not found.
The text was updated successfully, but these errors were encountered: