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 E82509871 for ; Thu, 9 Feb 2012 22:41:23 +0000 (UTC) Received: (qmail 28656 invoked by uid 500); 9 Feb 2012 22:41:22 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 28054 invoked by uid 500); 9 Feb 2012 22:41:22 -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 27612 invoked by uid 99); 9 Feb 2012 22:41:21 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Feb 2012 22:41:21 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Feb 2012 22:41:18 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 794861ADB66 for ; Thu, 9 Feb 2012 22:40:57 +0000 (UTC) Date: Thu, 9 Feb 2012 22:40:57 +0000 (UTC) From: "Janne Jalkanen (Commented) (JIRA)" To: commits@cassandra.apache.org Message-ID: <1050024288.21744.1328827257498.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <2044598804.38347.1313414727163.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (CASSANDRA-3037) Could not get input splits Caused by: java.io.IOException: failed connecting to all endpoints slave1/123.198.69.242 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/CASSANDRA-3037?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13204972#comment-13204972 ] Janne Jalkanen commented on CASSANDRA-3037: ------------------------------------------- Seems to be the same as CASSANDRA-3811? > Could not get input splits Caused by: java.io.IOException: failed connecting to all endpoints slave1/123.198.69.242 > ------------------------------------------------------------------------------------------------------------------- > > Key: CASSANDRA-3037 > URL: https://issues.apache.org/jira/browse/CASSANDRA-3037 > Project: Cassandra > Issue Type: Bug > Components: Hadoop > Affects Versions: 0.8.4 > Environment: Ubuntu 10.04 LTS > Hadoop from Cloudera 0.20.203 > Latest java > Reporter: Anton Vedeshin > Priority: Blocker > > After upgrade of cassandra from 0.8.2 to 0.8.4, got this error, before upgrade everything was working fine > I have restarted cassandra, removed data, etc. nothing helps > I have 6 identical machines in the cloud, before it was working fine. If I make netstat then it shows port 9160 listening nodetool ... ring - responces with 6 machines UP. > Finally I have truncated all 6 servers and reinstalled hadoop + cassandra 0.8.4 from scratch. > compiled and tried to execute word_cound > receive the same error as after upgrade > Error: > 11/08/15 15:23:54 INFO WordCount: output reducer type: cassandra > 11/08/15 15:23:54 INFO jvm.JvmMetrics: Initializing JVM Metrics with processName=JobTracker, sessionId= > Exception in thread "main" java.io.IOException: Could not get input splits > at org.apache.cassandra.hadoop.ColumnFamilyInputFormat.getSplits(ColumnFamilyInputFormat.java:157) > at org.apache.hadoop.mapred.JobClient.writeNewSplits(JobClient.java:885) > at org.apache.hadoop.mapred.JobClient.submitJobInternal(JobClient.java:779) > at org.apache.hadoop.mapreduce.Job.submit(Job.java:432) > at org.apache.hadoop.mapreduce.Job.waitForCompletion(Job.java:447) > at WordCount.run(Unknown Source) > at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:65) > at WordCount.main(Unknown Source) > Caused by: java.util.concurrent.ExecutionException: java.io.IOException: failed connecting to all endpoints slave1/154.198.69.242 > at java.util.concurrent.FutureTask$Sync.innerGet(FutureTask.java:222) > at java.util.concurrent.FutureTask.get(FutureTask.java:83) > at org.apache.cassandra.hadoop.ColumnFamilyInputFormat.getSplits(ColumnFamilyInputFormat.java:153) > ... 7 more > Caused by: java.io.IOException: failed connecting to all endpoints slave1/154.198.69.242 > at org.apache.cassandra.hadoop.ColumnFamilyInputFormat.getSubSplits(ColumnFamilyInputFormat.java:234) > at org.apache.cassandra.hadoop.ColumnFamilyInputFormat.access$200(ColumnFamilyInputFormat.java:70) > at org.apache.cassandra.hadoop.ColumnFamilyInputFormat$SplitCallable.call(ColumnFamilyInputFormat.java:190) > at org.apache.cassandra.hadoop.ColumnFamilyInputFormat$SplitCallable.call(ColumnFamilyInputFormat.java:175) > at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) > at java.util.concurrent.FutureTask.run(FutureTask.java:138) > at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) > at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) > at java.lang.Thread.run(Thread.java:662) -- 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