Closed qmlmoon closed 10 years ago
Oh..I almost forgot we still have a scala version implementation. Actually the scala version only works with the 2-dimensional point, we switched to java when applying the "Bag Of Words" model. I will extend it with the Algorithm base class.
I tried to run the scala program, but all the scala programs keep throwing classnotfound... it was fine before the pom file was changed. Do I have to configure something in intellij for the current version? And I want to say that the scala version implementation is actually a draft and simple version, I would like to leave it out.
Manually merged the Java version in the master with 493dd9b7.
I changed the scope of all Stratosphere dependencies to provided, so now you can only execute the programs from the test scope.
I added your (incomplete) Scala implementation for Stratosphere to a new dev branch.
The Scala version still does not extend the Algorithm base class. Please fix this using a strategy similar to the Java implementation. Java interfaces and classes can be used in Scala code without a problem.