[
https://issues.apache.org/jira/browse/HAMA-699?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Martin Illecker updated HAMA-699:
---------------------------------
Attachment: HAMA-699.patch
Added the commons module including only minimal changes.
(because of the dependency of IO classes to BSPJob and BSPPeer)
Currently the commons module includes:
{code}
org.apache.hama.commons.io.SocketInputStream.java
org.apache.hama.commons.io.SocketIOWithTimeout.java
org.apache.hama.commons.io.SocketOutputStream.java
org.apache.hama.commons.io.writable.DenseVectorWritable.java
org.apache.hama.commons.io.writable.MatrixWritable.java
org.apache.hama.commons.io.writable.SparseVectorWritable.java
org.apache.hama.commons.io.writable.StringArrayWritable.java
org.apache.hama.commons.io.writable.TextArrayWritable.java
org.apache.hama.commons.io.writable.VectorWritable.java
org.apache.hama.commons.math.CrossEntropy.java
org.apache.hama.commons.math.DenseDoubleMatrix.java
org.apache.hama.commons.math.DenseDoubleVector.java
org.apache.hama.commons.math.DoubleDoubleFunction.java
org.apache.hama.commons.math.DoubleDoubleVectorFunction.java
org.apache.hama.commons.math.DoubleFunction.java
org.apache.hama.commons.math.DoubleMatrix.java
org.apache.hama.commons.math.DoubleVector.java
org.apache.hama.commons.math.DoubleVectorFunction.java
org.apache.hama.commons.math.Function.java
org.apache.hama.commons.math.FunctionFactory.java
org.apache.hama.commons.math.IdentityFunction.java
org.apache.hama.commons.math.Sigmoid.java
org.apache.hama.commons.math.SquaredError.java
org.apache.hama.commons.math.Tanh.java
org.apache.hama.commons.math.Tuple.java
org.apache.hama.commons.util.KeyValuePair.java
org.apache.hama.commons.util.TextPair.java
Test classes:
org.apache.hama.commons.math.TestDenseDoubleMatrix.java
org.apache.hama.commons.math.TestDenseDoubleVector.java
org.apache.hama.commons.math.TestFunctionFactory.java
{code}
Please test and verify my patch.
Thanks!
> Add commons module
> ------------------
>
> Key: HAMA-699
> URL: https://issues.apache.org/jira/browse/HAMA-699
> Project: Hama
> Issue Type: Improvement
> Reporter: Edward J. Yoon
> Assignee: Martin Illecker
> Fix For: 0.7.0
>
> Attachments: commons-module.txt, HAMA-699.patch
>
>
> As we disscussed, I'd like to add commons module.
--
This message was sent by Atlassian JIRA
(v6.1#6144)