You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hudi.apache.org by leesf <le...@gmail.com> on 2020/01/22 16:35:07 UTC

[SUPPORT] hudi-integ-test fails after adding licenses

Hi all,

After merging the PR(https://github.com/apache/incubator-hudi/pull/1271)
which adds the missing apache license in docker/demo/presto-batch1.commands
<https://github.com/apache/incubator-hudi/pull/1271/files#diff-992e43ced3eb0102cf50773f98ed0554>
,docker/demo/presto-batch2-after-compaction.commands
<https://github.com/apache/incubator-hudi/pull/1271/files#diff-4a23593a9c83f2ac3d423e756c84d1ef>
, docker/demo/presto-table-check.commands
<https://github.com/apache/incubator-hudi/pull/1271/files#diff-d7c0616cefe7404855e6fed66d81e7ea>,
then the travis fails with the exception
ITTestHoodieDemo.testDemo:81->testPrestoAfterFirstBatch:192->ITTestBase.executePrestoCommandFile:223->ITTestBase.executeCommandStringInDocker:190->ITTestBase.executeCommandInDocker:168
Command ([presto, --server, presto-coordinator-1:8090, --catalog, hive,
--schema, default, -f, /usr/hive/data/input/presto-table-check.commands])
expected to succeed. Exit (1) expected:<0> but was:<1>

and the detail log link https://api.travis-ci.org/v3/job/640489853/log.txt

Any ideas? thanks.

Best,
Leesf

Re: [SUPPORT] hudi-integ-test fails after adding licenses

Posted by leesf <le...@gmail.com>.
Thanks sivablan for your confirmation. :)

Sivabalan <n....@gmail.com> 于2020年1月23日周四 上午1:22写道:

> cool. thanks man for fixing it. Presto command that takes in a file for
> list of queries doesn't recognize # as comments.
> presto --server presto-coordinator-1:8090 --catalog hive --schema default
> -f /usr/hive/data/input/presto-batch1.commands
>
>
> On Wed, Jan 22, 2020 at 12:17 PM leesf <le...@gmail.com> wrote:
>
> > Update: seems like would be fixed via
> > https://github.com/apache/incubator-hudi/pull/1273, and verified in my
> own
> > travis  https://api.travis-ci.org/v3/job/640530602/log.txt
> >
> > leesf <le...@gmail.com> 于2020年1月23日周四 上午12:35写道:
> >
> > > Hi all,
> > >
> > > After merging the PR(
> https://github.com/apache/incubator-hudi/pull/1271)
> > > which adds the missing apache license in
> > > docker/demo/presto-batch1.commands
> > > <
> >
> https://github.com/apache/incubator-hudi/pull/1271/files#diff-992e43ced3eb0102cf50773f98ed0554
> > >
> > > ,docker/demo/presto-batch2-after-compaction.commands
> > > <
> >
> https://github.com/apache/incubator-hudi/pull/1271/files#diff-4a23593a9c83f2ac3d423e756c84d1ef
> > >
> > > , docker/demo/presto-table-check.commands
> > > <
> >
> https://github.com/apache/incubator-hudi/pull/1271/files#diff-d7c0616cefe7404855e6fed66d81e7ea
> > >,
> > > then the travis fails with the exception
> >
> ITTestHoodieDemo.testDemo:81->testPrestoAfterFirstBatch:192->ITTestBase.executePrestoCommandFile:223->ITTestBase.executeCommandStringInDocker:190->ITTestBase.executeCommandInDocker:168
> > > Command ([presto, --server, presto-coordinator-1:8090, --catalog, hive,
> > > --schema, default, -f,
> /usr/hive/data/input/presto-table-check.commands])
> > > expected to succeed. Exit (1) expected:<0> but was:<1>
> > >
> > > and the detail log link
> > https://api.travis-ci.org/v3/job/640489853/log.txt
> > >
> > > Any ideas? thanks.
> > >
> > > Best,
> > > Leesf
> > >
> >
>
>
> --
> Regards,
> -Sivabalan
>

Re: [SUPPORT] hudi-integ-test fails after adding licenses

Posted by Sivabalan <n....@gmail.com>.
cool. thanks man for fixing it. Presto command that takes in a file for
list of queries doesn't recognize # as comments.
presto --server presto-coordinator-1:8090 --catalog hive --schema default
-f /usr/hive/data/input/presto-batch1.commands


On Wed, Jan 22, 2020 at 12:17 PM leesf <le...@gmail.com> wrote:

> Update: seems like would be fixed via
> https://github.com/apache/incubator-hudi/pull/1273, and verified in my own
> travis  https://api.travis-ci.org/v3/job/640530602/log.txt
>
> leesf <le...@gmail.com> 于2020年1月23日周四 上午12:35写道:
>
> > Hi all,
> >
> > After merging the PR(https://github.com/apache/incubator-hudi/pull/1271)
> > which adds the missing apache license in
> > docker/demo/presto-batch1.commands
> > <
> https://github.com/apache/incubator-hudi/pull/1271/files#diff-992e43ced3eb0102cf50773f98ed0554
> >
> > ,docker/demo/presto-batch2-after-compaction.commands
> > <
> https://github.com/apache/incubator-hudi/pull/1271/files#diff-4a23593a9c83f2ac3d423e756c84d1ef
> >
> > , docker/demo/presto-table-check.commands
> > <
> https://github.com/apache/incubator-hudi/pull/1271/files#diff-d7c0616cefe7404855e6fed66d81e7ea
> >,
> > then the travis fails with the exception
> ITTestHoodieDemo.testDemo:81->testPrestoAfterFirstBatch:192->ITTestBase.executePrestoCommandFile:223->ITTestBase.executeCommandStringInDocker:190->ITTestBase.executeCommandInDocker:168
> > Command ([presto, --server, presto-coordinator-1:8090, --catalog, hive,
> > --schema, default, -f, /usr/hive/data/input/presto-table-check.commands])
> > expected to succeed. Exit (1) expected:<0> but was:<1>
> >
> > and the detail log link
> https://api.travis-ci.org/v3/job/640489853/log.txt
> >
> > Any ideas? thanks.
> >
> > Best,
> > Leesf
> >
>


-- 
Regards,
-Sivabalan

Re: [SUPPORT] hudi-integ-test fails after adding licenses

Posted by leesf <le...@gmail.com>.
Update: seems like would be fixed via
https://github.com/apache/incubator-hudi/pull/1273, and verified in my own
travis  https://api.travis-ci.org/v3/job/640530602/log.txt

leesf <le...@gmail.com> 于2020年1月23日周四 上午12:35写道:

> Hi all,
>
> After merging the PR(https://github.com/apache/incubator-hudi/pull/1271)
> which adds the missing apache license in
> docker/demo/presto-batch1.commands
> <https://github.com/apache/incubator-hudi/pull/1271/files#diff-992e43ced3eb0102cf50773f98ed0554>
> ,docker/demo/presto-batch2-after-compaction.commands
> <https://github.com/apache/incubator-hudi/pull/1271/files#diff-4a23593a9c83f2ac3d423e756c84d1ef>
> , docker/demo/presto-table-check.commands
> <https://github.com/apache/incubator-hudi/pull/1271/files#diff-d7c0616cefe7404855e6fed66d81e7ea>,
> then the travis fails with the exception ITTestHoodieDemo.testDemo:81->testPrestoAfterFirstBatch:192->ITTestBase.executePrestoCommandFile:223->ITTestBase.executeCommandStringInDocker:190->ITTestBase.executeCommandInDocker:168
> Command ([presto, --server, presto-coordinator-1:8090, --catalog, hive,
> --schema, default, -f, /usr/hive/data/input/presto-table-check.commands])
> expected to succeed. Exit (1) expected:<0> but was:<1>
>
> and the detail log link https://api.travis-ci.org/v3/job/640489853/log.txt
>
> Any ideas? thanks.
>
> Best,
> Leesf
>