Details
-
New Feature
-
Status: Open
-
Major
-
Resolution: Unresolved
-
1.13.0
-
None
-
None
Description
Hive metastore client can't guarantee the proper work with other versions of Hive. So it should be exactly the same version of Hive metastore client and server.
In Spark the user can specify the path, where hive-metastore jar is placed. For example, if spark works with Hive2.1.1 version, it is necessary to put the path to hive-metastore-2.1.1.jar for the property spark.sql.hive.metastore.jars
http://spark.apache.org/docs/latest/sql-programming-guide.html#interacting-with-different-versions-of-hive-metastore
The similar way should be implemented in Drill.
Attachments
Issue Links
- is related to
-
DRILL-6679 Error should be displayed when trying to connect Drill to unsupported version of Hive
- Open
- is required by
-
DRILL-6293 Unable to read hive(2.1.1) tables using Drill 1.13.0
- Closed