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 320B2E4C5 for ; Mon, 17 Dec 2012 19:56:14 +0000 (UTC) Received: (qmail 24338 invoked by uid 500); 17 Dec 2012 19:56:13 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 24292 invoked by uid 500); 17 Dec 2012 19:56:13 -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 24009 invoked by uid 99); 17 Dec 2012 19:56:12 -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:56:12 +0000 Date: Mon, 17 Dec 2012 19:56:12 +0000 (UTC) From: "William Slacum (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=13534237#comment-13534237 ] William Slacum commented on ACCUMULO-911: ----------------------------------------- The tool.sh let's you run something similar to `hadoop job`. The first command you issued said the class/Tool you wanted to execute was "/lib/examples-simple-1.4.0.jar", which is why you got a different error when you passed it as a libjar parameter. Can you try explicitly giving the name of the jar instead of the pattern? So something like: `./bin/tool.sh -libjars /lib/examples-simple-1.4.0.jar org.apache.accumulo.examples.simple.mapreduce.bulk.BulkIngestExample cybersa zookeeper1 root **** test_bulk bulk tmp/bulkWork` It looks like your shell isn't expanding the pattern on the jar name. > 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