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

Sylvain Lebresne commented on CASSANDRA-7241:
---------------------------------------------

The output of those test is a bit of a mess, but basically I get both failing 
with:
{noformat}
    [junit] java.lang.ExceptionInInitializerError
    [junit]     at 
org.apache.cassandra.pig.PigTestBase.startHadoopCluster(PigTestBase.java:109)
    [junit]     at 
org.apache.cassandra.pig.CqlTableDataTypeTest.setup(CqlTableDataTypeTest.java:216)
    [junit] Caused by: java.lang.NullPointerException
    [junit]     at 
org.apache.hadoop.hdfs.MiniDFSCluster.startDataNodes(MiniDFSCluster.java:422)
    [junit]     at 
org.apache.hadoop.hdfs.MiniDFSCluster.<init>(MiniDFSCluster.java:280)
    [junit]     at 
org.apache.hadoop.hdfs.MiniDFSCluster.<init>(MiniDFSCluster.java:124)
    [junit]     at 
org.apache.pig.test.MiniCluster.setupMiniDfsAndMrClusters(MiniCluster.java:51)
    [junit]     at 
org.apache.pig.test.MiniGenericCluster.<init>(MiniGenericCluster.java:49)
    [junit]     at org.apache.pig.test.MiniCluster.<init>(MiniCluster.java:32)
    [junit]     at 
org.apache.pig.test.MiniGenericCluster.<clinit>(MiniGenericCluster.java:45)
{noformat}
but I doubt CASSANDRA-5417 is the source of that. Is there any configuration to 
do to get those tests working? 

> Pig test fails on 2.1 branch
> ----------------------------
>
>                 Key: CASSANDRA-7241
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-7241
>             Project: Cassandra
>          Issue Type: Bug
>            Reporter: Alex Liu
>            Assignee: Sylvain Lebresne
>
> run ant pig-test on cassandra-2.1 branch. There are many tests failed. I 
> trace it a little and find out Pig test fails starts from 
> https://github.com/apache/cassandra/commit/362cc05352ec67e707e0ac790732e96a15e63f6b
> commit.
> It looks like storage changes break Pig tests.



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

Reply via email to