diff --git common/src/java/org/apache/hadoop/hive/conf/HiveConf.java common/src/java/org/apache/hadoop/hive/conf/HiveConf.java index 3ab73ad..5d64b67 100644 --- common/src/java/org/apache/hadoop/hive/conf/HiveConf.java +++ common/src/java/org/apache/hadoop/hive/conf/HiveConf.java @@ -751,9 +751,6 @@ public void setSparkConfigUpdated(boolean isSparkConfigUpdated) { HIVEJOBNAMELENGTH("hive.jobname.length", 50, "max jobname length"), - // hive jar - HIVEJAR("hive.jar.path", "", - "The location of hive_cli.jar that is used when submitting jobs in a separate jvm."), HIVEAUXJARS("hive.aux.jars.path", "", "The location of the plugin jars that contain implementations of user defined functions and serdes."), @@ -2969,10 +2966,6 @@ private void initialize(Class cls) { // if the running class was loaded directly (through eclipse) rather than through a // jar then this would be needed - if (hiveJar == null) { - hiveJar = this.get(ConfVars.HIVEJAR.varname); - } - if (auxJars == null) { auxJars = this.get(ConfVars.HIVEAUXJARS.varname); } diff --git data/conf/hive-site-old.xml data/conf/hive-site-old.xml index 4e6ff16..61f8645 100644 --- data/conf/hive-site-old.xml +++ data/conf/hive-site-old.xml @@ -114,12 +114,6 @@ - hive.jar.path - ${build.dir.hive}/ql/hive-exec-${version}.jar - - - - hive.metastore.rawstore.impl org.apache.hadoop.hive.metastore.ObjectStore Name of the class that implements org.apache.hadoop.hive.metastore.rawstore interface. This class is used to store and retrieval of raw metadata objects such as table, database diff --git data/conf/hive-site.xml data/conf/hive-site.xml index 1b2359b..6cd6698 100644 --- data/conf/hive-site.xml +++ data/conf/hive-site.xml @@ -112,12 +112,6 @@ - hive.jar.path - ${maven.local.repository}/org/apache/hive/hive-exec/${hive.version}/hive-exec-${hive.version}.jar - - - - hive.metastore.rawstore.impl org.apache.hadoop.hive.metastore.ObjectStore Name of the class that implements org.apache.hadoop.hive.metastore.rawstore interface. This class is used to store and retrieval of raw metadata objects such as table, database diff --git data/conf/llap/hive-site.xml data/conf/llap/hive-site.xml index 77f6945..fe35cc3 100644 --- data/conf/llap/hive-site.xml +++ data/conf/llap/hive-site.xml @@ -122,12 +122,6 @@ - hive.jar.path - ${maven.local.repository}/org/apache/hive/hive-exec/${hive.version}/hive-exec-${hive.version}.jar - - - - hive.metastore.rawstore.impl org.apache.hadoop.hive.metastore.ObjectStore Name of the class that implements org.apache.hadoop.hive.metastore.rawstore interface. This class is used to store and retrieval of raw metadata objects such as table, database diff --git data/conf/spark/standalone/hive-site.xml data/conf/spark/standalone/hive-site.xml index 759f3f7..bb6bdcb 100644 --- data/conf/spark/standalone/hive-site.xml +++ data/conf/spark/standalone/hive-site.xml @@ -92,12 +92,6 @@ - hive.jar.path - ${maven.local.repository}/org/apache/hive/hive-exec/${hive.version}/hive-exec-${hive.version}.jar - - - - test.data.scripts ${hive.root}/data/scripts diff --git data/conf/spark/yarn-client/hive-site.xml data/conf/spark/yarn-client/hive-site.xml index 40ff688..c20eac1 100644 --- data/conf/spark/yarn-client/hive-site.xml +++ data/conf/spark/yarn-client/hive-site.xml @@ -92,12 +92,6 @@ - hive.jar.path - ${maven.local.repository}/org/apache/hive/hive-exec/${hive.version}/hive-exec-${hive.version}.jar - - - - test.data.scripts ${hive.root}/data/scripts diff --git data/conf/tez/hive-site.xml data/conf/tez/hive-site.xml index 5074427..3563b9a 100644 --- data/conf/tez/hive-site.xml +++ data/conf/tez/hive-site.xml @@ -122,12 +122,6 @@ - hive.jar.path - ${maven.local.repository}/org/apache/hive/hive-exec/${hive.version}/hive-exec-${hive.version}.jar - - - - hive.metastore.rawstore.impl org.apache.hadoop.hive.metastore.ObjectStore Name of the class that implements org.apache.hadoop.hive.metastore.rawstore interface. This class is used to store and retrieval of raw metadata objects such as table, database