Return-Path: X-Original-To: apmail-hama-dev-archive@www.apache.org Delivered-To: apmail-hama-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2DF84D8A5 for ; Fri, 30 Nov 2012 06:44:00 +0000 (UTC) Received: (qmail 570 invoked by uid 500); 30 Nov 2012 06:44:00 -0000 Delivered-To: apmail-hama-dev-archive@hama.apache.org Received: (qmail 138 invoked by uid 500); 30 Nov 2012 06:43:59 -0000 Mailing-List: contact dev-help@hama.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hama.apache.org Delivered-To: mailing list dev@hama.apache.org Received: (qmail 99976 invoked by uid 99); 30 Nov 2012 06:43:58 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Nov 2012 06:43:58 +0000 Date: Fri, 30 Nov 2012 06:43:57 +0000 (UTC) From: "Edward J. Yoon (JIRA)" To: dev@hama.apache.org Message-ID: <416956257.44219.1354257838002.JavaMail.jiratomcat@arcas> Subject: [jira] [Created] (HAMA-682) Add USAGE string to GD example MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Edward J. Yoon created HAMA-682: ----------------------------------- Summary: Add USAGE string to GD example Key: HAMA-682 URL: https://issues.apache.org/jira/browse/HAMA-682 Project: Hama Issue Type: Bug Components: examples Affects Versions: 0.6.0 Reporter: Edward J. Yoon Priority: Trivial Fix For: 0.6.1 {code} [oracle@bda01 hama-0.6.0]$ bin/hama jar hama-examples-0.6.0.jar gd java.lang.ArrayIndexOutOfBoundsException: 0 at org.apache.hama.examples.GradientDescentExample.main(GradientDescentExample.java:62) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.apache.hadoop.util.ProgramDriver$ProgramDescription.invoke(ProgramDriver.java:68) at org.apache.hadoop.util.ProgramDriver.driver(ProgramDriver.java:139) at org.apache.hama.examples.ExampleDriver.main(ExampleDriver.java:40) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.apache.hama.util.RunJar.main(RunJar.java:147) {code} -- 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