leesf created HUDI-749:
--------------------------
Summary: packaging/hudi-timeline-server-bundle./run_server.sh
start error
Key: HUDI-749
URL: https://issues.apache.org/jira/browse/HUDI-749
Project: Apache Hudi (incubating)
Issue Type: Bug
Components: newbie
Reporter: leesf
Fix For: 0.6.0
./run_server.sh start error.
should change
HOODIE_JAR=`ls -c $DIR/target/hudi-timeline-server-bundle-*.jar | grep -v test
| head -1` to
HOODIE_JAR=`ls -c $DIR/target/hudi-timeline-server-bundle-*.jar | grep -v test
| grep -v source | head -1`
should fix the issue.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)