Return-Path: X-Original-To: apmail-giraph-dev-archive@www.apache.org Delivered-To: apmail-giraph-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4C88110CD6 for ; Sat, 15 Nov 2014 07:02:14 +0000 (UTC) Received: (qmail 52954 invoked by uid 500); 15 Nov 2014 07:02:14 -0000 Delivered-To: apmail-giraph-dev-archive@giraph.apache.org Received: (qmail 52904 invoked by uid 500); 15 Nov 2014 07:02:14 -0000 Mailing-List: contact dev-help@giraph.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@giraph.apache.org Delivered-To: mailing list dev@giraph.apache.org Received: (qmail 52883 invoked by uid 99); 15 Nov 2014 07:02:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 15 Nov 2014 07:02:13 +0000 X-ASF-Spam-Status: No, hits=1.7 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of phalgunimukherjee1007@gmail.com designates 209.85.215.46 as permitted sender) Received: from [209.85.215.46] (HELO mail-la0-f46.google.com) (209.85.215.46) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 15 Nov 2014 07:02:08 +0000 Received: by mail-la0-f46.google.com with SMTP id gd6so390123lab.19 for ; Fri, 14 Nov 2014 23:01:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=hcsXuaWIV1SicoB3JPbOgsUy1AMBOOYaSoV13yU0Jxs=; b=jJQIfKPNbF03KoJmr44WgjnVlVFJp7xBnt6Y0GUVmnMnFxviotl4aHzjeQ7NO4oJSw 6S8ZTImXlGjXBe2wT76MY1VHsMge8eOJvsjjZR5ETHYMk/kHzFZ9h0+xssfbGAwgaQGO RUcNPrXF7+vzjHhZHTAlY2J9hJpW4RzcuCKASlHxo9KRh+EZT3wZMISK60W+w2pub2j+ GvLgis93Ta0mwuqXRQ3KnLMugTmUj1K5JUicB7xzc+LXPnYRuIOQ3NXhXVtQEQC0aqZj 01I77wxw6OaovhUopCsKD6X7eFkXLJH86keVRe4RdilTON0B/8A9RvT1hq2cJaUNJNRN 4zaQ== MIME-Version: 1.0 X-Received: by 10.152.25.168 with SMTP id d8mr12461030lag.41.1416034861958; Fri, 14 Nov 2014 23:01:01 -0800 (PST) Received: by 10.25.23.5 with HTTP; Fri, 14 Nov 2014 23:01:01 -0800 (PST) In-Reply-To: References: Date: Sat, 15 Nov 2014 12:31:01 +0530 Message-ID: Subject: Fwd: Giraph SimpleShortestPathsComputation not working. From: Phalguni Mukherjee To: dev@giraph.apache.org Content-Type: multipart/alternative; boundary=089e0160a5d4efcb0c0507e04ef1 X-Virus-Checked: Checked by ClamAV on apache.org --089e0160a5d4efcb0c0507e04ef1 Content-Type: text/plain; charset=UTF-8 ---------- Forwarded message ---------- From: Phalguni Mukherjee Date: Sat, Nov 15, 2014 at 12:26 PM Subject: Giraph SimpleShortestPathsComputation not working. To: dev@giraph.apache.org Hi, I am new comer to Giraph,and was trying to run the quick start graph with value: [0,0,[[1,1],[3,3]]] [1,0,[[0,1],[2,2],[3,1]]] [2,0,[[1,2],[4,4]]] [3,0,[[0,3],[1,1],[4,4]]] [4,0,[[3,4],[2,4]]] Over Hadoop,where master and slave is configured on the same node. But I was getting zookeeper connection refused error.Than I installed standalone zookeepr and started it,now I get the error: 2014-11-15 11:54:59,222 INFO org.apache.giraph.master.BspServiceMaster: barrierOnWorkerList: Waiting on [apsrv-02_1] 2014-11-15 11:54:59,358 ERROR org.apache.giraph.master.BspServiceMaster: barrierOnWorkerList: Missing chosen workers [Worker(hostname=apsrv-02, MRtaskID=1, port=30001)] on superstep -1 2014-11-15 11:54:59,359 ERROR org.apache.giraph.master.MasterThread: masterThread: Master algorithm failed with IllegalStateException java.lang.IllegalStateException: coordinateVertexInputSplits: Worker failed during input split (currently not supported) at org.apache.giraph.master.BspServiceMaster.coordinateInputSplits(BspServiceMaster.java:1483) at org.apache.giraph.master.BspServiceMaster.coordinateSuperstep(BspServiceMaster.java:1650) at org.apache.giraph.master.MasterThread.run(MasterThread.java:124) 2014-11-15 11:54:59,361 FATAL org.apache.giraph.graph.GraphTaskManager: uncaughtException: OverrideExceptionHandler on thread org.apache.giraph.master.MasterThread, msg = java.lang.IllegalStateException: coordinateVertexInputSplits: Worker failed during input split (currently not supported), exiting... java.lang.IllegalStateException: java.lang.IllegalStateException: coordinateVertexInputSplits: Worker failed during input split (currently not supported) at org.apache.giraph.master.MasterThread.run(MasterThread.java:194) Caused by: java.lang.IllegalStateException: coordinateVertexInputSplits: Worker failed during input split (currently not supported) at org.apache.giraph.master.BspServiceMaster.coordinateInputSplits(BspServiceMaster.java:1483) at org.apache.giraph.master.BspServiceMaster.coordinateSuperstep(BspServiceMaster.java:1650) at org.apache.giraph.master.MasterThread.run(MasterThread.java:124) Please help -- *Thanks & Regards* *Phalguni Mukherjee* -- *Thanks & Regards* *Phalguni Mukherjee* --089e0160a5d4efcb0c0507e04ef1--