[jira] [Commented] (CASSANDRA-8622) All of pig-test is failing in trunk

2015-01-22 Thread Dave Brosius (JIRA)

[ 
https://issues.apache.org/jira/browse/CASSANDRA-8622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14288664#comment-14288664
 ] 

Dave Brosius commented on CASSANDRA-8622:
-

ok, i removed commons-logging and replaced with jcl-over-slf4j.

not ant pig-test fails because it issues

SELECT type, comparator, subcomparator, default_validator, key_validator, 
key_aliases FROM system.schema_columnfamilies WHERE keyspace_name = 'cql3ks' 
AND columnfamily_name = 'cqltable'


and key_aliases is an invalid column

 All of pig-test is failing in trunk
 ---

 Key: CASSANDRA-8622
 URL: https://issues.apache.org/jira/browse/CASSANDRA-8622
 Project: Cassandra
  Issue Type: Test
  Components: Hadoop
Reporter: Philip Thompson
Assignee: Brandon Williams
 Fix For: 3.0


 See http://cassci.datastax.com/job/trunk_pigtest/330/testReport/
 Every test in the ant target {{ant pig-test}} has been failing on trunk for a 
 while now.
 {code}
 java.lang.ExceptionInInitializerError
   at org.apache.log4j.Logger.getLogger(Logger.java:40)
   at org.hyperic.sigar.SigarLog.getLogger(SigarLog.java:48)
   at org.hyperic.sigar.SigarLog.getLogger(SigarLog.java:44)
   at org.hyperic.sigar.SigarLog.debug(SigarLog.java:60)
   at org.hyperic.sigar.Sigar.clinit(Sigar.java:108)
   at org.apache.cassandra.utils.SigarLibrary.init(SigarLibrary.java:45)
   at 
 org.apache.cassandra.service.CassandraDaemon.setup(CassandraDaemon.java:206)
   at 
 org.apache.cassandra.service.CassandraDaemon.init(CassandraDaemon.java:408)
   at 
 org.apache.cassandra.service.EmbeddedCassandraService.start(EmbeddedCassandraService.java:52)
   at 
 org.apache.cassandra.pig.PigTestBase.startCassandra(PigTestBase.java:96)
   at 
 org.apache.cassandra.pig.CqlRecordReaderTest.setup(CqlRecordReaderTest.java:63)
   at 
 org.apache.log4j.Log4jLoggerFactory.clinit(Log4jLoggerFactory.java:50)
 {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CASSANDRA-8622) All of pig-test is failing in trunk

2015-01-22 Thread Aleksey Yeschenko (JIRA)

[ 
https://issues.apache.org/jira/browse/CASSANDRA-8622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14288669#comment-14288669
 ] 

Aleksey Yeschenko commented on CASSANDRA-8622:
--

[~philipthompson] Assuming you already have the metadata part of the 
CASSANDRA-8358 patch, can you split it into to, so that we apply that part now 
(while we are waiting for JAVA-312)?

 All of pig-test is failing in trunk
 ---

 Key: CASSANDRA-8622
 URL: https://issues.apache.org/jira/browse/CASSANDRA-8622
 Project: Cassandra
  Issue Type: Test
  Components: Hadoop
Reporter: Philip Thompson
Assignee: Brandon Williams
 Fix For: 3.0


 See http://cassci.datastax.com/job/trunk_pigtest/330/testReport/
 Every test in the ant target {{ant pig-test}} has been failing on trunk for a 
 while now.
 {code}
 java.lang.ExceptionInInitializerError
   at org.apache.log4j.Logger.getLogger(Logger.java:40)
   at org.hyperic.sigar.SigarLog.getLogger(SigarLog.java:48)
   at org.hyperic.sigar.SigarLog.getLogger(SigarLog.java:44)
   at org.hyperic.sigar.SigarLog.debug(SigarLog.java:60)
   at org.hyperic.sigar.Sigar.clinit(Sigar.java:108)
   at org.apache.cassandra.utils.SigarLibrary.init(SigarLibrary.java:45)
   at 
 org.apache.cassandra.service.CassandraDaemon.setup(CassandraDaemon.java:206)
   at 
 org.apache.cassandra.service.CassandraDaemon.init(CassandraDaemon.java:408)
   at 
 org.apache.cassandra.service.EmbeddedCassandraService.start(EmbeddedCassandraService.java:52)
   at 
 org.apache.cassandra.pig.PigTestBase.startCassandra(PigTestBase.java:96)
   at 
 org.apache.cassandra.pig.CqlRecordReaderTest.setup(CqlRecordReaderTest.java:63)
   at 
 org.apache.log4j.Log4jLoggerFactory.clinit(Log4jLoggerFactory.java:50)
 {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CASSANDRA-8622) All of pig-test is failing in trunk

2015-01-22 Thread Philip Thompson (JIRA)

[ 
https://issues.apache.org/jira/browse/CASSANDRA-8622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14288716#comment-14288716
 ] 

Philip Thompson commented on CASSANDRA-8622:


Yes I'm able to split that up. Now that the commons-logging for jcl-over-slf4j 
switch has been committed, I am able to begin running pig-test again. I would 
consider the original intent of this ticket fixed. The remaining errors will be 
almost all cleaned up by CASSANDRA-8358.

The patch for 8358 is not ready yet, as pig test is pointing out a few problem 
I will need to fix.

 All of pig-test is failing in trunk
 ---

 Key: CASSANDRA-8622
 URL: https://issues.apache.org/jira/browse/CASSANDRA-8622
 Project: Cassandra
  Issue Type: Test
  Components: Hadoop
Reporter: Philip Thompson
Assignee: Brandon Williams
 Fix For: 3.0


 See http://cassci.datastax.com/job/trunk_pigtest/330/testReport/
 Every test in the ant target {{ant pig-test}} has been failing on trunk for a 
 while now.
 {code}
 java.lang.ExceptionInInitializerError
   at org.apache.log4j.Logger.getLogger(Logger.java:40)
   at org.hyperic.sigar.SigarLog.getLogger(SigarLog.java:48)
   at org.hyperic.sigar.SigarLog.getLogger(SigarLog.java:44)
   at org.hyperic.sigar.SigarLog.debug(SigarLog.java:60)
   at org.hyperic.sigar.Sigar.clinit(Sigar.java:108)
   at org.apache.cassandra.utils.SigarLibrary.init(SigarLibrary.java:45)
   at 
 org.apache.cassandra.service.CassandraDaemon.setup(CassandraDaemon.java:206)
   at 
 org.apache.cassandra.service.CassandraDaemon.init(CassandraDaemon.java:408)
   at 
 org.apache.cassandra.service.EmbeddedCassandraService.start(EmbeddedCassandraService.java:52)
   at 
 org.apache.cassandra.pig.PigTestBase.startCassandra(PigTestBase.java:96)
   at 
 org.apache.cassandra.pig.CqlRecordReaderTest.setup(CqlRecordReaderTest.java:63)
   at 
 org.apache.log4j.Log4jLoggerFactory.clinit(Log4jLoggerFactory.java:50)
 {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CASSANDRA-8622) All of pig-test is failing in trunk

2015-01-21 Thread Brandon Williams (JIRA)

[ 
https://issues.apache.org/jira/browse/CASSANDRA-8622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14286529#comment-14286529
 ] 

Brandon Williams commented on CASSANDRA-8622:
-

I added that to lib and got the same original stacktrace.

 All of pig-test is failing in trunk
 ---

 Key: CASSANDRA-8622
 URL: https://issues.apache.org/jira/browse/CASSANDRA-8622
 Project: Cassandra
  Issue Type: Test
  Components: Hadoop
Reporter: Philip Thompson
Assignee: Brandon Williams
 Fix For: 3.0


 See http://cassci.datastax.com/job/trunk_pigtest/330/testReport/
 Every test in the ant target {{ant pig-test}} has been failing on trunk for a 
 while now.
 {code}
 java.lang.ExceptionInInitializerError
   at org.apache.log4j.Logger.getLogger(Logger.java:40)
   at org.hyperic.sigar.SigarLog.getLogger(SigarLog.java:48)
   at org.hyperic.sigar.SigarLog.getLogger(SigarLog.java:44)
   at org.hyperic.sigar.SigarLog.debug(SigarLog.java:60)
   at org.hyperic.sigar.Sigar.clinit(Sigar.java:108)
   at org.apache.cassandra.utils.SigarLibrary.init(SigarLibrary.java:45)
   at 
 org.apache.cassandra.service.CassandraDaemon.setup(CassandraDaemon.java:206)
   at 
 org.apache.cassandra.service.CassandraDaemon.init(CassandraDaemon.java:408)
   at 
 org.apache.cassandra.service.EmbeddedCassandraService.start(EmbeddedCassandraService.java:52)
   at 
 org.apache.cassandra.pig.PigTestBase.startCassandra(PigTestBase.java:96)
   at 
 org.apache.cassandra.pig.CqlRecordReaderTest.setup(CqlRecordReaderTest.java:63)
   at 
 org.apache.log4j.Log4jLoggerFactory.clinit(Log4jLoggerFactory.java:50)
 {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CASSANDRA-8622) All of pig-test is failing in trunk

2015-01-20 Thread Dave Brosius (JIRA)

[ 
https://issues.apache.org/jira/browse/CASSANDRA-8622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14284933#comment-14284933
 ] 

Dave Brosius commented on CASSANDRA-8622:
-

carp,

It should have been log4j-over-slf4j, not slf4j-log4j12, fixing

 All of pig-test is failing in trunk
 ---

 Key: CASSANDRA-8622
 URL: https://issues.apache.org/jira/browse/CASSANDRA-8622
 Project: Cassandra
  Issue Type: Test
  Components: Hadoop
Reporter: Philip Thompson
Assignee: Brandon Williams
 Fix For: 3.0


 See http://cassci.datastax.com/job/trunk_pigtest/330/testReport/
 Every test in the ant target {{ant pig-test}} has been failing on trunk for a 
 while now.
 {code}
 java.lang.ExceptionInInitializerError
   at org.apache.log4j.Logger.getLogger(Logger.java:40)
   at org.hyperic.sigar.SigarLog.getLogger(SigarLog.java:48)
   at org.hyperic.sigar.SigarLog.getLogger(SigarLog.java:44)
   at org.hyperic.sigar.SigarLog.debug(SigarLog.java:60)
   at org.hyperic.sigar.Sigar.clinit(Sigar.java:108)
   at org.apache.cassandra.utils.SigarLibrary.init(SigarLibrary.java:45)
   at 
 org.apache.cassandra.service.CassandraDaemon.setup(CassandraDaemon.java:206)
   at 
 org.apache.cassandra.service.CassandraDaemon.init(CassandraDaemon.java:408)
   at 
 org.apache.cassandra.service.EmbeddedCassandraService.start(EmbeddedCassandraService.java:52)
   at 
 org.apache.cassandra.pig.PigTestBase.startCassandra(PigTestBase.java:96)
   at 
 org.apache.cassandra.pig.CqlRecordReaderTest.setup(CqlRecordReaderTest.java:63)
   at 
 org.apache.log4j.Log4jLoggerFactory.clinit(Log4jLoggerFactory.java:50)
 {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CASSANDRA-8622) All of pig-test is failing in trunk

2015-01-20 Thread Dave Brosius (JIRA)

[ 
https://issues.apache.org/jira/browse/CASSANDRA-8622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14285024#comment-14285024
 ] 

Dave Brosius commented on CASSANDRA-8622:
-

it appears hadoop uses commons logging as found in the pig tests, and thus 
cassandra needs jcl-over-slf4j.jar, as well.

I don't see the ExceptionInInitializerError errors.

 All of pig-test is failing in trunk
 ---

 Key: CASSANDRA-8622
 URL: https://issues.apache.org/jira/browse/CASSANDRA-8622
 Project: Cassandra
  Issue Type: Test
  Components: Hadoop
Reporter: Philip Thompson
Assignee: Brandon Williams
 Fix For: 3.0


 See http://cassci.datastax.com/job/trunk_pigtest/330/testReport/
 Every test in the ant target {{ant pig-test}} has been failing on trunk for a 
 while now.
 {code}
 java.lang.ExceptionInInitializerError
   at org.apache.log4j.Logger.getLogger(Logger.java:40)
   at org.hyperic.sigar.SigarLog.getLogger(SigarLog.java:48)
   at org.hyperic.sigar.SigarLog.getLogger(SigarLog.java:44)
   at org.hyperic.sigar.SigarLog.debug(SigarLog.java:60)
   at org.hyperic.sigar.Sigar.clinit(Sigar.java:108)
   at org.apache.cassandra.utils.SigarLibrary.init(SigarLibrary.java:45)
   at 
 org.apache.cassandra.service.CassandraDaemon.setup(CassandraDaemon.java:206)
   at 
 org.apache.cassandra.service.CassandraDaemon.init(CassandraDaemon.java:408)
   at 
 org.apache.cassandra.service.EmbeddedCassandraService.start(EmbeddedCassandraService.java:52)
   at 
 org.apache.cassandra.pig.PigTestBase.startCassandra(PigTestBase.java:96)
   at 
 org.apache.cassandra.pig.CqlRecordReaderTest.setup(CqlRecordReaderTest.java:63)
   at 
 org.apache.log4j.Log4jLoggerFactory.clinit(Log4jLoggerFactory.java:50)
 {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CASSANDRA-8622) All of pig-test is failing in trunk

2015-01-15 Thread Brandon Williams (JIRA)

[ 
https://issues.apache.org/jira/browse/CASSANDRA-8622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14278926#comment-14278926
 ] 

Brandon Williams commented on CASSANDRA-8622:
-

As I suspected, the EmbeddedCassandraServiceTest unit test also fails the same 
way, so something is either wrong with ECS or sigar.

 All of pig-test is failing in trunk
 ---

 Key: CASSANDRA-8622
 URL: https://issues.apache.org/jira/browse/CASSANDRA-8622
 Project: Cassandra
  Issue Type: Test
  Components: Hadoop
Reporter: Philip Thompson
Assignee: Brandon Williams
 Fix For: 3.0


 See http://cassci.datastax.com/job/trunk_pigtest/330/testReport/
 Every test in the ant target {{ant pig-test}} has been failing on trunk for a 
 while now.
 {code}
 java.lang.ExceptionInInitializerError
   at org.apache.log4j.Logger.getLogger(Logger.java:40)
   at org.hyperic.sigar.SigarLog.getLogger(SigarLog.java:48)
   at org.hyperic.sigar.SigarLog.getLogger(SigarLog.java:44)
   at org.hyperic.sigar.SigarLog.debug(SigarLog.java:60)
   at org.hyperic.sigar.Sigar.clinit(Sigar.java:108)
   at org.apache.cassandra.utils.SigarLibrary.init(SigarLibrary.java:45)
   at 
 org.apache.cassandra.service.CassandraDaemon.setup(CassandraDaemon.java:206)
   at 
 org.apache.cassandra.service.CassandraDaemon.init(CassandraDaemon.java:408)
   at 
 org.apache.cassandra.service.EmbeddedCassandraService.start(EmbeddedCassandraService.java:52)
   at 
 org.apache.cassandra.pig.PigTestBase.startCassandra(PigTestBase.java:96)
   at 
 org.apache.cassandra.pig.CqlRecordReaderTest.setup(CqlRecordReaderTest.java:63)
   at 
 org.apache.log4j.Log4jLoggerFactory.clinit(Log4jLoggerFactory.java:50)
 {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CASSANDRA-8622) All of pig-test is failing in trunk

2015-01-15 Thread Brandon Williams (JIRA)

[ 
https://issues.apache.org/jira/browse/CASSANDRA-8622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14279067#comment-14279067
 ] 

Brandon Williams commented on CASSANDRA-8622:
-

Well the good news is, if you check out f44110c7f (the parent of c832a36f25c) 
and apply CASSANDRA-8577 everything passes, so we just need to figure out what 
the deal is with c832a36f25c.

 All of pig-test is failing in trunk
 ---

 Key: CASSANDRA-8622
 URL: https://issues.apache.org/jira/browse/CASSANDRA-8622
 Project: Cassandra
  Issue Type: Test
  Components: Hadoop
Reporter: Philip Thompson
Assignee: Brandon Williams
 Fix For: 3.0


 See http://cassci.datastax.com/job/trunk_pigtest/330/testReport/
 Every test in the ant target {{ant pig-test}} has been failing on trunk for a 
 while now.
 {code}
 java.lang.ExceptionInInitializerError
   at org.apache.log4j.Logger.getLogger(Logger.java:40)
   at org.hyperic.sigar.SigarLog.getLogger(SigarLog.java:48)
   at org.hyperic.sigar.SigarLog.getLogger(SigarLog.java:44)
   at org.hyperic.sigar.SigarLog.debug(SigarLog.java:60)
   at org.hyperic.sigar.Sigar.clinit(Sigar.java:108)
   at org.apache.cassandra.utils.SigarLibrary.init(SigarLibrary.java:45)
   at 
 org.apache.cassandra.service.CassandraDaemon.setup(CassandraDaemon.java:206)
   at 
 org.apache.cassandra.service.CassandraDaemon.init(CassandraDaemon.java:408)
   at 
 org.apache.cassandra.service.EmbeddedCassandraService.start(EmbeddedCassandraService.java:52)
   at 
 org.apache.cassandra.pig.PigTestBase.startCassandra(PigTestBase.java:96)
   at 
 org.apache.cassandra.pig.CqlRecordReaderTest.setup(CqlRecordReaderTest.java:63)
   at 
 org.apache.log4j.Log4jLoggerFactory.clinit(Log4jLoggerFactory.java:50)
 {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CASSANDRA-8622) All of pig-test is failing in trunk

2015-01-15 Thread Brandon Williams (JIRA)

[ 
https://issues.apache.org/jira/browse/CASSANDRA-8622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14278960#comment-14278960
 ] 

Brandon Williams commented on CASSANDRA-8622:
-

Actually, you're right, checking out the parent gets rid of the sigar problems. 
 I was applying a reverse patch of that commit and I guess something went wrong.

 All of pig-test is failing in trunk
 ---

 Key: CASSANDRA-8622
 URL: https://issues.apache.org/jira/browse/CASSANDRA-8622
 Project: Cassandra
  Issue Type: Test
  Components: Hadoop
Reporter: Philip Thompson
Assignee: Brandon Williams
 Fix For: 3.0


 See http://cassci.datastax.com/job/trunk_pigtest/330/testReport/
 Every test in the ant target {{ant pig-test}} has been failing on trunk for a 
 while now.
 {code}
 java.lang.ExceptionInInitializerError
   at org.apache.log4j.Logger.getLogger(Logger.java:40)
   at org.hyperic.sigar.SigarLog.getLogger(SigarLog.java:48)
   at org.hyperic.sigar.SigarLog.getLogger(SigarLog.java:44)
   at org.hyperic.sigar.SigarLog.debug(SigarLog.java:60)
   at org.hyperic.sigar.Sigar.clinit(Sigar.java:108)
   at org.apache.cassandra.utils.SigarLibrary.init(SigarLibrary.java:45)
   at 
 org.apache.cassandra.service.CassandraDaemon.setup(CassandraDaemon.java:206)
   at 
 org.apache.cassandra.service.CassandraDaemon.init(CassandraDaemon.java:408)
   at 
 org.apache.cassandra.service.EmbeddedCassandraService.start(EmbeddedCassandraService.java:52)
   at 
 org.apache.cassandra.pig.PigTestBase.startCassandra(PigTestBase.java:96)
   at 
 org.apache.cassandra.pig.CqlRecordReaderTest.setup(CqlRecordReaderTest.java:63)
   at 
 org.apache.log4j.Log4jLoggerFactory.clinit(Log4jLoggerFactory.java:50)
 {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CASSANDRA-8622) All of pig-test is failing in trunk

2015-01-15 Thread Brandon Williams (JIRA)

[ 
https://issues.apache.org/jira/browse/CASSANDRA-8622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14278965#comment-14278965
 ] 

Brandon Williams commented on CASSANDRA-8622:
-

Of course now I get failures from CASSANDRA-8577.

 All of pig-test is failing in trunk
 ---

 Key: CASSANDRA-8622
 URL: https://issues.apache.org/jira/browse/CASSANDRA-8622
 Project: Cassandra
  Issue Type: Test
  Components: Hadoop
Reporter: Philip Thompson
Assignee: Brandon Williams
 Fix For: 3.0


 See http://cassci.datastax.com/job/trunk_pigtest/330/testReport/
 Every test in the ant target {{ant pig-test}} has been failing on trunk for a 
 while now.
 {code}
 java.lang.ExceptionInInitializerError
   at org.apache.log4j.Logger.getLogger(Logger.java:40)
   at org.hyperic.sigar.SigarLog.getLogger(SigarLog.java:48)
   at org.hyperic.sigar.SigarLog.getLogger(SigarLog.java:44)
   at org.hyperic.sigar.SigarLog.debug(SigarLog.java:60)
   at org.hyperic.sigar.Sigar.clinit(Sigar.java:108)
   at org.apache.cassandra.utils.SigarLibrary.init(SigarLibrary.java:45)
   at 
 org.apache.cassandra.service.CassandraDaemon.setup(CassandraDaemon.java:206)
   at 
 org.apache.cassandra.service.CassandraDaemon.init(CassandraDaemon.java:408)
   at 
 org.apache.cassandra.service.EmbeddedCassandraService.start(EmbeddedCassandraService.java:52)
   at 
 org.apache.cassandra.pig.PigTestBase.startCassandra(PigTestBase.java:96)
   at 
 org.apache.cassandra.pig.CqlRecordReaderTest.setup(CqlRecordReaderTest.java:63)
   at 
 org.apache.log4j.Log4jLoggerFactory.clinit(Log4jLoggerFactory.java:50)
 {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CASSANDRA-8622) All of pig-test is failing in trunk

2015-01-15 Thread Philip Thompson (JIRA)

[ 
https://issues.apache.org/jira/browse/CASSANDRA-8622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14279002#comment-14279002
 ] 

Philip Thompson commented on CASSANDRA-8622:


[~brandon.williams], when applying a reverse patch, did you reverse both 
c832a36f25c and d286ac7d07? The second commit fixed some sort of compilation 
issue.

 All of pig-test is failing in trunk
 ---

 Key: CASSANDRA-8622
 URL: https://issues.apache.org/jira/browse/CASSANDRA-8622
 Project: Cassandra
  Issue Type: Test
  Components: Hadoop
Reporter: Philip Thompson
Assignee: Brandon Williams
 Fix For: 3.0


 See http://cassci.datastax.com/job/trunk_pigtest/330/testReport/
 Every test in the ant target {{ant pig-test}} has been failing on trunk for a 
 while now.
 {code}
 java.lang.ExceptionInInitializerError
   at org.apache.log4j.Logger.getLogger(Logger.java:40)
   at org.hyperic.sigar.SigarLog.getLogger(SigarLog.java:48)
   at org.hyperic.sigar.SigarLog.getLogger(SigarLog.java:44)
   at org.hyperic.sigar.SigarLog.debug(SigarLog.java:60)
   at org.hyperic.sigar.Sigar.clinit(Sigar.java:108)
   at org.apache.cassandra.utils.SigarLibrary.init(SigarLibrary.java:45)
   at 
 org.apache.cassandra.service.CassandraDaemon.setup(CassandraDaemon.java:206)
   at 
 org.apache.cassandra.service.CassandraDaemon.init(CassandraDaemon.java:408)
   at 
 org.apache.cassandra.service.EmbeddedCassandraService.start(EmbeddedCassandraService.java:52)
   at 
 org.apache.cassandra.pig.PigTestBase.startCassandra(PigTestBase.java:96)
   at 
 org.apache.cassandra.pig.CqlRecordReaderTest.setup(CqlRecordReaderTest.java:63)
   at 
 org.apache.log4j.Log4jLoggerFactory.clinit(Log4jLoggerFactory.java:50)
 {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CASSANDRA-8622) All of pig-test is failing in trunk

2015-01-15 Thread Brandon Williams (JIRA)

[ 
https://issues.apache.org/jira/browse/CASSANDRA-8622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14279022#comment-14279022
 ] 

Brandon Williams commented on CASSANDRA-8622:
-

[~dbrosius] can you take a look at this?

 All of pig-test is failing in trunk
 ---

 Key: CASSANDRA-8622
 URL: https://issues.apache.org/jira/browse/CASSANDRA-8622
 Project: Cassandra
  Issue Type: Test
  Components: Hadoop
Reporter: Philip Thompson
Assignee: Brandon Williams
 Fix For: 3.0


 See http://cassci.datastax.com/job/trunk_pigtest/330/testReport/
 Every test in the ant target {{ant pig-test}} has been failing on trunk for a 
 while now.
 {code}
 java.lang.ExceptionInInitializerError
   at org.apache.log4j.Logger.getLogger(Logger.java:40)
   at org.hyperic.sigar.SigarLog.getLogger(SigarLog.java:48)
   at org.hyperic.sigar.SigarLog.getLogger(SigarLog.java:44)
   at org.hyperic.sigar.SigarLog.debug(SigarLog.java:60)
   at org.hyperic.sigar.Sigar.clinit(Sigar.java:108)
   at org.apache.cassandra.utils.SigarLibrary.init(SigarLibrary.java:45)
   at 
 org.apache.cassandra.service.CassandraDaemon.setup(CassandraDaemon.java:206)
   at 
 org.apache.cassandra.service.CassandraDaemon.init(CassandraDaemon.java:408)
   at 
 org.apache.cassandra.service.EmbeddedCassandraService.start(EmbeddedCassandraService.java:52)
   at 
 org.apache.cassandra.pig.PigTestBase.startCassandra(PigTestBase.java:96)
   at 
 org.apache.cassandra.pig.CqlRecordReaderTest.setup(CqlRecordReaderTest.java:63)
   at 
 org.apache.log4j.Log4jLoggerFactory.clinit(Log4jLoggerFactory.java:50)
 {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CASSANDRA-8622) All of pig-test is failing in trunk

2015-01-15 Thread Brandon Williams (JIRA)

[ 
https://issues.apache.org/jira/browse/CASSANDRA-8622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14279020#comment-14279020
 ] 

Brandon Williams commented on CASSANDRA-8622:
-

All d286ac7d07 did was rename the license from .jar to .txt

 All of pig-test is failing in trunk
 ---

 Key: CASSANDRA-8622
 URL: https://issues.apache.org/jira/browse/CASSANDRA-8622
 Project: Cassandra
  Issue Type: Test
  Components: Hadoop
Reporter: Philip Thompson
Assignee: Brandon Williams
 Fix For: 3.0


 See http://cassci.datastax.com/job/trunk_pigtest/330/testReport/
 Every test in the ant target {{ant pig-test}} has been failing on trunk for a 
 while now.
 {code}
 java.lang.ExceptionInInitializerError
   at org.apache.log4j.Logger.getLogger(Logger.java:40)
   at org.hyperic.sigar.SigarLog.getLogger(SigarLog.java:48)
   at org.hyperic.sigar.SigarLog.getLogger(SigarLog.java:44)
   at org.hyperic.sigar.SigarLog.debug(SigarLog.java:60)
   at org.hyperic.sigar.Sigar.clinit(Sigar.java:108)
   at org.apache.cassandra.utils.SigarLibrary.init(SigarLibrary.java:45)
   at 
 org.apache.cassandra.service.CassandraDaemon.setup(CassandraDaemon.java:206)
   at 
 org.apache.cassandra.service.CassandraDaemon.init(CassandraDaemon.java:408)
   at 
 org.apache.cassandra.service.EmbeddedCassandraService.start(EmbeddedCassandraService.java:52)
   at 
 org.apache.cassandra.pig.PigTestBase.startCassandra(PigTestBase.java:96)
   at 
 org.apache.cassandra.pig.CqlRecordReaderTest.setup(CqlRecordReaderTest.java:63)
   at 
 org.apache.log4j.Log4jLoggerFactory.clinit(Log4jLoggerFactory.java:50)
 {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CASSANDRA-8622) All of pig-test is failing in trunk

2015-01-15 Thread Philip Thompson (JIRA)

[ 
https://issues.apache.org/jira/browse/CASSANDRA-8622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14278904#comment-14278904
 ] 

Philip Thompson commented on CASSANDRA-8622:


Okay. When checking out the parent commit of c832a36f, I get a different error, 
but I will solve my local problem first.

 All of pig-test is failing in trunk
 ---

 Key: CASSANDRA-8622
 URL: https://issues.apache.org/jira/browse/CASSANDRA-8622
 Project: Cassandra
  Issue Type: Test
  Components: Hadoop
Reporter: Philip Thompson
Assignee: Brandon Williams
 Fix For: 3.0


 See http://cassci.datastax.com/job/trunk_pigtest/330/testReport/
 Every test in the ant target {{ant pig-test}} has been failing on trunk for a 
 while now.
 {code}
 java.lang.ExceptionInInitializerError
   at org.apache.log4j.Logger.getLogger(Logger.java:40)
   at org.hyperic.sigar.SigarLog.getLogger(SigarLog.java:48)
   at org.hyperic.sigar.SigarLog.getLogger(SigarLog.java:44)
   at org.hyperic.sigar.SigarLog.debug(SigarLog.java:60)
   at org.hyperic.sigar.Sigar.clinit(Sigar.java:108)
   at org.apache.cassandra.utils.SigarLibrary.init(SigarLibrary.java:45)
   at 
 org.apache.cassandra.service.CassandraDaemon.setup(CassandraDaemon.java:206)
   at 
 org.apache.cassandra.service.CassandraDaemon.init(CassandraDaemon.java:408)
   at 
 org.apache.cassandra.service.EmbeddedCassandraService.start(EmbeddedCassandraService.java:52)
   at 
 org.apache.cassandra.pig.PigTestBase.startCassandra(PigTestBase.java:96)
   at 
 org.apache.cassandra.pig.CqlRecordReaderTest.setup(CqlRecordReaderTest.java:63)
   at 
 org.apache.log4j.Log4jLoggerFactory.clinit(Log4jLoggerFactory.java:50)
 {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CASSANDRA-8622) All of pig-test is failing in trunk

2015-01-15 Thread Philip Thompson (JIRA)

[ 
https://issues.apache.org/jira/browse/CASSANDRA-8622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14278906#comment-14278906
 ] 

Philip Thompson commented on CASSANDRA-8622:


Okay. When checking out the parent commit of c832a36f, I get a different error, 
but I will solve my local problem first.

 All of pig-test is failing in trunk
 ---

 Key: CASSANDRA-8622
 URL: https://issues.apache.org/jira/browse/CASSANDRA-8622
 Project: Cassandra
  Issue Type: Test
  Components: Hadoop
Reporter: Philip Thompson
Assignee: Brandon Williams
 Fix For: 3.0


 See http://cassci.datastax.com/job/trunk_pigtest/330/testReport/
 Every test in the ant target {{ant pig-test}} has been failing on trunk for a 
 while now.
 {code}
 java.lang.ExceptionInInitializerError
   at org.apache.log4j.Logger.getLogger(Logger.java:40)
   at org.hyperic.sigar.SigarLog.getLogger(SigarLog.java:48)
   at org.hyperic.sigar.SigarLog.getLogger(SigarLog.java:44)
   at org.hyperic.sigar.SigarLog.debug(SigarLog.java:60)
   at org.hyperic.sigar.Sigar.clinit(Sigar.java:108)
   at org.apache.cassandra.utils.SigarLibrary.init(SigarLibrary.java:45)
   at 
 org.apache.cassandra.service.CassandraDaemon.setup(CassandraDaemon.java:206)
   at 
 org.apache.cassandra.service.CassandraDaemon.init(CassandraDaemon.java:408)
   at 
 org.apache.cassandra.service.EmbeddedCassandraService.start(EmbeddedCassandraService.java:52)
   at 
 org.apache.cassandra.pig.PigTestBase.startCassandra(PigTestBase.java:96)
   at 
 org.apache.cassandra.pig.CqlRecordReaderTest.setup(CqlRecordReaderTest.java:63)
   at 
 org.apache.log4j.Log4jLoggerFactory.clinit(Log4jLoggerFactory.java:50)
 {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CASSANDRA-8622) All of pig-test is failing in trunk

2015-01-15 Thread Philip Thompson (JIRA)

[ 
https://issues.apache.org/jira/browse/CASSANDRA-8622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14278860#comment-14278860
 ] 

Philip Thompson commented on CASSANDRA-8622:


I think I've busted my environment somehow. I get this same exception no matter 
how far back on trunk I go, and on cassandra-2.1. It does still seem that the 
sigar change at c832a36f25c3b broke pig-test though.

 All of pig-test is failing in trunk
 ---

 Key: CASSANDRA-8622
 URL: https://issues.apache.org/jira/browse/CASSANDRA-8622
 Project: Cassandra
  Issue Type: Test
  Components: Hadoop
Reporter: Philip Thompson
Assignee: Brandon Williams
 Fix For: 3.0


 See http://cassci.datastax.com/job/trunk_pigtest/330/testReport/
 Every test in the ant target {{ant pig-test}} has been failing on trunk for a 
 while now.
 {code}
 java.lang.ExceptionInInitializerError
   at org.apache.log4j.Logger.getLogger(Logger.java:40)
   at org.hyperic.sigar.SigarLog.getLogger(SigarLog.java:48)
   at org.hyperic.sigar.SigarLog.getLogger(SigarLog.java:44)
   at org.hyperic.sigar.SigarLog.debug(SigarLog.java:60)
   at org.hyperic.sigar.Sigar.clinit(Sigar.java:108)
   at org.apache.cassandra.utils.SigarLibrary.init(SigarLibrary.java:45)
   at 
 org.apache.cassandra.service.CassandraDaemon.setup(CassandraDaemon.java:206)
   at 
 org.apache.cassandra.service.CassandraDaemon.init(CassandraDaemon.java:408)
   at 
 org.apache.cassandra.service.EmbeddedCassandraService.start(EmbeddedCassandraService.java:52)
   at 
 org.apache.cassandra.pig.PigTestBase.startCassandra(PigTestBase.java:96)
   at 
 org.apache.cassandra.pig.CqlRecordReaderTest.setup(CqlRecordReaderTest.java:63)
   at 
 org.apache.log4j.Log4jLoggerFactory.clinit(Log4jLoggerFactory.java:50)
 {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CASSANDRA-8622) All of pig-test is failing in trunk

2015-01-15 Thread Philip Thompson (JIRA)

[ 
https://issues.apache.org/jira/browse/CASSANDRA-8622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14278795#comment-14278795
 ] 

Philip Thompson commented on CASSANDRA-8622:


It appears to have first been broken by 
{code}
commit c832a36f25c3b54f2a12a865455368e5243682bd
Author: Dave Brosius dbros...@mebigfatguy.com
Date:   Sat Nov 8 23:12:04 2014 -0500

route sigar's use of log4j thru slf4j

commit d286ac7d072fe0a2672baebb0f95b9c91676e8f7
Author: Dave Brosius dbros...@mebigfatguy.com
Date:   Sun Nov 9 00:38:09 2014 -0500

fix license extension
{code}

Before that however, the tests were erroring with Cannot get schema errors 
such as:
{code}
 [junit] Error during parsing. Cannot get schema from loadFunc 
org.apache.cassandra.hadoop.pig.CassandraStorage
[junit] org.apache.pig.impl.logicalLayer.FrontendException: ERROR 1000: 
Error during parsing. Cannot get schema from loadFunc 
org.apache.cassandra.hadoop.pig.CassandraStorage
[junit] at 
org.apache.pig.PigServer$Graph.parseQuery(PigServer.java:1691)
[junit] at 
org.apache.pig.PigServer$Graph.registerQuery(PigServer.java:1625)
[junit] at org.apache.pig.PigServer.registerQuery(PigServer.java:577)
[junit] at org.apache.pig.PigServer.registerQuery(PigServer.java:590)
[junit] at 
org.apache.cassandra.pig.ThriftColumnFamilyTest.testCassandraStorageFullCopy(ThriftColumnFamilyTest.java:349)
[junit] Caused by: Failed to parse: Can not retrieve schema from loader 
org.apache.cassandra.hadoop.pig.CassandraStorage@4a853012
[junit] at 
org.apache.pig.parser.QueryParserDriver.parse(QueryParserDriver.java:198)
[junit] at 
org.apache.pig.PigServer$Graph.parseQuery(PigServer.java:1678)
[junit] Caused by: java.lang.RuntimeException: Can not retrieve schema from 
loader org.apache.cassandra.hadoop.pig.CassandraStorage@4a853012
[junit] at 
org.apache.pig.newplan.logical.relational.LOLoad.init(LOLoad.java:91)
[junit] at 
org.apache.pig.parser.LogicalPlanBuilder.buildLoadOp(LogicalPlanBuilder.java:886)
[junit] at 
org.apache.pig.parser.LogicalPlanGenerator.load_clause(LogicalPlanGenerator.java:3568)
[junit] at 
org.apache.pig.parser.LogicalPlanGenerator.op_clause(LogicalPlanGenerator.java:1625)
[junit] at 
org.apache.pig.parser.LogicalPlanGenerator.general_statement(LogicalPlanGenerator.java:1102)
[junit] at 
org.apache.pig.parser.LogicalPlanGenerator.statement(LogicalPlanGenerator.java:560)
[junit] at 
org.apache.pig.parser.LogicalPlanGenerator.query(LogicalPlanGenerator.java:421)
[junit] at 
org.apache.pig.parser.QueryParserDriver.parse(QueryParserDriver.java:188)
[junit] Caused by: org.apache.pig.impl.logicalLayer.FrontendException: 
ERROR 2245: Cannot get schema from loadFunc 
org.apache.cassandra.hadoop.pig.CassandraStorage
[junit] at 
org.apache.pig.newplan.logical.relational.LOLoad.getSchemaFromMetaData(LOLoad.java:179)
[junit] at 
org.apache.pig.newplan.logical.relational.LOLoad.init(LOLoad.java:89)
[junit] Caused by: java.io.IOException: java.io.IOException: Unable to 
connect to server localhost:9160
[junit] at 
org.apache.cassandra.hadoop.pig.AbstractCassandraStorage.initSchema(AbstractCassandraStorage.java:537)
[junit] at 
org.apache.cassandra.hadoop.pig.CassandraStorage.setLocation(CassandraStorage.java:339)
[junit] at 
org.apache.cassandra.hadoop.pig.CassandraStorage.getSchema(CassandraStorage.java:388)
[junit] at 
org.apache.pig.newplan.logical.relational.LOLoad.getSchemaFromMetaData(LOLoad.java:175)
[junit] Caused by: java.io.IOException: Unable to connect to server 
localhost:9160
[junit] at 
org.apache.cassandra.hadoop.ConfigHelper.createConnection(ConfigHelper.java:574)
[junit] at 
org.apache.cassandra.hadoop.ConfigHelper.getClientFromAddressList(ConfigHelper.java:545)
[junit] at 
org.apache.cassandra.hadoop.ConfigHelper.getClientFromInputAddressList(ConfigHelper.java:529)
[junit] at 
org.apache.cassandra.hadoop.pig.AbstractCassandraStorage.initSchema(AbstractCassandraStorage.java:497)
[junit] Caused by: org.apache.thrift.transport.TTransportException: 
java.net.ConnectException: Connection refused
[junit] at org.apache.thrift.transport.TSocket.open(TSocket.java:185)
[junit] at 
org.apache.thrift.transport.TFramedTransport.open(TFramedTransport.java:81)
[junit] at 
org.apache.cassandra.thrift.TFramedTransportFactory.openTransport(TFramedTransportFactory.java:41)
[junit] at 
org.apache.cassandra.hadoop.ConfigHelper.createConnection(ConfigHelper.java:569)
[junit] Caused by: java.net.ConnectException: Connection refused
[junit] at java.net.PlainSocketImpl.socketConnect(Native Method)
[junit] at 
java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
[junit] 

[jira] [Commented] (CASSANDRA-8622) All of pig-test is failing in trunk

2015-01-15 Thread Brandon Williams (JIRA)

[ 
https://issues.apache.org/jira/browse/CASSANDRA-8622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14278903#comment-14278903
 ] 

Brandon Williams commented on CASSANDRA-8622:
-

I backed c832a36f25c3b and still get the same error from the description, so I 
don't think that's it. :(

 All of pig-test is failing in trunk
 ---

 Key: CASSANDRA-8622
 URL: https://issues.apache.org/jira/browse/CASSANDRA-8622
 Project: Cassandra
  Issue Type: Test
  Components: Hadoop
Reporter: Philip Thompson
Assignee: Brandon Williams
 Fix For: 3.0


 See http://cassci.datastax.com/job/trunk_pigtest/330/testReport/
 Every test in the ant target {{ant pig-test}} has been failing on trunk for a 
 while now.
 {code}
 java.lang.ExceptionInInitializerError
   at org.apache.log4j.Logger.getLogger(Logger.java:40)
   at org.hyperic.sigar.SigarLog.getLogger(SigarLog.java:48)
   at org.hyperic.sigar.SigarLog.getLogger(SigarLog.java:44)
   at org.hyperic.sigar.SigarLog.debug(SigarLog.java:60)
   at org.hyperic.sigar.Sigar.clinit(Sigar.java:108)
   at org.apache.cassandra.utils.SigarLibrary.init(SigarLibrary.java:45)
   at 
 org.apache.cassandra.service.CassandraDaemon.setup(CassandraDaemon.java:206)
   at 
 org.apache.cassandra.service.CassandraDaemon.init(CassandraDaemon.java:408)
   at 
 org.apache.cassandra.service.EmbeddedCassandraService.start(EmbeddedCassandraService.java:52)
   at 
 org.apache.cassandra.pig.PigTestBase.startCassandra(PigTestBase.java:96)
   at 
 org.apache.cassandra.pig.CqlRecordReaderTest.setup(CqlRecordReaderTest.java:63)
   at 
 org.apache.log4j.Log4jLoggerFactory.clinit(Log4jLoggerFactory.java:50)
 {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CASSANDRA-8622) All of pig-test is failing in trunk

2015-01-15 Thread Brandon Williams (JIRA)

[ 
https://issues.apache.org/jira/browse/CASSANDRA-8622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14279342#comment-14279342
 ] 

Brandon Williams commented on CASSANDRA-8622:
-

Removing {noformat}build/lib/jars/slf4j-log4j12-1.7.2.jar{noformat} solves this 
problem.  We may need to build with this jar, but I don't see a reason to run 
with it since it creates multiple slf4j bindings and we have logback.

 All of pig-test is failing in trunk
 ---

 Key: CASSANDRA-8622
 URL: https://issues.apache.org/jira/browse/CASSANDRA-8622
 Project: Cassandra
  Issue Type: Test
  Components: Hadoop
Reporter: Philip Thompson
Assignee: Brandon Williams
 Fix For: 3.0


 See http://cassci.datastax.com/job/trunk_pigtest/330/testReport/
 Every test in the ant target {{ant pig-test}} has been failing on trunk for a 
 while now.
 {code}
 java.lang.ExceptionInInitializerError
   at org.apache.log4j.Logger.getLogger(Logger.java:40)
   at org.hyperic.sigar.SigarLog.getLogger(SigarLog.java:48)
   at org.hyperic.sigar.SigarLog.getLogger(SigarLog.java:44)
   at org.hyperic.sigar.SigarLog.debug(SigarLog.java:60)
   at org.hyperic.sigar.Sigar.clinit(Sigar.java:108)
   at org.apache.cassandra.utils.SigarLibrary.init(SigarLibrary.java:45)
   at 
 org.apache.cassandra.service.CassandraDaemon.setup(CassandraDaemon.java:206)
   at 
 org.apache.cassandra.service.CassandraDaemon.init(CassandraDaemon.java:408)
   at 
 org.apache.cassandra.service.EmbeddedCassandraService.start(EmbeddedCassandraService.java:52)
   at 
 org.apache.cassandra.pig.PigTestBase.startCassandra(PigTestBase.java:96)
   at 
 org.apache.cassandra.pig.CqlRecordReaderTest.setup(CqlRecordReaderTest.java:63)
   at 
 org.apache.log4j.Log4jLoggerFactory.clinit(Log4jLoggerFactory.java:50)
 {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CASSANDRA-8622) All of pig-test is failing in trunk

2015-01-15 Thread Brandon Williams (JIRA)

[ 
https://issues.apache.org/jira/browse/CASSANDRA-8622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14279348#comment-14279348
 ] 

Brandon Williams commented on CASSANDRA-8622:
-

Actually, not quite... that fixes ECS, but now pig-test fails to find its 
logger.

 All of pig-test is failing in trunk
 ---

 Key: CASSANDRA-8622
 URL: https://issues.apache.org/jira/browse/CASSANDRA-8622
 Project: Cassandra
  Issue Type: Test
  Components: Hadoop
Reporter: Philip Thompson
Assignee: Brandon Williams
 Fix For: 3.0


 See http://cassci.datastax.com/job/trunk_pigtest/330/testReport/
 Every test in the ant target {{ant pig-test}} has been failing on trunk for a 
 while now.
 {code}
 java.lang.ExceptionInInitializerError
   at org.apache.log4j.Logger.getLogger(Logger.java:40)
   at org.hyperic.sigar.SigarLog.getLogger(SigarLog.java:48)
   at org.hyperic.sigar.SigarLog.getLogger(SigarLog.java:44)
   at org.hyperic.sigar.SigarLog.debug(SigarLog.java:60)
   at org.hyperic.sigar.Sigar.clinit(Sigar.java:108)
   at org.apache.cassandra.utils.SigarLibrary.init(SigarLibrary.java:45)
   at 
 org.apache.cassandra.service.CassandraDaemon.setup(CassandraDaemon.java:206)
   at 
 org.apache.cassandra.service.CassandraDaemon.init(CassandraDaemon.java:408)
   at 
 org.apache.cassandra.service.EmbeddedCassandraService.start(EmbeddedCassandraService.java:52)
   at 
 org.apache.cassandra.pig.PigTestBase.startCassandra(PigTestBase.java:96)
   at 
 org.apache.cassandra.pig.CqlRecordReaderTest.setup(CqlRecordReaderTest.java:63)
   at 
 org.apache.log4j.Log4jLoggerFactory.clinit(Log4jLoggerFactory.java:50)
 {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CASSANDRA-8622) All of pig-test is failing in trunk

2015-01-14 Thread Brandon Williams (JIRA)

[ 
https://issues.apache.org/jira/browse/CASSANDRA-8622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14278036#comment-14278036
 ] 

Brandon Williams commented on CASSANDRA-8622:
-

Can you find out when this first started failing? At first glance it looks like 
adding sigar broke it.

 All of pig-test is failing in trunk
 ---

 Key: CASSANDRA-8622
 URL: https://issues.apache.org/jira/browse/CASSANDRA-8622
 Project: Cassandra
  Issue Type: Test
  Components: Hadoop
Reporter: Philip Thompson
Assignee: Brandon Williams
 Fix For: 3.0


 See http://cassci.datastax.com/job/trunk_pigtest/330/testReport/
 Every test in the ant target {{ant pig-test}} has been failing on trunk for a 
 while now.
 {code}
 java.lang.ExceptionInInitializerError
   at org.apache.log4j.Logger.getLogger(Logger.java:40)
   at org.hyperic.sigar.SigarLog.getLogger(SigarLog.java:48)
   at org.hyperic.sigar.SigarLog.getLogger(SigarLog.java:44)
   at org.hyperic.sigar.SigarLog.debug(SigarLog.java:60)
   at org.hyperic.sigar.Sigar.clinit(Sigar.java:108)
   at org.apache.cassandra.utils.SigarLibrary.init(SigarLibrary.java:45)
   at 
 org.apache.cassandra.service.CassandraDaemon.setup(CassandraDaemon.java:206)
   at 
 org.apache.cassandra.service.CassandraDaemon.init(CassandraDaemon.java:408)
   at 
 org.apache.cassandra.service.EmbeddedCassandraService.start(EmbeddedCassandraService.java:52)
   at 
 org.apache.cassandra.pig.PigTestBase.startCassandra(PigTestBase.java:96)
   at 
 org.apache.cassandra.pig.CqlRecordReaderTest.setup(CqlRecordReaderTest.java:63)
   at 
 org.apache.log4j.Log4jLoggerFactory.clinit(Log4jLoggerFactory.java:50)
 {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)