[
https://issues.apache.org/jira/browse/HAMA-29?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Edward J. Yoon resolved HAMA-29.
--------------------------------
Resolution: Fixed
test:
[junit] Running org.apache.hama.TestMatrix
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 38.847 sec
[junit] Running org.apache.hama.TestRandomVariable
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.014 sec
[junit] Running org.apache.hama.TestVector
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 38.831 sec
[junit] Running org.apache.hama.mapred.TestMatrixMapReduce
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 59.975 sec
BUILD SUCCESSFUL
Total time: 2 minutes 21 seconds
I just committed this.
> The constructor Matrix(HamaConfiguration, Text) is undefined
> ------------------------------------------------------------
>
> Key: HAMA-29
> URL: https://issues.apache.org/jira/browse/HAMA-29
> Project: Hama
> Issue Type: Bug
> Components: implementation
> Reporter: Edward J. Yoon
> Assignee: Edward J. Yoon
> Fix For: 0.1.0
>
> Attachments: HAMA-29.patch
>
>
> When remove the deprecated methods, I miss this.
> 08/08/12 13:43:38 INFO hama.AbstractMatrix: Initializing the matrix storage.
> 08/08/12 13:43:48 INFO hama.AbstractMatrix: Create the 2 * 2 random matrix :
> randxnrsy
> 08/08/12 13:43:48 INFO hama.AbstractMatrix: Initializing the matrix storage.
> 08/08/12 13:43:58 INFO hama.AbstractMatrix: Create the 2 * 2 random matrix :
> randwxpgo
> 08/08/12 13:43:58 INFO hama.AbstractMatrix: Initializing the matrix storage.
> Exception in thread "main" java.lang.Error: Unresolved compilation problem:
> The constructor Matrix(HamaConfiguration, Text) is undefined
> at org.apache.hama.mapred.MatrixMap.initJob(MatrixMap.java:37)
> at org.apache.hama.Matrix.add(Matrix.java:134)
> at org.apache.hama.examples.MatrixAddition.main(MatrixAddition.java:44)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.