Hello, regarding to my Hama Pipes test case [1], I want to use VectorWritable inside the hama-core module. Therefore I would need a dependency to hama-ml but this will cause a cyclic dependency.
So is it possible to move both writables, VectorWritable and MatrixWritable, from org.apache.hama.ml.writable into a new package? e.g., org.apache.hama.io.writable based on [2] Regarding to [3] we can also move TextArrayWritable from org.apache.hama.bsp into this new package. Do you think we can move the writables of org.apache.hama.ml.writable to the core module? And can we do the package refactoring [2] of org.apache.hama.bsp submitted by Suraj? Thanks! Martin [1] https://issues.apache.org/jira/browse/HAMA-808 [2] https://issues.apache.org/jira/secure/attachment/12609417/bsplist.txt [3] https://issues.apache.org/jira/browse/HAMA-727
