Fwd: [VOTE] Apache Mahout 0.13.0 Release Candidate

2017-04-12 Thread Andrew Musselman
FYI -- Forwarded message - From: Andrew Musselman Date: Wed, Apr 12, 2017 at 8:30 PM Subject: Fwd: [VOTE] Apache Mahout 0.13.0 Release Candidate To: d...@maven.apache.org Hi Maven team, we are having trouble getting a couple new modules included in our release build and our for

Re: [VOTE] Apache Mahout 0.13.0 Release Candidate

2017-04-12 Thread Andrew Palumbo
+1 From: Andrew Musselman Sent: Wednesday, April 12, 2017 11:06:29 PM To: dev@mahout.apache.org Subject: Re: [VOTE] Apache Mahout 0.13.0 Release Candidate Okay consider this vote cancelled. On Wed, Apr 12, 2017 at 8:02 PM Andrew Palumbo wrote: > The line that

Re: [VOTE] Apache Mahout 0.13.0 Release Candidate

2017-04-12 Thread Andrew Musselman
Does anyone know anyone on the Maven project or who understands the fine points of making things like this works? On Wed, Apr 12, 2017 at 8:06 PM Andrew Musselman wrote: > Okay consider this vote cancelled. > > On Wed, Apr 12, 2017 at 8:02 PM Andrew Palumbo wrote: > >> The line that I suggested

Re: [VOTE] Apache Mahout 0.13.0 Release Candidate

2017-04-12 Thread Andrew Musselman
Okay consider this vote cancelled. On Wed, Apr 12, 2017 at 8:02 PM Andrew Palumbo wrote: > The line that I suggested the other day: > > > mvn -Pmahout-release,apache-release,viennacl,hadoop2 release:prepare > release:perform > > > doesn't seem to have activated the viennacl profile > > _

Re: [VOTE] Apache Mahout 0.13.0 Release Candidate

2017-04-12 Thread Andrew Palumbo
The line that I suggested the other day: mvn -Pmahout-release,apache-release,viennacl,hadoop2 release:prepare release:perform doesn't seem to have activated the viennacl profile From: Andrew Palumbo Sent: Wednesday, April 12, 2017 10:58:16 PM To: dev@mahout.a

Re: [VOTE] Apache Mahout 0.13.0 Release Candidate

2017-04-12 Thread Andrew Palumbo
off the top of my head i dont know if it is a regression. My guess is that they were missing before. I think that this may have something to do with activating the profile -Pviennacl at release time. From: Andrew Musselman Sent: Wednesday, April 12, 2017 10:4

Re: [VOTE] Apache Mahout 0.13.0 Release Candidate

2017-04-12 Thread Andrew Palumbo
oops- sent last email accidentally without finishing.. It looks like we are missing some jars from the binary distro: andy@micheal:~/sandbox/apache-mahout-distribution-0.13.0$ ls *.jar mahout-integration-0.13.0.jar mahout-math-0.13.0.jar mahout-math-scala_2.10-0.13.0.jar mahout-mr-0.13.0.

Re: [VOTE] Apache Mahout 0.13.0 Release Candidate

2017-04-12 Thread Andrew Musselman
Is it a regression or were they missing before, do you know? On Wed, Apr 12, 2017 at 7:42 PM Andrew Palumbo wrote: > > It looks like we're missing some jars from the binary distro: > > > bin > > mahout-integration-0.13.0.jar > > confmahout-math-0.13.0.jar derby.log >

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

2017-04-12 Thread Andrew Palumbo
+1 to creating a branch. Sent from my Verizon Wireless 4G LTE smartphone Original message From: Dmitriy Lyubimov Date: 04/12/2017 11:25 (GMT-08:00) To: dev@mahout.apache.org Subject: Re: Trying to write the KMeans Clustering Using "Apache Mahout Samsara" can't say i can rea

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

2017-04-12 Thread KHATWANI PARTH BHARAT
Ok i will do that. On Wed, Apr 12, 2017 at 11:55 PM, Dmitriy Lyubimov wrote: > can't say i can read this code well formatted that way... > > it would seem to me that the code is not using the broadcast variable and > instead is using closure variable. that's the only thing i can immediately > se

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

2017-04-12 Thread Dmitriy Lyubimov
can't say i can read this code well formatted that way... it would seem to me that the code is not using the broadcast variable and instead is using closure variable. that's the only thing i can immediately see by looking in the middle of it. it would be better if you created a branch on github f

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

2017-04-12 Thread KHATWANI PARTH BHARAT
@Dmitriy Sir I have completed the Kmeans code as per the algorithm you have Outline above My code is as follows This code works fine till step number 10 In step 11 i am assigning the new centriod index to corresponding row key of data Point in the matrix I think i am doing something wrong in s