You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@bigtop.apache.org by Victor Chugunov <vi...@yahoo.com> on 2012/03/22 23:53:23 UTC

Re: error when running test on hadoop: cli.TestCLI: File: /home/ubuntu/bigtop/bigtop-tests/test-execution/smokes/hadoop/target/clitest_data/testConf.xml not found

I did
Looking at the problem
Victor



________________________________
From: David Liu (gmail dev) <em...@gmail.com>
To: bigtop-user@incubator.apache.org
Sent: Thu, March 22, 2012 4:46:06 PM
Subject: error when running test on hadoop: cli.TestCLI: File: 
/home/ubuntu/bigtop/bigtop-tests/test-execution/smokes/hadoop/target/clitest_data/testConf.xml
 not found


Hi, did anyone hit this error message before.
Thanks
David

12/03/21 23:10:05 INFO cli.TestCLI: File: 
/home/ubuntu/bigtop/bigtop-tests/test-execution/smokes/hadoop/target/clitest_data/testConf.xml
 not found
Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 1.923 sec <<< 
FAILURE!

Results :

Failed tests: 
  testAll(org.apache.bigtop.itest.hadooptests.TestTestCLI)

Tests run: 10, Failures: 1, Errors: 0, Skipped: 0


More details:

-------------------------------------------------------------------------------
Test set: org.apache.bigtop.itest.hadooptests.TestTestCLI
-------------------------------------------------------------------------------
Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 1.923 sec <<< 
FAILURE!
testAll(org.apache.bigtop.itest.hadooptests.TestTestCLI)  Time elapsed: 0.096 
sec  <<< FAILURE!
junit.framework.AssertionFailedError: Error reading test config file
        at junit.framework.Assert.fail(Assert.java:47)
        at junit.framework.Assert.assertTrue(Assert.java:20)
        at org.apache.hadoop.cli.TestCLI.readTestConfigFile(TestCLI.java:105)
        at org.apache.hadoop.cli.TestCLI.setUp(TestCLI.java:114)

Re: error when running test on hadoop: cli.TestCLI: File: /home/ubuntu/bigtop/bigtop-tests/test-execution/smokes/hadoop/target/clitest_data/testConf.xml not found

Posted by Roman Shaposhnik <rv...@apache.org>.
On Fri, Mar 23, 2012 at 3:43 PM, David Liu (gmail dev)
<em...@gmail.com> wrote:
> Created BIGTOP-483 [https://issues.apache.org/jira/browse/BIGTOP-483] to
> track this issue.
> Would be happy to fix it if I can figure out the deep nesting of pom filesŠ

Go for it! I've assigned the JIRA to your name. In the future feel free to do
the same for the things you decide to work on.

Thanks,
Roman.

Re: error when running test on hadoop: cli.TestCLI: File: /home/ubuntu/bigtop/bigtop-tests/test-execution/smokes/hadoop/target/clitest_data/testConf.xml not found

Posted by "David Liu (gmail dev)" <em...@gmail.com>.
Created BIGTOP-483 [https://issues.apache.org/jira/browse/BIGTOP-483] to
track this issue. 
Would be happy to fix it if I can figure out the deep nesting of pom filesŠ

David

On 3/22/12 8:39 PM, "Roman Shaposhnik" <rv...@apache.org> wrote:

>On Thu, Mar 22, 2012 at 6:02 PM, David Liu (gmail dev)
><em...@gmail.com> wrote:
>> Hi Lei,
>> Thanks for the work-around. I think it is a bug given 3 of us hit it,
>>and
>> needs a JIRA ticket if not already there.
>
>Please file one. Better yet -- consider fixing it ;-)
>
>Thanks,
>Roman.



Re: error when running test on hadoop: cli.TestCLI: File: /home/ubuntu/bigtop/bigtop-tests/test-execution/smokes/hadoop/target/clitest_data/testConf.xml not found

Posted by Roman Shaposhnik <rv...@apache.org>.
On Thu, Mar 22, 2012 at 6:02 PM, David Liu (gmail dev)
<em...@gmail.com> wrote:
> Hi Lei,
> Thanks for the work-around. I think it is a bug given 3 of us hit it, and
> needs a JIRA ticket if not already there.

Please file one. Better yet -- consider fixing it ;-)

Thanks,
Roman.

Re: error when running test on hadoop: cli.TestCLI: File: /home/ubuntu/bigtop/bigtop-tests/test-execution/smokes/hadoop/target/clitest_data/testConf.xml not found

Posted by "David Liu (gmail dev)" <em...@gmail.com>.
Hi Lei,

I have created a ticket BIGTOP-488 to track the issue you mentioned in your
blog about missing cxf, and made you the resolver. I hit the same issue, and
I was able to get around the issue using your updated pom.xml file.

Thanks
David


From:  Lei Zou <le...@gmail.com>
Reply-To:  <bi...@incubator.apache.org>
Date:  Thu, 22 Mar 2012 16:42:56 -0700
To:  <bi...@incubator.apache.org>
Subject:  Re: error when running test on hadoop: cli.TestCLI: File:
/home/ubuntu/bigtop/bigtop-tests/test-execution/smokes/hadoop/target/clitest
_data/testConf.xml not found

Do a find on testConf.xml under ./bigtop, then copy it to the target place,
you can get pass this poiny

~/bigtop$ cp 
./build/hadoop/deb/hadoop-1.0.1/src/test/org/apache/hadoop/cli/testConf.xml
/home/ubuntu/bigtop/bigtop-tests/test-execution/smokes/hadoop/target/clitest
_data/testConf.xml

I have run into some other issues after that.



On Thu, Mar 22, 2012 at 3:53 PM, Victor Chugunov <vi...@yahoo.com> wrote:
> I did
> Looking at the problem
> Victor
> 
> 
> From: David Liu (gmail dev) <em...@gmail.com>
> To: bigtop-user@incubator.apache.org
> Sent: Thu, March 22, 2012 4:46:06 PM
> Subject: error when running test on hadoop: cli.TestCLI: File:
> /home/ubuntu/bigtop/bigtop-tests/test-execution/smokes/hadoop/target/clitest_d
> ata/testConf.xml not found
> 
> Hi, did anyone hit this error message before.
> Thanks
> David
> 
> 12/03/21 23:10:05 INFO cli.TestCLI: File:
> /home/ubuntu/bigtop/bigtop-tests/test-execution/smokes/hadoop/target/clitest_d
> ata/testConf.xml not found
> Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 1.923 sec <<<
> FAILURE!
> 
> Results :
> 
> Failed tests: 
>   testAll(org.apache.bigtop.itest.hadooptests.TestTestCLI)
> 
> Tests run: 10, Failures: 1, Errors: 0, Skipped: 0
> 
> 
> More details:
> 
> 
------------------------------------------------------------------------------>
-
> Test set: org.apache.bigtop.itest.hadooptests.TestTestCLI
> 
------------------------------------------------------------------------------>
-
> Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 1.923 sec <<<
> FAILURE!
> testAll(org.apache.bigtop.itest.hadooptests.TestTestCLI)  Time elapsed: 0.096
> sec  <<< FAILURE!
> junit.framework.AssertionFailedError: Error reading test config file
>         at junit.framework.Assert.fail(Assert.java:47)
>         at junit.framework.Assert.assertTrue(Assert.java:20)
>         at org.apache.hadoop.cli.TestCLI.readTestConfigFile(TestCLI.java:105)
>         at org.apache.hadoop.cli.TestCLI.setUp(TestCLI.java:114)
> 
> 




Re: error when running test on hadoop: cli.TestCLI: File: /home/ubuntu/bigtop/bigtop-tests/test-execution/smokes/hadoop/target/clitest_data/testConf.xml not found

Posted by "David Liu (gmail dev)" <em...@gmail.com>.
Hi Lei,
Thanks for the work-around. I think it is a bug given 3 of us hit it, and
needs a JIRA ticket if not already there.
David

From:  Lei Zou <le...@gmail.com>
Reply-To:  <bi...@incubator.apache.org>
Date:  Thu, 22 Mar 2012 16:42:56 -0700
To:  <bi...@incubator.apache.org>
Subject:  Re: error when running test on hadoop: cli.TestCLI: File:
/home/ubuntu/bigtop/bigtop-tests/test-execution/smokes/hadoop/target/clitest
_data/testConf.xml not found

Do a find on testConf.xml under ./bigtop, then copy it to the target place,
you can get pass this poiny

~/bigtop$ cp 
./build/hadoop/deb/hadoop-1.0.1/src/test/org/apache/hadoop/cli/testConf.xml
/home/ubuntu/bigtop/bigtop-tests/test-execution/smokes/hadoop/target/clitest
_data/testConf.xml

I have run into some other issues after that.



On Thu, Mar 22, 2012 at 3:53 PM, Victor Chugunov <vi...@yahoo.com> wrote:
> I did
> Looking at the problem
> Victor
> 
> 
> From: David Liu (gmail dev) <em...@gmail.com>
> To: bigtop-user@incubator.apache.org
> Sent: Thu, March 22, 2012 4:46:06 PM
> Subject: error when running test on hadoop: cli.TestCLI: File:
> /home/ubuntu/bigtop/bigtop-tests/test-execution/smokes/hadoop/target/clitest_d
> ata/testConf.xml not found
> 
> Hi, did anyone hit this error message before.
> Thanks
> David
> 
> 12/03/21 23:10:05 INFO cli.TestCLI: File:
> /home/ubuntu/bigtop/bigtop-tests/test-execution/smokes/hadoop/target/clitest_d
> ata/testConf.xml not found
> Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 1.923 sec <<<
> FAILURE!
> 
> Results :
> 
> Failed tests: 
>   testAll(org.apache.bigtop.itest.hadooptests.TestTestCLI)
> 
> Tests run: 10, Failures: 1, Errors: 0, Skipped: 0
> 
> 
> More details:
> 
> 
------------------------------------------------------------------------------>
-
> Test set: org.apache.bigtop.itest.hadooptests.TestTestCLI
> 
------------------------------------------------------------------------------>
-
> Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 1.923 sec <<<
> FAILURE!
> testAll(org.apache.bigtop.itest.hadooptests.TestTestCLI)  Time elapsed: 0.096
> sec  <<< FAILURE!
> junit.framework.AssertionFailedError: Error reading test config file
>         at junit.framework.Assert.fail(Assert.java:47)
>         at junit.framework.Assert.assertTrue(Assert.java:20)
>         at org.apache.hadoop.cli.TestCLI.readTestConfigFile(TestCLI.java:105)
>         at org.apache.hadoop.cli.TestCLI.setUp(TestCLI.java:114)
> 
> 




Re: error when running test on hadoop: cli.TestCLI: File: /home/ubuntu/bigtop/bigtop-tests/test-execution/smokes/hadoop/target/clitest_data/testConf.xml not found

Posted by Lei Zou <le...@gmail.com>.
Do a find on testConf.xml under ./bigtop, then copy it to the target place,
you can get pass this poiny

~/bigtop$ cp
./build/hadoop/deb/hadoop-1.0.1/src/test/org/apache/hadoop/cli/testConf.xml
/home/ubuntu/bigtop/bigtop-tests/test-execution/smokes/hadoop/target/clitest_data/testConf.xml

I have run into some other issues after that.



On Thu, Mar 22, 2012 at 3:53 PM, Victor Chugunov <vi...@yahoo.com> wrote:

> I did
> Looking at the problem
> Victor
>
> ------------------------------
> *From:* David Liu (gmail dev) <em...@gmail.com>
> *To:* bigtop-user@incubator.apache.org
> *Sent:* Thu, March 22, 2012 4:46:06 PM
> *Subject:* error when running test on hadoop: cli.TestCLI: File:
> /home/ubuntu/bigtop/bigtop-tests/test-execution/smokes/hadoop/target/clitest_data/testConf.xml
> not found
>
> Hi, did anyone hit this error message before.
> Thanks
> David
>
> 12/03/21 23:10:05 INFO cli.TestCLI: File:
> /home/ubuntu/bigtop/bigtop-tests/test-execution/smokes/hadoop/target/clitest_data/testConf.xml
> not found
> Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 1.923 sec
> <<< FAILURE!
>
> Results :
>
> Failed tests:
>   testAll(org.apache.bigtop.itest.hadooptests.TestTestCLI)
>
> Tests run: 10, Failures: 1, Errors: 0, Skipped: 0
>
>
> More details:
>
>
> -------------------------------------------------------------------------------
> Test set: org.apache.bigtop.itest.hadooptests.TestTestCLI
>
> -------------------------------------------------------------------------------
> Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 1.923 sec
> <<< FAILURE!
> testAll(org.apache.bigtop.itest.hadooptests.TestTestCLI)  Time elapsed:
> 0.096 sec  <<< FAILURE!
> junit.framework.AssertionFailedError: Error reading test config file
>         at junit.framework.Assert.fail(Assert.java:47)
>         at junit.framework.Assert.assertTrue(Assert.java:20)
>         at
> org.apache.hadoop.cli.TestCLI.readTestConfigFile(TestCLI.java:105)
>         at org.apache.hadoop.cli.TestCLI.setUp(TestCLI.java:114)
>
>
>