I still get: edward@udanax:~/workspace/hama-trunk$ bin/hama jar examples/target/hama-examples-0.6.3-SNAPSHOT.jar java.lang.NoClassDefFoundError: org/apache/hama/ml/math/DoubleVector at java.lang.Class.getDeclaredMethods0(Native Method) at java.lang.Class.privateGetDeclaredMethods(Class.java:2521) at java.lang.Class.getMethod0(Class.java:2764) at java.lang.Class.getMethod(Class.java:1653) at org.apache.hama.util.ProgramDriver$ProgramDescription.<init>(ProgramDriver.java:56) at org.apache.hama.util.ProgramDriver.addClass(ProgramDriver.java:99) at org.apache.hama.examples.ExampleDriver.main(ExampleDriver.java:42) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.apache.hama.util.RunJar.main(RunJar.java:146) Caused by: java.lang.ClassNotFoundException: org.apache.hama.ml.math.DoubleVector at java.net.URLClassLoader$1.run(URLClassLoader.java:366) at java.net.URLClassLoader$1.run(URLClassLoader.java:355) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:354) at java.lang.ClassLoader.loadClass(ClassLoader.java:424) at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ... 12 more
On Thu, Sep 26, 2013 at 7:48 AM, Yexi Jiang (JIRA) <[email protected]> wrote: > > [ > https://issues.apache.org/jira/browse/HAMA-804?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel > ] > > Yexi Jiang updated HAMA-804: > ---------------------------- > > Resolution: Fixed > Status: Resolved (was: Patch Available) > >> Create NeuralNetwork Example >> ---------------------------- >> >> Key: HAMA-804 >> URL: https://issues.apache.org/jira/browse/HAMA-804 >> Project: Hama >> Issue Type: New Feature >> Components: machine learning >> Reporter: Yexi Jiang >> Assignee: Yexi Jiang >> Labels: machine_learning >> Fix For: 0.6.3 >> >> Attachments: HAMA-804.patch >> >> >> Add an NeuralNetwork example to the example package. > > -- > 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 -- Best Regards, Edward J. Yoon @eddieyoon
