Jenkins build is back to normal : mahout-nightly » Mahout Build Tools #2194

2017-04-14 Thread Apache Jenkins Server
See

Jenkins build is back to normal : mahout-nightly #2194

2017-04-14 Thread Apache Jenkins Server
See

Jenkins build is back to stable : mahout-nightly » Mahout Spark bindings #2194

2017-04-14 Thread Apache Jenkins Server
See

[VOTE] Apache Mahout 0.13.0 Release Candidate

2017-04-14 Thread Andrew Musselman
This is the vote for release 0.13.0 of Apache Mahout. The vote will be going for at least 72 hours and will be closed on Monday, April 17th, 2017 or once there are at least 3 PMC +1 binding votes (whichever occurs earlier). Please download, test and vote with [ ] +1, accept RC as the official

Build failed in Jenkins: mahout-nightly #2193

2017-04-14 Thread Apache Jenkins Server
See Changes: [akm] [maven-release-plugin] prepare release mahout-0.13.0 -- Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on

Build failed in Jenkins: mahout-nightly » Mahout Build Tools #2193

2017-04-14 Thread Apache Jenkins Server
See Changes: [akm] [maven-release-plugin] prepare release mahout-0.13.0 -- Established TCP socket on 43329 maven33-agent.jar already up

Jenkins build is back to normal : mahout-nightly » Mahout Map-Reduce #2192

2017-04-14 Thread Apache Jenkins Server
See

Re: Trying to write the KMeans Clustering Using "Apache Mahout Samsara"

2017-04-14 Thread KHATWANI PARTH BHARAT
@Dmitriy, @Trevor and @Andrew I have tried Testing this Row Key assignment issue which i have mentioned in the above mail, By Writing the a separate code where i am assigning the a default value 1 to each row Key of The DRM and then taking the aggregating transpose I have committed the separate

Re: [VOTE] Apache Mahout 0.13.0 Release Candidate

2017-04-14 Thread Andrew Musselman
Yeah I ripped it out today. Can put it back, or we can have this patch in the release notes and get a .1 release out in a couple weeks. I'm eager to ship this, if that would work let me know. On Fri, Apr 14, 2017 at 6:39 PM Andrew Palumbo wrote: > replacing the > > >

Re: [VOTE] Apache Mahout 0.13.0 Release Candidate

2017-04-14 Thread Andrew Palumbo
replacing the ${project.version} In the block: org.apache.mahout mahout-native-viennacl-omp_${scala.compat.version} ${project.version} of distribution/pom.xml seems to fix this error. (for the OpenMp build at least) I'm not sure how it was left out- the last commit before the

Re: [VOTE] Apache Mahout 0.13.0 Release Candidate

2017-04-14 Thread Andrew Palumbo
Tested the binary build and the src build with: mvn clean install -Pviennacl -Phadoop2 -DskipTests. Everything built and tested as expected. However when building for OpenMP: mvn clean install -Pviennacl -Phadoop2 -DskipTests && mvn test the build failed with: $ mvn clean install

[VOTE] Apache Mahout 0.13.0 Release Candidate

2017-04-14 Thread Andrew Musselman
This is the vote for release 0.13.0 of Apache Mahout. The vote will be going for at least 72 hours and will be closed on Monday, April 17th, 2017 or once there are at least 3 PMC +1 binding votes (whichever occurs earlier). Please download, test and vote with [ ] +1, accept RC as the official

Build failed in Jenkins: mahout-nightly #2191

2017-04-14 Thread Apache Jenkins Server
See Changes: [akm] Removing versions from viennacl profiles [akm] Adding project.version back for viennacl-omp module in viennacl profile. [akm] [maven-release-plugin] prepare release mahout-0.13.0 [akm]

Build failed in Jenkins: mahout-nightly » Mahout Map-Reduce #2191

2017-04-14 Thread Apache Jenkins Server
See Changes: [akm] [maven-release-plugin] prepare release mahout-0.13.0 [akm] [maven-release-plugin] prepare for next development iteration --

RE: Trying to write the KMeans Clustering Using "Apache Mahout Samsara"

2017-04-14 Thread Andrew Palumbo
+1 Sent from my Verizon Wireless 4G LTE smartphone Original message From: Trevor Grant Date: 04/14/2017 11:40 (GMT-08:00) To: dev@mahout.apache.org Subject: Re: Trying to write the KMeans Clustering Using "Apache Mahout Samsara" Parth and Dmitriy,

Re: [VOTE] Apache Mahout 0.13.0 Release Candidate

2017-04-14 Thread Andrew Musselman
Okay rolling back now. On Fri, Apr 14, 2017 at 10:07 AM, Suneel Marthi wrote: > u can roll this back, i see the issue. > > and shuld have a PR fix. > > On Fri, Apr 14, 2017 at 12:31 AM, Andrew Musselman < > andrew.mussel...@gmail.com> wrote: > > > If we can get a quorum

Re: [VOTE] Apache Mahout 0.13.0 Release Candidate

2017-04-14 Thread Suneel Marthi
u can roll this back, i see the issue. and shuld have a PR fix. On Fri, Apr 14, 2017 at 12:31 AM, Andrew Musselman < andrew.mussel...@gmail.com> wrote: > If we can get a quorum tomorrow morning Pacific let's get whoever can join > on a hangout; I'll keep an eye on this thread and set up a

Re: Trying to write the KMeans Clustering Using "Apache Mahout Samsara"

2017-04-14 Thread KHATWANI PARTH BHARAT
@Dmitriy Sir, In the K means code above I think i am doing the following Incorrectly Assigning the closest centriod index to the Row Keys of DRM //11. Iterating over the Data Matrix(in DrmLike[Int] format) to calculate the initial centriods dataDrmX.mapBlock() { case (keys, block) =>