You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bigtop.apache.org by "David Liu (Commented) (JIRA)" <ji...@apache.org> on 2012/03/24 08:11:22 UTC

[jira] [Commented] (BIGTOP-488) TestCLI missing dependency

    [ https://issues.apache.org/jira/browse/BIGTOP-488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13237470#comment-13237470 ] 

David Liu commented on BIGTOP-488:
----------------------------------

Lei Zou in his blog http://stones333.blogspot.com/2012/03/build-apache-bigtop-30-at-aws.html proposed this fix: 
$cd ~/bigtop/bigtop-tests/test-execution/smokes/hadoop
add the followings to pom.xml 
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxrs</artifactId><version>2.5.0</version>
</dependency>

I verified the fix.

                
> TestCLI missing dependency
> --------------------------
>
>                 Key: BIGTOP-488
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-488
>             Project: Bigtop
>          Issue Type: Bug
>          Components: Tests
>    Affects Versions: 0.3.0
>            Reporter: David Liu
>             Fix For: 0.3.0
>
>
> 12/03/23 22:54:24 ERROR security.UserGroupInformation: PriviledgedActionException as:ubuntu cause:java.io.IOException: java.lang.NoClassDefFoundError: javax/ws/rs/core/StreamingOutput
> 12/03/23 22:54:24 INFO ipc.Server: IPC Server handler 6 on 38203, call create(/var/lib/hadoop/cache/ubuntu/mapred/system/jobtracker.info, rwxr-xr-x, DFSClient_1752630607, true, true, 1, 67108864) from 127.0.0.1:48911: error: java.io.IOException: java.lang.NoClassDefFoundError: javax/ws/rs/core/StreamingOutput
> java.io.IOException: java.lang.NoClassDefFoundError: javax/ws/rs/core/StreamingOutput
>         at org.apache.hadoop.hdfs.server.namenode.NameNode.getClientMachine(NameNode.java:589)
>         at org.apache.hadoop.hdfs.server.namenode.NameNode.create(NameNode.java:619)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira