[ https://issues.apache.org/jira/browse/MAHOUT-205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12797180#action_12797180 ]
Jake Mannix commented on MAHOUT-205: ------------------------------------ Are you getting those during mvn clean install, or in your IDE, or where? I remember seeing Idea forget that even though VectorWritable and DenseMatrixWritable were in o.a.m.math, since they were in the mahout-core module, not mahout-math, that it ended up confused. I'm running the tests in the background on a clean checkout (you're using the newer of the two patches, right?), and no compile problems here (although I didn't blow away all of my .m2 folder... I guess I can try that next...) - Mac OS X, fwiw. > Pull Writable (and anything else hadoop dependent) out of the matrix module > --------------------------------------------------------------------------- > > Key: MAHOUT-205 > URL: https://issues.apache.org/jira/browse/MAHOUT-205 > Project: Mahout > Issue Type: Improvement > Components: Math > Affects Versions: 0.1 > Environment: all > Reporter: Jake Mannix > Assignee: Jake Mannix > Priority: Minor > Fix For: 0.3 > > Attachments: MAHOUT-205.patch, MAHOUT-205.patch > > > Vector and Matrix extend Writable, and while that was merely poorly coupled > before, it will be an actual problem now that we have a separate submodule > for matrix: this module should not depend on hadoop at all, ideally. > Distributed matrix work, as well as simply Writable wrappers can go somewhere > else (where? core? yet another submodule which depends on matrix?), but it > would be really nice if we could produce an artifact which doesn't require > Hadoop which has our core linear primitives. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.