You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by vi...@apache.org on 2017/11/29 18:15:53 UTC

hive git commit: HIVE-16939: metastore error: 'export: -Dproc_metastore : not a valid identifier' (Fei Hui, reviewed by Ferdinand Xu)

Repository: hive
Updated Branches:
  refs/heads/branch-2 33dc63bb3 -> 6189dbdea


HIVE-16939: metastore error: 'export: -Dproc_metastore : not a valid identifier' (Fei Hui, reviewed by Ferdinand Xu)


Project: http://git-wip-us.apache.org/repos/asf/hive/repo
Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/6189dbde
Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/6189dbde
Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/6189dbde

Branch: refs/heads/branch-2
Commit: 6189dbdea543939e977f97170f9a37389f46eb29
Parents: 33dc63b
Author: Ferdinand Xu <ch...@intel.com>
Authored: Fri Jun 23 06:54:27 2017 +0800
Committer: Vihang Karajgaonkar <vi...@cloudera.com>
Committed: Wed Nov 29 10:06:41 2017 -0800

----------------------------------------------------------------------
 bin/ext/metastore.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/6189dbde/bin/ext/metastore.sh
----------------------------------------------------------------------
diff --git a/bin/ext/metastore.sh b/bin/ext/metastore.sh
index 9748f8a..cc08c95 100644
--- a/bin/ext/metastore.sh
+++ b/bin/ext/metastore.sh
@@ -26,7 +26,7 @@ metastore() {
 
   # hadoop 20 or newer - skip the aux_jars option and hiveconf
 
-  export HADOOP_CLIENT_OPTS= " -Dproc_metastore $HADOOP_CLIENT_OPTS "
+  export HADOOP_CLIENT_OPTS=" -Dproc_metastore $HADOOP_CLIENT_OPTS "
   export HADOOP_OPTS="$HIVE_METASTORE_HADOOP_OPTS $HADOOP_OPTS"
   exec $HADOOP jar $JAR $CLASS "$@"
 }