[
https://issues.apache.org/jira/browse/HUDI-749?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated HUDI-749:
--------------------------------
Labels: newbie pull-request-available (was: newbie)
> 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
> Assignee: Trevorzhang
> Priority: Minor
> Labels: newbie, pull-request-available
> 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)