Index: bin/hcat.sh =================================================================== --- bin/hcat.sh (revision 1164317) +++ bin/hcat.sh (working copy) @@ -50,7 +50,8 @@ done # Find our hcatalog jar -HCAT_JAR=$HCAT_HOME/lib/hcatalog-*.jar +shopt -s extglob +HCAT_JAR=$HCAT_HOME/build/hcatalog/hcatalog-!(*server-extensions*).jar # Add all of the other jars to our classpath for jar in $HCAT_HOME/lib/*.jar ; do