You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hama.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2012/12/01 05:53:57 UTC

[jira] [Commented] (HAMA-682) Add USAGE string to GD example

    [ https://issues.apache.org/jira/browse/HAMA-682?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13507864#comment-13507864 ] 

Hudson commented on HAMA-682:
-----------------------------

Integrated in Hama-Nightly #753 (See [https://builds.apache.org/job/Hama-Nightly/753/])
    [HAMA-682] - added usage string to GD example (Revision 1415527)

     Result = SUCCESS
tommaso : 
Files : 
* /hama/trunk/examples/src/main/java/org/apache/hama/examples/GradientDescentExample.java
* /hama/trunk/examples/src/test/java/org/apache/hama/examples/LinearRegressionTest.java

                
> 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
>            Assignee: Tommaso Teofili
>            Priority: Trivial
>              Labels: newbie
>             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