[
https://issues.apache.org/jira/browse/HAMA-739?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13586549#comment-13586549
]
Hudson commented on HAMA-739:
-----------------------------
Integrated in Hama trunk #106 (See
[https://builds.apache.org/job/Hama%20trunk/106/])
HAMA-739: WritableComparable doesn't work with IntWritable (tjungblut)
(Revision 1449874)
Result = SUCCESS
tjungblut :
Files :
* /hama/trunk/CHANGES.txt
* /hama/trunk/graph/src/main/java/org/apache/hama/graph/AggregationRunner.java
* /hama/trunk/graph/src/main/java/org/apache/hama/graph/DiskVerticesInfo.java
* /hama/trunk/graph/src/main/java/org/apache/hama/graph/Edge.java
* /hama/trunk/graph/src/main/java/org/apache/hama/graph/GraphJobRunner.java
* /hama/trunk/graph/src/main/java/org/apache/hama/graph/IDSkippingIterator.java
* /hama/trunk/graph/src/main/java/org/apache/hama/graph/Vertex.java
* /hama/trunk/graph/src/main/java/org/apache/hama/graph/VertexInputReader.java
* /hama/trunk/graph/src/main/java/org/apache/hama/graph/VertexInterface.java
* /hama/trunk/graph/src/main/java/org/apache/hama/graph/VerticesInfo.java
> WritableComparable doesn't work with IntWritable
> ------------------------------------------------
>
> Key: HAMA-739
> URL: https://issues.apache.org/jira/browse/HAMA-739
> Project: Hama
> Issue Type: Bug
> Components: graph
> Environment: Java7
> Reporter: Thomas Jungblut
> Assignee: Thomas Jungblut
> Fix For: 0.7.0
>
>
> bq.Bound mismatch: The type IntWritable is not a valid substitute for the
> bounded parameter <V extends WritableComparable<? super V>> of the type
> Vertex<V,E,M>
> Guess we should remove the <? super V> again as it only works for Text
> correctly.
--
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