Return-Path: X-Original-To: apmail-cassandra-commits-archive@www.apache.org Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E12CA10739 for ; Wed, 20 Nov 2013 23:43:36 +0000 (UTC) Received: (qmail 9323 invoked by uid 500); 20 Nov 2013 23:43:36 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 9261 invoked by uid 500); 20 Nov 2013 23:43:36 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 9191 invoked by uid 99); 20 Nov 2013 23:43:36 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Nov 2013 23:43:36 +0000 Date: Wed, 20 Nov 2013 23:43:36 +0000 (UTC) From: "Alex Liu (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CASSANDRA-6376) Pig tests are failing MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CASSANDRA-6376?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Liu updated CASSANDRA-6376: -------------------------------- Attachment: 6376-1.2-branch.txt > Pig tests are failing > --------------------- > > Key: CASSANDRA-6376 > URL: https://issues.apache.org/jira/browse/CASSANDRA-6376 > Project: Cassandra > Issue Type: Bug > Reporter: Sylvain Lebresne > Assignee: Alex Liu > Priority: Minor > Attachments: 6376-1.2-branch.txt > > > On my box, all pig tests are failing with the following stack: > {noformat} > [junit] Testcase: org.apache.cassandra.pig.CqlTableDataTypeTest: Caused an ERROR > [junit] null > [junit] java.lang.ExceptionInInitializerError > [junit] at org.apache.cassandra.pig.PigTestBase.startHadoopCluster(PigTestBase.java:104) > [junit] at org.apache.cassandra.pig.CqlTableDataTypeTest.setup(CqlTableDataTypeTest.java:198) > [junit] Caused by: java.lang.NullPointerException > [junit] at org.apache.hadoop.hdfs.MiniDFSCluster.startDataNodes(MiniDFSCluster.java:422) > [junit] at org.apache.hadoop.hdfs.MiniDFSCluster.(MiniDFSCluster.java:280) > [junit] at org.apache.hadoop.hdfs.MiniDFSCluster.(MiniDFSCluster.java:124) > [junit] at org.apache.pig.test.MiniCluster.setupMiniDfsAndMrClusters(MiniCluster.java:50) > [junit] at org.apache.pig.test.MiniGenericCluster.(MiniGenericCluster.java:49) > [junit] at org.apache.pig.test.MiniCluster.(MiniCluster.java:31) > [junit] at org.apache.pig.test.MiniGenericCluster.(MiniGenericCluster.java:45) > {noformat} > On CASSANDRA-6375, Brandon reported that it was the case on his box too, so I don't think it's a local to my machine. Seems to be a relatively basic setup thing though, not an actual test failure. > I'll also note that we have a specific target for pig tests and that this target uses a longer timeout than the one for the test target. If that's because pig tests typically don't finish within the test timeout, then it would be nice to exclude them from the normal test target (and maybe include them in the long-test target). -- This message was sent by Atlassian JIRA (v6.1#6144)