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

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