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 (Created) (JIRA)" <ji...@apache.org> on 2012/03/24 08:03:22 UTC

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

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

        

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

Posted by "David Liu (Commented) (JIRA)" <ji...@apache.org>.
    [ 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

        

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

Posted by "Roman Shaposhnik (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/BIGTOP-488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13240555#comment-13240555 ] 

Roman Shaposhnik commented on BIGTOP-488:
-----------------------------------------

Lei, if you think you're ready to submit the patch please attach it to the JIRA and put the JIRA into a patch available state.

Thanks.
                
> 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.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

        

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

Posted by "Victor Chugunov (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/BIGTOP-488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13240571#comment-13240571 ] 

Victor Chugunov commented on BIGTOP-488:
----------------------------------------

Can you use the latest version 2.5.2?
Thanks
                
> 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.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

        

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

Posted by "Karthik K (JIRA)" <ji...@apache.org>.
    [ 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

        

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

Posted by "David Liu (Assigned) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/BIGTOP-488?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Liu reassigned BIGTOP-488:
--------------------------------

    Assignee: Lei Zou
    
> 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
>             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

        

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

Posted by "Lei Zou (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/BIGTOP-488?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lei Zou updated BIGTOP-488:
---------------------------

    Attachment: JIRA_488.txt

Add proper dependency to the pom at ~/bigtop/bigtop-tests/test-execution/smokes/hadoop
                
> 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.3.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

        

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

Posted by "Roman Shaposhnik (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/BIGTOP-488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13246020#comment-13246020 ] 

Roman Shaposhnik commented on BIGTOP-488:
-----------------------------------------

+1. Thanks million for the patch! Committed
                
> 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

        

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

Posted by "Roman Shaposhnik (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/BIGTOP-488?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Roman Shaposhnik updated BIGTOP-488:
------------------------------------

    Fix Version/s:     (was: 0.3.0)
                   0.4.0
    
> 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