1
0

HUDI-197 Hive Sync and othe CLIs using bundle picking sources jar instead of binary jar

This commit is contained in:
Balaji Varadarajan
2019-08-02 05:12:47 -07:00
committed by Balaji Varadarajan
parent 8ddfa2ecda
commit 8139ffd94c
3 changed files with 3 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ fi
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
#Ensure we pick the right jar even for hive11 builds
HOODIE_HIVE_UBER_JAR=`ls -c $DIR/../packaging/hoodie-hive-bundle/target/hoodie-hive-*.jar | head -1`
HOODIE_HIVE_UBER_JAR=`ls -c $DIR/../packaging/hoodie-hive-bundle/target/hoodie-hive-*.jar | grep -v source | head -1`
if [ -z "$HADOOP_CONF_DIR" ]; then
echo "setting hadoop conf dir"