Return-Path: X-Original-To: apmail-hama-user-archive@www.apache.org Delivered-To: apmail-hama-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DD0E1E232 for ; Sat, 9 Mar 2013 21:16:31 +0000 (UTC) Received: (qmail 10795 invoked by uid 500); 9 Mar 2013 21:16:31 -0000 Delivered-To: apmail-hama-user-archive@hama.apache.org Received: (qmail 10768 invoked by uid 500); 9 Mar 2013 21:16:31 -0000 Mailing-List: contact user-help@hama.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hama.apache.org Delivered-To: mailing list user@hama.apache.org Delivered-To: moderator for user@hama.apache.org Received: (qmail 63178 invoked by uid 99); 9 Mar 2013 18:28:04 -0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of andronat_asf@hotmail.com designates 65.55.111.170 as permitted sender) X-EIP: [1buZiJ4axPZ724VTTwOSgM28D/zVWpZP] X-Originating-Email: [andronat_asf@hotmail.com] Message-ID: From: andronat_asf Content-Type: multipart/mixed; boundary="Apple-Mail=_57CF49C1-0F71-4DC2-8E48-9CD704B6CE83" Subject: Write Hama GraphFile problem Date: Sat, 9 Mar 2013 20:27:30 +0200 To: user@hama.apache.org MIME-Version: 1.0 (Mac OS X Mail 6.2 \(1499\)) X-Mailer: Apple Mail (2.1499) X-OriginalArrivalTime: 09 Mar 2013 18:27:34.0243 (UTC) FILETIME=[C4AA0330:01CE1CF3] X-Virus-Checked: Checked by ClamAV on apache.org --Apple-Mail=_57CF49C1-0F71-4DC2-8E48-9CD704B6CE83 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="us-ascii" Hello everyone, I was reading the tutorial for Google Web dataset (local mode, pseudo = distributed cluser) at http://wiki.apache.org/hama/WriteHamaGraphFile. I downloaded a Graph (~1GB) and uploaded it to hdfs. The file was = splitted in 17 hdfs chunks. (I remind that I am trying to run in pseudo = distributed mode, I have everything in my laptop). ls -l /tmp/hadoop/dfs/data/current/ | grep -v 'meta' | wc -l 17 Then I tried to run a code I wrote based on the example but: # tail -f hama-my-bspmaster-my.local.log=20 2013-03-09 20:09:47,060 INFO org.apache.hama.bsp.JobInProgress: num = BSPTasks: 17 2013-03-09 20:09:47,100 INFO org.apache.hama.bsp.JobInProgress: Job is = initialized. 2013-03-09 20:09:47,103 ERROR org.apache.hama.bsp.SimpleTaskScheduler: = Could not schedule all tasks! 2013-03-09 20:09:47,103 ERROR org.apache.hama.bsp.SimpleTaskScheduler: = Scheduling of job Hama Graph Loader could not be done successfully. = Killing it! My configuration is: HamaConfiguration conf =3D new HamaConfiguration(new Configuration()); conf.set("bsp.local.tasks.maximum", "1"); GraphJob graphJob =3D new GraphJob(conf, HamaGraphLoader.class); graphJob.setNumBspTask(1); I also tried to change the values of: conf.set("bsp.tasks.maximum", "1"); conf.set("bsp.max.tasks.per.job", "1"); conf.set("mapred.map.tasks", "1"); conf.set("mapred.min.split.size", String.valueOf(Long.MAX_VALUE)); I even changed the according variables from hama-default.xml but nothing = seems to be working. The number of BSPTasks remain to 17. I attach my full configuration just in case. Thank you in advance, Anastasis --Apple-Mail=_57CF49C1-0F71-4DC2-8E48-9CD704B6CE83--