Hama's `Message.java` does not use the subgraph ID's generic type `K`
Closed this issue · 1 comments
simmhan commented
this.subgraphID = (K) new LongWritable(); // FIXME: This wont work for non-long subgraph IDs!
dipkakwani commented
Fixed: f584962