1
0

[MINOR] Fix path to hudi-hive-sync-bundle jars from run_sync_tool.sh (#1937)

This commit is contained in:
Bhavani Sudha Saktheeswaran
2020-08-08 21:45:10 -07:00
committed by GitHub
parent 9fe2d2b14a
commit 3c949d2ff5

View File

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