Author: khorgath
Date: Mon Jan 16 20:06:46 2012
New Revision: 1232136
URL: http://svn.apache.org/viewvc?rev=1232136&view=rev
Log:
HCATALOG-214 HCat commandline does not set location for config dir correctly
(khorgath)
Modified:
incubator/hcatalog/branches/branch-0.3/CHANGES.txt
incubator/hcatalog/branches/branch-0.3/bin/hcat
Modified: incubator/hcatalog/branches/branch-0.3/CHANGES.txt
URL:
http://svn.apache.org/viewvc/incubator/hcatalog/branches/branch-0.3/CHANGES.txt?rev=1232136&r1=1232135&r2=1232136&view=diff
==============================================================================
--- incubator/hcatalog/branches/branch-0.3/CHANGES.txt (original)
+++ incubator/hcatalog/branches/branch-0.3/CHANGES.txt Mon Jan 16 20:06:46 2012
@@ -95,6 +95,8 @@ Release 0.3.0 (unreleased changes)
OPTIMIZATIONS
BUG FIXES
+ HCAT-214. HCat commandline does not set location for config dir correctly
(khorgath)
+
HCAT-197. Data generator for e2e assumes hadoop tarball installation
(arpitgupta via khorgath)
HCAT-199. HCatOutputCommitter::cleanupJob() fails : Unable to connect to
metastore. (mithun via khorgath)
Modified: incubator/hcatalog/branches/branch-0.3/bin/hcat
URL:
http://svn.apache.org/viewvc/incubator/hcatalog/branches/branch-0.3/bin/hcat?rev=1232136&r1=1232135&r2=1232136&view=diff
==============================================================================
--- incubator/hcatalog/branches/branch-0.3/bin/hcat (original)
+++ incubator/hcatalog/branches/branch-0.3/bin/hcat Mon Jan 16 20:06:46 2012
@@ -63,7 +63,7 @@ for jar in $HCAT_PREFIX/share/hcatalog/l
done
# Put our config file in the classpath
-HADOOP_CLASSPATH=${HADOOP_CLASSPATH}:${HCAT_PREFIX}/etc/hcatalog
+HADOOP_CLASSPATH=${HADOOP_CLASSPATH}:${HCAT_CONF_DIR}
export HADOOP_CLASSPATH=$HADOOP_CLASSPATH
export HADOOP_OPTS=$HADOOP_OPTS