You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "Vinoth Chandar (Jira)" <ji...@apache.org> on 2020/05/10 13:43:00 UTC

[jira] [Resolved] (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 ]

Vinoth Chandar resolved HUDI-749.
---------------------------------
    Resolution: Fixed

> 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
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> ./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)