You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bigtop.apache.org by "Karthik K (JIRA)" <ji...@apache.org> on 2012/07/21 20:05:35 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=13419897#comment-13419897 ] 

Karthik K commented on BIGTOP-488:
----------------------------------

Aliter: 

<dependency>
	<groupId>javax.ws.rs</groupId>
	<artifactId>jsr311-api</artifactId>
	<version>1.1.1</version>
</dependency>
            

This also works. 
                
> 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
>            Assignee: Lei Zou
>              Labels: test
>             Fix For: 0.4.0
>
>         Attachments: JIRA_488.txt
>
>
> 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