Return-Path: X-Original-To: apmail-incubator-hama-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-hama-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 103B47E99 for ; Tue, 15 Nov 2011 10:36:13 +0000 (UTC) Received: (qmail 72225 invoked by uid 500); 15 Nov 2011 10:36:13 -0000 Delivered-To: apmail-incubator-hama-dev-archive@incubator.apache.org Received: (qmail 72119 invoked by uid 500); 15 Nov 2011 10:36:12 -0000 Mailing-List: contact hama-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hama-dev@incubator.apache.org Delivered-To: mailing list hama-dev@incubator.apache.org Received: (qmail 72111 invoked by uid 99); 15 Nov 2011 10:36:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Nov 2011 10:36:12 +0000 X-ASF-Spam-Status: No, hits=-2001.2 required=5.0 tests=ALL_TRUSTED,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; Tue, 15 Nov 2011 10:36:11 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 8B79A846C5 for ; Tue, 15 Nov 2011 10:35:51 +0000 (UTC) Date: Tue, 15 Nov 2011 10:35:51 +0000 (UTC) From: "Edward J. Yoon (Commented) (JIRA)" To: hama-dev@incubator.apache.org Message-ID: <1378228038.30419.1321353351572.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <819084554.11281.1316998286811.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (HAMA-443) SSSP doesn't works with multi-tasks 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/HAMA-443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13150358#comment-13150358 ] Edward J. Yoon commented on HAMA-443: ------------------------------------- oh, sorry. I have to remove my odd code in FileInputFormat. > SSSP doesn't works with multi-tasks > ----------------------------------- > > Key: HAMA-443 > URL: https://issues.apache.org/jira/browse/HAMA-443 > Project: Hama > Issue Type: Bug > Components: examples > Affects Versions: 0.3.0 > Reporter: Edward J. Yoon > Assignee: Thomas Jungblut > Fix For: 0.4.0 > > Attachments: HAMA-443.patch, HAMA-443_1.patch, HAMA-443_v2.patch, HAMA-443_v3.patch, HAMA-443_v4.patch, HAMA-443_v5.patch, patch.txt > > > {code} > root@Cnode1:/usr/local/src/hama-trunk# core/bin/hama jar examples/target/hama-examples-0.4.0-incubating-SNAPSHOT.jar sssp Klewno xx /user/root/edward/sssp-adjacencylist.txt > Single Source Shortest Path Example: > > Setting default start vertex to "Frankfurt"! > Setting start vertex to Klewno! > Using new output folder: xx > 11/09/26 09:46:24 INFO graph.ShortestPaths: Starting data partitioning... > 11/09/26 09:47:12 INFO graph.ShortestPaths: Finished! > 11/09/26 09:47:12 INFO bsp.BSPJobClient: Running job: job_201109260929_0004 > 11/09/26 09:47:15 INFO bsp.BSPJobClient: Current supersteps number: 0 > 11/09/26 09:47:21 INFO bsp.BSPJobClient: Current supersteps number: 1 > 11/09/26 09:47:33 INFO bsp.BSPJobClient: The total number of supersteps: 1 > Job Finished in 21.553 seconds > -------------------- RESULTS -------------------- > java.lang.NullPointerException > at org.apache.hama.examples.graph.ShortestPathsBase.printOutput(ShortestPathsBase.java:93) > at org.apache.hama.examples.graph.ShortestPaths.main(ShortestPaths.java:239) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.apache.hadoop.util.ProgramDriver$ProgramDescription.invoke(ProgramDriver.java:68) > at org.apache.hadoop.util.ProgramDriver.driver(ProgramDriver.java:139) > at org.apache.hama.examples.ExampleDriver.main(ExampleDriver.java:37) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.apache.hama.util.RunJar.main(RunJar.java:145) > {code} -- 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