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
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.