Author: hashutosh
Date: Wed Jan 25 17:32:54 2012
New Revision: 1235845
URL: http://svn.apache.org/viewvc?rev=1235845&view=rev
Log:
HIVE-2665 : Support for metastore service specific HADOOP_OPTS environment setting (thw via
hashutosh)
Modified:
hive/trunk/bin/ext/metastore.sh
Modified: hive/trunk/bin/ext/metastore.sh
URL: http://svn.apache.org/viewvc/hive/trunk/bin/ext/metastore.sh?rev=1235845&r1=1235844&r2=1235845&view=diff
==============================================================================
--- hive/trunk/bin/ext/metastore.sh (original)
+++ hive/trunk/bin/ext/metastore.sh Wed Jan 25 17:32:54 2012
@@ -26,6 +26,7 @@ metastore() {
# hadoop 20 or newer - skip the aux_jars option and hiveconf
+ export HADOOP_OPTS="$HIVE_METASTORE_HADOOP_OPTS $HADOOP_OPTS"
exec $HADOOP jar $JAR $CLASS "$@"
}
|