1
0

[HUDI-250] Ensure Hudi CLI wrapper works with non snapshot jars too. Also Fix bug in cut_release_branch script

This commit is contained in:
Balaji Varadarajan
2019-09-13 10:00:16 -07:00
committed by Balaji Varadarajan
parent 0b032b2761
commit 3ee16b5439
3 changed files with 4 additions and 4 deletions

View File

@@ -19,7 +19,7 @@
################################################################################
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
HOODIE_JAR=`ls $DIR/target/hudi-cli-*-SNAPSHOT.jar | grep -v source | grep -v javadoc`
HOODIE_JAR=`ls $DIR/target/hudi-cli-*.jar | grep -v source | grep -v javadoc`
if [ -z "$HADOOP_CONF_DIR" ]; then
echo "setting hadoop conf dir"
HADOOP_CONF_DIR="/etc/hadoop/conf"