[
https://issues.apache.org/jira/browse/HAMA-804?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13778386#comment-13778386
]
Edward J. Yoon commented on HAMA-804:
-------------------------------------
Here's my solution.
{code}
Index: bin/hama
===================================================================
--- bin/hama (revision 1526329)
+++ bin/hama (working copy)
@@ -117,6 +117,14 @@
CLASSPATH=${CLASSPATH}:$HAMA_HOME/graph/target/test-classes
fi
+# for developers, add ML classes to CLASSPATH
+if [ -d "$HAMA_HOME/ml/target/classes" ]; then
+ CLASSPATH=${CLASSPATH}:$HAMA_HOME/ml/target/classes
+fi
+if [ -d "$HAMA_HOME/ml/target/test-classes/classes" ]; then
+ CLASSPATH=${CLASSPATH}:$HAMA_HOME/ml/target/test-classes
+fi
+
{code}
> 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