You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "Trevorzhang (Jira)" <ji...@apache.org> on 2020/04/01 09:38:00 UTC

[jira] [Assigned] (HUDI-749) packaging/hudi-timeline-server-bundle./run_server.sh start error

     [ https://issues.apache.org/jira/browse/HUDI-749?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Trevorzhang reassigned HUDI-749:
--------------------------------

    Assignee: Trevorzhang

> 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
>             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)