Return-Path: X-Original-To: apmail-accumulo-user-archive@www.apache.org Delivered-To: apmail-accumulo-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 25ECFDC5C for ; Thu, 4 Oct 2012 18:05:26 +0000 (UTC) Received: (qmail 9005 invoked by uid 500); 4 Oct 2012 18:05:26 -0000 Delivered-To: apmail-accumulo-user-archive@accumulo.apache.org Received: (qmail 8955 invoked by uid 500); 4 Oct 2012 18:05:25 -0000 Mailing-List: contact user-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@accumulo.apache.org Delivered-To: mailing list user@accumulo.apache.org Received: (qmail 8947 invoked by uid 99); 4 Oct 2012 18:05:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Oct 2012 18:05:25 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of markus.mock@gmail.com designates 209.85.220.41 as permitted sender) Received: from [209.85.220.41] (HELO mail-pa0-f41.google.com) (209.85.220.41) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Oct 2012 18:05:19 +0000 Received: by mail-pa0-f41.google.com with SMTP id fa10so877949pad.0 for ; Thu, 04 Oct 2012 11:04:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:date:message-id:subject:from:to:content-type; bh=xzEMmnyGVSlV+rPpx6v4EXAooVD7wHq29jcNWoKlSaU=; b=ECUX0PV+K4s9JhT2Od/yQssszA7MMP/lKWqknxXkCh0ig8eyxjB3FNAB9smfkJITGz vhH3Lz831ccYhs7F+Z7bG4tFabSXeCztW+S6VbM7XYAHmqaM0xbweTd75EqxAXGDWWhd B4ZA/M5Uc7degO804segyBWxp6kl1CGug7dUss1vVNpfXHgMBFETFrD5hxdR9bxrbyAB VVr0gA0lVsVhCy/1NfoDgofrwde8oUzWr9MLYGTLojSoojIgQMTzPbzjhLwy/5JFPj+A Z7jSDmxhtvnDeaL3TXtORm55EPjV02RbIIUbonaDfji3qz3KSR08BCi9Xs6TnG6v0dgt EcYg== MIME-Version: 1.0 Received: by 10.66.74.195 with SMTP id w3mr15066374pav.64.1349373899289; Thu, 04 Oct 2012 11:04:59 -0700 (PDT) Received: by 10.68.19.42 with HTTP; Thu, 4 Oct 2012 11:04:59 -0700 (PDT) Reply-To: markus.mock@gmail.com Date: Thu, 4 Oct 2012 11:04:59 -0700 Message-ID: Subject: Problem with CloudStone4 benchmark in accumulo-1.4.1 From: Markus Mock To: user@accumulo.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Hi I am running into this problem with the CloudStone4 benchmark: the mapreduce job it launches fails with: java.lang.RuntimeException: java.lang.ClassNotFoundException: org.apache.accumulo.core.clien\ t.mapreduce.AccumuloOutputFormat^M at org.apache.hadoop.conf.Configuration.getClass(Configuration.java:1004)^M at org.apache.hadoop.mapreduce.JobContext.getOutputFormatClass(JobContext.java:253)^\ M at org.apache.hadoop.mapred.Task.initialize(Task.java:509)^M at org.apache.hadoop.mapred.MapTask.run(MapTask.java:306)^M at org.apache.hadoop.mapred.Child$4.run(Child.java:266)^M at java.security.AccessController.doPrivileged(Native Method)^M at javax.security.auth.Subject.doAs(Subject.java:396)^M at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:12\ 78)^M at org.apache.hadoop.mapred.Child.main(Child.java:260)^M Caused by: java.lang.ClassNotFoundException: org.apache.accumulo.core.client.mapreduce.Accum\ uloOutputFormat^M I added some printout to the code to see how it invokes / launches that job: Running TeraSortIngest about to call runner.start running: ['/usr/lib/hadoop-0.20/accumulo/accumulo-1.4.1/bin/accumulo', 'org.apache.accumulo\ .examples.simple.mapreduce.TeraSortIngest', '-libjars', '/usr/lib/hadoop-0.20/accumulo/accum\ ulo-1.4.1/lib/accumulo-core-1.4.1.jar,/usr/lib/hadoop-0.20/accumulo/accumulo-1.4.1/lib/libth\ rift-0.6.1.jar,/usr/lib/hadoop/accumulo/zookeeper-3.3.6/zookeeper-3.3.6.jar,/usr/lib/hadoop-\ 0.20/accumulo/accumulo-1.4.1/lib/accumulo-start-1.4.1.jar', '10000000000', '10', '10', '78',\ '78', 'CloudIngestTest', 'markus-dist-test', '', 'root', 'secret', '400']^M Is this a known issue? What would be the workaround? It seems that the tasks cannot find the AccumuloOutputFormat class, however, it is on the -libjars line and I also checked the task trackers and the jar files seem to be in the distributed cache, so any idea why the tasks don't find them? Is that benchmark broken? Thanks. -- Markus