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 F193010FBF for ; Mon, 9 Dec 2013 16:18:12 +0000 (UTC) Received: (qmail 50351 invoked by uid 500); 9 Dec 2013 16:18:11 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 50238 invoked by uid 500); 9 Dec 2013 16:18:10 -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 50136 invoked by uid 99); 9 Dec 2013 16:18:09 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Dec 2013 16:18:09 +0000 Date: Mon, 9 Dec 2013 16:18:09 +0000 (UTC) From: "Keith Turner (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (ACCUMULO-1988) Example map reduce not running in functional test MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Keith Turner created ACCUMULO-1988: -------------------------------------- Summary: Example map reduce not running in functional test Key: ACCUMULO-1988 URL: https://issues.apache.org/jira/browse/ACCUMULO-1988 Project: Accumulo Issue Type: Sub-task Reporter: Keith Turner Fix For: 1.5.1 While merging fixes for ACCUMULO-1878 from 1.4 to 1.5 I noticed that example map reduce jobs were failing and the return code was not checked. Below is an example of one of the failing test. {noformat} $ ./test/system/auto/run.py -t example -v 10 . . . DEBUG:test.auto:node1: /home/kturner/workspace/accumulo-1.5.1-SNAPSHOT/bin/tool.sh /home/kturner/workspace/accumulo-1.5.1-SNAPSHOT/lib/accumulo-examples-simple.jar org.apache.accumulo.examples.simple.mapreduce.RowHash -i node1-37680 -z localhost:2181 -u root -p secret -t sorted --column : sortedHashed DEBUG:test.auto:Output from command: Usage: org.apache.accumulo.examples.simple.mapreduce.RowHash [options] Options: -auths, --auths the authorizations to use when reading or writing Default: * --column --debug turn on TRACE-level log messages Default: false -h, -?, --help, -help Default: false -i, --instance The name of the accumulo instance -z, --keepers Comma separated list of zookeeper hosts (host:port,host:port) Default: localhost:2181 -fake, --mock Use a mock Instance Default: false --password Enter the connection password --site-file Read the given accumulo site file to find the accumulo instance * -t, --table table to use -tc, --tokenClass Token class Default: org.apache.accumulo.core.client.security.tokens.PasswordToken --trace turn on distributed tracing Default: false -u, --user Connection user Default: kturner -l login properties in the format key=value. Reuse -l for each property (prompt for properties if this option is missing Syntax: -lkey=value Default: {} -p Connection password INFO:test.auto:Error output from command: Was passed main parameter 'sortedHashed' but no main parameter was defined DEBUG:test.auto:Exit code: 1 {noformat} -- This message was sent by Atlassian JIRA (v6.1.4#6159)