Author: gates
Date: Mon Jun 13 17:21:44 2011
New Revision: 1135183
URL: http://svn.apache.org/viewvc?rev=1135183&view=rev
Log:
HCATALOG-41 Changes to hcat.sh in HCATALOG-20 broke the -e option
Modified:
incubator/hcatalog/branches/branch-0.1/CHANGES.txt
incubator/hcatalog/branches/branch-0.1/bin/hcat.sh
Modified: incubator/hcatalog/branches/branch-0.1/CHANGES.txt
URL:
http://svn.apache.org/viewvc/incubator/hcatalog/branches/branch-0.1/CHANGES.txt?rev=1135183&r1=1135182&r2=1135183&view=diff
==============================================================================
--- incubator/hcatalog/branches/branch-0.1/CHANGES.txt (original)
+++ incubator/hcatalog/branches/branch-0.1/CHANGES.txt Mon Jun 13 17:21:44 2011
@@ -56,6 +56,8 @@ Release 0.1 - Unreleased
OPTIMIZATIONS
BUG FIXES
+ HCAT-41. Changes to hcat.sh in HCATALOG-20 broke the -e option (gates)
+
HCAT-7. Ivy fetch of CDH Hadoop versions does not work properly. (gates)
HCAT-6. Unit test TestPermsInheritance fails. (hashutosh)
Modified: incubator/hcatalog/branches/branch-0.1/bin/hcat.sh
URL:
http://svn.apache.org/viewvc/incubator/hcatalog/branches/branch-0.1/bin/hcat.sh?rev=1135183&r1=1135182&r2=1135183&view=diff
==============================================================================
--- incubator/hcatalog/branches/branch-0.1/bin/hcat.sh (original)
+++ incubator/hcatalog/branches/branch-0.1/bin/hcat.sh Mon Jun 13 17:21:44 2011
@@ -86,7 +86,7 @@ if [ "$debug" == "true" ]; then
echo "with HADOOP_CLASSPATH set to ($HADOOP_CLASSPATH)"
echo "and HADOOP_OPTS set to ($HADOOP_OPTS)"
else
- exec $HADOOP_HOME/bin/hadoop jar $HCAT_JAR
org.apache.hcatalog.cli.HCatCli $remaining
+ exec $HADOOP_HOME/bin/hadoop jar $HCAT_JAR
org.apache.hcatalog.cli.HCatCli "$@"
fi
# Above is the recommended way to launch hcatalog cli. If it doesnt work, you
can try the following: