[jira] [Commented] (HBASE-11489) ClassNotFoundException while running IT tests in trunk using 'mvn verify'

2014-07-15 Thread ramkrishna.s.vasudevan (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-11489?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14061723#comment-14061723
 ] 

ramkrishna.s.vasudevan commented on HBASE-11489:


The patch does not work
{code}
error message=org/jboss/netty/channel/ChannelPipelineFactory 
type=java.lang.NoClassDefFoundErrorjava.lang.NoClassDefFoundError: 
org/jboss/netty/channel/ChannelPipelineFactory
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:270)
at 
org.apache.hadoop.conf.Configuration.getClassByNameOrNull(Configuration.java:1834)
at 
org.apache.hadoop.conf.Configuration.getClassByName(Configuration.java:1799)
at 
org.apache.hadoop.conf.Configuration.getClass(Configuration.java:1893)
at 
org.apache.hadoop.conf.Configuration.getClass(Configuration.java:1919)
at 
org.apache.hadoop.yarn.server.nodemanager.containermanager.AuxServices.serviceInit(AuxServices.java:105)
at 
org.apache.hadoop.service.AbstractService.init(AbstractService.java:163)
at 
org.apache.hadoop.service.CompositeService.serviceInit(CompositeService.java:107)
at 
org.apache.hadoop.yarn.server.nodemanager.containermanager.ContainerManagerImpl.serviceInit(ContainerManagerImpl.java:220)
at 
org.apache.hadoop.service.AbstractService.init(AbstractService.java:163)
at 
org.apache.hadoop.service.CompositeService.serviceInit(CompositeService.java:107)
at 
org.apache.hadoop.yarn.server.nodemanager.NodeManager.serviceInit(NodeManager.java:186)
at 
org.apache.hadoop.service.AbstractService.init(AbstractService.java:163)
at 
org.apache.hadoop.yarn.server.MiniYARNCluster$NodeManagerWrapper.serviceInit(MiniYARNCluster.java:533)
at 
org.apache.hadoop.service.AbstractService.init(AbstractService.java:163)
at 
org.apache.hadoop.service.CompositeService.serviceInit(CompositeService.java:107)
at 
org.apache.hadoop.yarn.server.MiniYARNCluster.serviceInit(MiniYARNCluster.java:265)
at 
org.apache.hadoop.mapreduce.v2.MiniMRYarnCluster.serviceInit(MiniMRYarnCluster.java:179)
at 
org.apache.hadoop.service.AbstractService.init(AbstractService.java:163)
at 
org.apache.hadoop.mapred.MiniMRClientClusterFactory.create(MiniMRClientClusterFactory.java:79)
at 
org.apache.hadoop.mapred.MiniMRCluster.lt;initgt;(MiniMRCluster.java:183)
at 
org.apache.hadoop.mapred.MiniMRCluster.lt;initgt;(MiniMRCluster.java:171)
at 
org.apache.hadoop.mapred.MiniMRCluster.lt;initgt;(MiniMRCluster.java:163)
at 
org.apache.hadoop.mapred.MiniMRCluster.lt;initgt;(MiniMRCluster.java:124)
at 
org.apache.hadoop.hbase.HBaseTestingUtility.startMiniMapReduceCluster(HBaseTestingUtility.java:2249)
at 
org.apache.hadoop.hbase.HBaseTestingUtility.startMiniMapReduceCluster(HBaseTestingUtility.java:2190)
at 
org.apache.hadoop.hbase.test.IntegrationTestLoadAndVerify.setUpCluster(IntegrationTestLoadAndVerify.java:130)
at 
org.apache.hadoop.hbase.test.IntegrationTestWithCellVisibilityLoadAndVerify.setUpCluster(IntegrationTestWithCellVisibilityLoadAndVerify.java:123)
{code}
This ChannelFactory belongs to org.jboss.netty package and not the io.netty 
package that we have.  There is some indirect dependency from the MR.

 ClassNotFoundException while running IT tests in trunk using 'mvn verify'
 -

 Key: HBASE-11489
 URL: https://issues.apache.org/jira/browse/HBASE-11489
 Project: HBase
  Issue Type: Bug
Reporter: ramkrishna.s.vasudevan
Assignee: ramkrishna.s.vasudevan
 Fix For: 0.99.0, 2.0.0

 Attachments: HBASE-11489.patch


 Trying to run 
 {code}
  mvn verify -Dit.test=IntegrationTestBigLinkedList -Dtest.output.tofile=false
 {code}
 causes this ClassNotFoundException issue
 bq.testContinuousIngest(org.apache.hadoop.hbase.test.IntegrationTestBigLinkedList):
  org/jboss/netty/channel/ChannelFactory



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (HBASE-11489) ClassNotFoundException while running IT tests in trunk using 'mvn verify'

2014-07-15 Thread Hadoop QA (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-11489?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14061833#comment-14061833
 ] 

Hadoop QA commented on HBASE-11489:
---

{color:red}-1 overall{color}.  Here are the results of testing the latest 
attachment 
  http://issues.apache.org/jira/secure/attachment/12655706/HBASE-11489_1.patch
  against trunk revision .
  ATTACHMENT ID: 12655706

{color:green}+1 @author{color}.  The patch does not contain any @author 
tags.

{color:red}-1 tests included{color}.  The patch doesn't appear to include 
any new or modified tests.
Please justify why no new tests are needed for this 
patch.
Also please list what manual steps were performed to 
verify this patch.

{color:green}+1 javac{color}.  The applied patch does not increase the 
total number of javac compiler warnings.

{color:green}+1 javac{color}.  The applied patch does not increase the 
total number of javac compiler warnings.

{color:green}+1 javadoc{color}.  The javadoc tool did not generate any 
warning messages.

{color:red}-1 findbugs{color}.  The patch appears to introduce 1 new 
Findbugs (version 2.0.3) warnings.

{color:green}+1 release audit{color}.  The applied patch does not increase 
the total number of release audit warnings.

{color:green}+1 lineLengths{color}.  The patch does not introduce lines 
longer than 100

  {color:green}+1 site{color}.  The mvn site goal succeeds with this patch.

 {color:red}-1 core tests{color}.  The patch failed these unit tests:
 

 {color:red}-1 core zombie tests{color}.  There are 1 zombie test(s):   
at 
org.apache.hadoop.hbase.client.TestReplicaWithCluster.testCreateDeleteTable(TestReplicaWithCluster.java:138)

Test results: 
https://builds.apache.org/job/PreCommit-HBASE-Build/10067//testReport/
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/10067//artifact/patchprocess/newPatchFindbugsWarningshbase-hadoop2-compat.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/10067//artifact/patchprocess/newPatchFindbugsWarningshbase-prefix-tree.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/10067//artifact/patchprocess/newPatchFindbugsWarningshbase-common.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/10067//artifact/patchprocess/newPatchFindbugsWarningshbase-thrift.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/10067//artifact/patchprocess/newPatchFindbugsWarningshbase-examples.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/10067//artifact/patchprocess/newPatchFindbugsWarningshbase-client.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/10067//artifact/patchprocess/newPatchFindbugsWarningshbase-hadoop-compat.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/10067//artifact/patchprocess/newPatchFindbugsWarningshbase-server.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/10067//artifact/patchprocess/newPatchFindbugsWarningshbase-protocol.html
Console output: 
https://builds.apache.org/job/PreCommit-HBASE-Build/10067//console

This message is automatically generated.

 ClassNotFoundException while running IT tests in trunk using 'mvn verify'
 -

 Key: HBASE-11489
 URL: https://issues.apache.org/jira/browse/HBASE-11489
 Project: HBase
  Issue Type: Bug
Reporter: ramkrishna.s.vasudevan
Assignee: ramkrishna.s.vasudevan
 Fix For: 0.99.0, 2.0.0

 Attachments: HBASE-11489.patch, HBASE-11489_1.patch


 Trying to run 
 {code}
  mvn verify -Dit.test=IntegrationTestBigLinkedList -Dtest.output.tofile=false
 {code}
 causes this ClassNotFoundException issue
 bq.testContinuousIngest(org.apache.hadoop.hbase.test.IntegrationTestBigLinkedList):
  org/jboss/netty/channel/ChannelFactory



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (HBASE-11489) ClassNotFoundException while running IT tests in trunk using 'mvn verify'

2014-07-15 Thread Ted Yu (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-11489?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14061838#comment-14061838
 ] 

Ted Yu commented on HBASE-11489:


+1

 ClassNotFoundException while running IT tests in trunk using 'mvn verify'
 -

 Key: HBASE-11489
 URL: https://issues.apache.org/jira/browse/HBASE-11489
 Project: HBase
  Issue Type: Bug
Reporter: ramkrishna.s.vasudevan
Assignee: ramkrishna.s.vasudevan
 Fix For: 0.99.0, 2.0.0

 Attachments: HBASE-11489.patch, HBASE-11489_1.patch


 Trying to run 
 {code}
  mvn verify -Dit.test=IntegrationTestBigLinkedList -Dtest.output.tofile=false
 {code}
 causes this ClassNotFoundException issue
 bq.testContinuousIngest(org.apache.hadoop.hbase.test.IntegrationTestBigLinkedList):
  org/jboss/netty/channel/ChannelFactory



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (HBASE-11489) ClassNotFoundException while running IT tests in trunk using 'mvn verify'

2014-07-15 Thread Enis Soztutar (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-11489?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14062312#comment-14062312
 ] 

Enis Soztutar commented on HBASE-11489:
---

+1 for branch-1 as well. Does this affect 0.98 ? 

 ClassNotFoundException while running IT tests in trunk using 'mvn verify'
 -

 Key: HBASE-11489
 URL: https://issues.apache.org/jira/browse/HBASE-11489
 Project: HBase
  Issue Type: Bug
Reporter: ramkrishna.s.vasudevan
Assignee: ramkrishna.s.vasudevan
 Fix For: 0.99.0, 2.0.0

 Attachments: HBASE-11489.patch, HBASE-11489_1.patch


 Trying to run 
 {code}
  mvn verify -Dit.test=IntegrationTestBigLinkedList -Dtest.output.tofile=false
 {code}
 causes this ClassNotFoundException issue
 bq.testContinuousIngest(org.apache.hadoop.hbase.test.IntegrationTestBigLinkedList):
  org/jboss/netty/channel/ChannelFactory



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (HBASE-11489) ClassNotFoundException while running IT tests in trunk using 'mvn verify'

2014-07-15 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-11489?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14062524#comment-14062524
 ] 

Hudson commented on HBASE-11489:


FAILURE: Integrated in HBase-TRUNK #5306 (See 
[https://builds.apache.org/job/HBase-TRUNK/5306/])
HBASE-11489 ClassNotFoundException while running IT tests in trunk using 
(ramkrishna: rev fe50c6d366092baf2232b8649b63dd714e4064b8)
* hbase-it/pom.xml


 ClassNotFoundException while running IT tests in trunk using 'mvn verify'
 -

 Key: HBASE-11489
 URL: https://issues.apache.org/jira/browse/HBASE-11489
 Project: HBase
  Issue Type: Bug
Reporter: ramkrishna.s.vasudevan
Assignee: ramkrishna.s.vasudevan
 Fix For: 0.99.0, 1.0.0

 Attachments: HBASE-11489.patch, HBASE-11489_1.patch


 Trying to run 
 {code}
  mvn verify -Dit.test=IntegrationTestBigLinkedList -Dtest.output.tofile=false
 {code}
 causes this ClassNotFoundException issue
 bq.testContinuousIngest(org.apache.hadoop.hbase.test.IntegrationTestBigLinkedList):
  org/jboss/netty/channel/ChannelFactory



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (HBASE-11489) ClassNotFoundException while running IT tests in trunk using 'mvn verify'

2014-07-15 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-11489?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14062552#comment-14062552
 ] 

Hudson commented on HBASE-11489:


FAILURE: Integrated in HBase-1.0 #44 (See 
[https://builds.apache.org/job/HBase-1.0/44/])
HBASE-11489 ClassNotFoundException while running IT tests in trunk using 
(ramkrishna: rev 063247bf3b3e1b2890d7e02c1e5426936b66ebba)
* hbase-it/pom.xml


 ClassNotFoundException while running IT tests in trunk using 'mvn verify'
 -

 Key: HBASE-11489
 URL: https://issues.apache.org/jira/browse/HBASE-11489
 Project: HBase
  Issue Type: Bug
Reporter: ramkrishna.s.vasudevan
Assignee: ramkrishna.s.vasudevan
 Fix For: 0.99.0, 1.0.0

 Attachments: HBASE-11489.patch, HBASE-11489_1.patch


 Trying to run 
 {code}
  mvn verify -Dit.test=IntegrationTestBigLinkedList -Dtest.output.tofile=false
 {code}
 causes this ClassNotFoundException issue
 bq.testContinuousIngest(org.apache.hadoop.hbase.test.IntegrationTestBigLinkedList):
  org/jboss/netty/channel/ChannelFactory



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (HBASE-11489) ClassNotFoundException while running IT tests in trunk using 'mvn verify'

2014-07-14 Thread Hadoop QA (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-11489?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14060613#comment-14060613
 ] 

Hadoop QA commented on HBASE-11489:
---

{color:red}-1 overall{color}.  Here are the results of testing the latest 
attachment 
  http://issues.apache.org/jira/secure/attachment/12655524/HBASE-11489.patch
  against trunk revision .
  ATTACHMENT ID: 12655524

{color:green}+1 @author{color}.  The patch does not contain any @author 
tags.

{color:red}-1 tests included{color}.  The patch doesn't appear to include 
any new or modified tests.
Please justify why no new tests are needed for this 
patch.
Also please list what manual steps were performed to 
verify this patch.

{color:green}+1 javac{color}.  The applied patch does not increase the 
total number of javac compiler warnings.

{color:green}+1 javac{color}.  The applied patch does not increase the 
total number of javac compiler warnings.

{color:green}+1 javadoc{color}.  The javadoc tool did not generate any 
warning messages.

{color:red}-1 findbugs{color}.  The patch appears to introduce 1 new 
Findbugs (version 2.0.3) warnings.

{color:green}+1 release audit{color}.  The applied patch does not increase 
the total number of release audit warnings.

{color:green}+1 lineLengths{color}.  The patch does not introduce lines 
longer than 100

  {color:green}+1 site{color}.  The mvn site goal succeeds with this patch.

{color:green}+1 core tests{color}.  The patch passed unit tests in .

Test results: 
https://builds.apache.org/job/PreCommit-HBASE-Build/10056//testReport/
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/10056//artifact/patchprocess/newPatchFindbugsWarningshbase-common.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/10056//artifact/patchprocess/newPatchFindbugsWarningshbase-client.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/10056//artifact/patchprocess/newPatchFindbugsWarningshbase-hadoop-compat.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/10056//artifact/patchprocess/newPatchFindbugsWarningshbase-server.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/10056//artifact/patchprocess/newPatchFindbugsWarningshbase-prefix-tree.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/10056//artifact/patchprocess/newPatchFindbugsWarningshbase-protocol.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/10056//artifact/patchprocess/newPatchFindbugsWarningshbase-thrift.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/10056//artifact/patchprocess/newPatchFindbugsWarningshbase-examples.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/10056//artifact/patchprocess/newPatchFindbugsWarningshbase-hadoop2-compat.html
Console output: 
https://builds.apache.org/job/PreCommit-HBASE-Build/10056//console

This message is automatically generated.

 ClassNotFoundException while running IT tests in trunk using 'mvn verify'
 -

 Key: HBASE-11489
 URL: https://issues.apache.org/jira/browse/HBASE-11489
 Project: HBase
  Issue Type: Bug
Reporter: ramkrishna.s.vasudevan
Assignee: ramkrishna.s.vasudevan
 Fix For: 0.99.0, 2.0.0

 Attachments: HBASE-11489.patch


 Trying to run 
 {code}
  mvn verify -Dit.test=IntegrationTestBigLinkedList -Dtest.output.tofile=false
 {code}
 causes this ClassNotFoundException issue
 bq.testContinuousIngest(org.apache.hadoop.hbase.test.IntegrationTestBigLinkedList):
  org/jboss/netty/channel/ChannelFactory



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (HBASE-11489) ClassNotFoundException while running IT tests in trunk using 'mvn verify'

2014-07-14 Thread stack (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-11489?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14060867#comment-14060867
 ] 

stack commented on HBASE-11489:
---

Patch seems good but lets try before we commit?

 ClassNotFoundException while running IT tests in trunk using 'mvn verify'
 -

 Key: HBASE-11489
 URL: https://issues.apache.org/jira/browse/HBASE-11489
 Project: HBase
  Issue Type: Bug
Reporter: ramkrishna.s.vasudevan
Assignee: ramkrishna.s.vasudevan
 Fix For: 0.99.0, 2.0.0

 Attachments: HBASE-11489.patch


 Trying to run 
 {code}
  mvn verify -Dit.test=IntegrationTestBigLinkedList -Dtest.output.tofile=false
 {code}
 causes this ClassNotFoundException issue
 bq.testContinuousIngest(org.apache.hadoop.hbase.test.IntegrationTestBigLinkedList):
  org/jboss/netty/channel/ChannelFactory



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (HBASE-11489) ClassNotFoundException while running IT tests in trunk using 'mvn verify'

2014-07-14 Thread ramkrishna.s.vasudevan (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-11489?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14060881#comment-14060881
 ] 

ramkrishna.s.vasudevan commented on HBASE-11489:


[~saint@gmail.com]
My linux box is down all of a sudden today. Tomorrow my time it may get 
resolved. I will try then.

 ClassNotFoundException while running IT tests in trunk using 'mvn verify'
 -

 Key: HBASE-11489
 URL: https://issues.apache.org/jira/browse/HBASE-11489
 Project: HBase
  Issue Type: Bug
Reporter: ramkrishna.s.vasudevan
Assignee: ramkrishna.s.vasudevan
 Fix For: 0.99.0, 2.0.0

 Attachments: HBASE-11489.patch


 Trying to run 
 {code}
  mvn verify -Dit.test=IntegrationTestBigLinkedList -Dtest.output.tofile=false
 {code}
 causes this ClassNotFoundException issue
 bq.testContinuousIngest(org.apache.hadoop.hbase.test.IntegrationTestBigLinkedList):
  org/jboss/netty/channel/ChannelFactory



--
This message was sent by Atlassian JIRA
(v6.2#6252)