1
0

[HUDI-749] Fix hudi-timeline-server-bundle run_server.sh start error (#1477)

This commit is contained in:
Trevor
2020-04-01 22:19:54 +08:00
committed by GitHub
parent c146ca90fd
commit 2a611f4ad3

View File

@@ -18,7 +18,7 @@
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
#Ensure we pick the right jar even for hive11 builds
HOODIE_JAR=`ls -c $DIR/target/hudi-timeline-server-bundle-*.jar | grep -v test | head -1`
HOODIE_JAR=`ls -c $DIR/target/hudi-timeline-server-bundle-*.jar | grep -v test | grep -v source | head -1`
if [ -z "$HADOOP_HOME" ]; then
echo "HADOOP_HOME not set. It must be set"