TU-Berlin-DIMA / IMPRO-3.SS14

KMEans
2 stars 0 forks source link

Performance enhancement for LogReg in Spark #29

Closed powibol closed 10 years ago

powibol commented 10 years ago

With pull request #28 we prevented object creations caused by Apache Math in the Stratosphere implementation of LogReg. Now Apache Math was replaced in the Spark implementation as well.

aalexandrov commented 10 years ago

I had to reorganize the Spark package to be a bit homogenic. The current version is in the master. I would appreciate if you could rebase this PR with the master HEAD. Thanks. I think that could should just append the changes of 86ea30e.

aalexandrov commented 10 years ago

Will somebody take care of the rebase?

powibol commented 10 years ago

Yes, I will extend the PR this evening.

powibol commented 10 years ago

Okay, it should be ready to merge now. Thanks for reorganizing the code in a homogenic way!

aalexandrov commented 10 years ago

Merged manually in db8cfa88.