Return-Path: X-Original-To: apmail-accumulo-notifications-archive@minotaur.apache.org Delivered-To: apmail-accumulo-notifications-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 54FBCE454 for ; Mon, 17 Dec 2012 19:36:22 +0000 (UTC) Received: (qmail 74170 invoked by uid 500); 17 Dec 2012 19:36:22 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 74128 invoked by uid 500); 17 Dec 2012 19:36:21 -0000 Mailing-List: contact notifications-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jira@apache.org Delivered-To: mailing list notifications@accumulo.apache.org Received: (qmail 74118 invoked by uid 99); 17 Dec 2012 19:36:21 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Dec 2012 19:36:21 +0000 Date: Mon, 17 Dec 2012 19:36:21 +0000 (UTC) From: "Pete Carlson (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (ACCUMULO-911) Get ClassNotFoundException when running Accumulo 1.4.0 Bulk Ingest Example 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/ACCUMULO-911?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13534213#comment-13534213 ] Pete Carlson commented on ACCUMULO-911: --------------------------------------- I also tried adding the -libjars switch which gives me an error about opening the job jar: {noformat} [root@ip-10-151-7-8 accumulo-1.4.0]# ./bin/tool.sh Usage: tool.sh path/to/myTool.jar my.tool.class.Name [-libjars my1.jar,my2.jar] [root@ip-10-151-7-8 accumulo-1.4.0]# ./bin/tool.sh -libjars /lib/examples-simple-*[^c].jar org.apache.accumulo.examples.simple.mapreduce.bulk.BulkIngestExample cybersa zookeeper1 root **** test_bulk bulk tmp/bulkWork Exception in thread "main" java.io.IOException: Error opening job jar: /lib/examples-simple-*[^c].jar at org.apache.hadoop.util.RunJar.main(RunJar.java:90) Caused by: java.util.zip.ZipException: error in opening zip file at java.util.zip.ZipFile.open(Native Method) at java.util.zip.ZipFile.(ZipFile.java:131) at java.util.jar.JarFile.(JarFile.java:150) at java.util.jar.JarFile.(JarFile.java:87) at org.apache.hadoop.util.RunJar.main(RunJar.java:88) [root@ip-10-151-7-8 accumulo-1.4.0]# {noformat} > Get ClassNotFoundException when running Accumulo 1.4.0 Bulk Ingest Example > -------------------------------------------------------------------------- > > Key: ACCUMULO-911 > URL: https://issues.apache.org/jira/browse/ACCUMULO-911 > Project: Accumulo > Issue Type: Bug > Reporter: Pete Carlson > > Trying to follow the steps in the README.bulkIngest for Accumulo 1.4.0 but get a ClassNotFound Exception. Has anyone else seen this? -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira