Re: [VOTE] Apache Mahout 0.13.0 Release Candidate

2017-03-01 Thread Andrew Musselman
I've confirmed hashes and sigs; if someone other than me could confirm all
three sigs it'd be good, e.g.:

`gpg --verify apache-mahout-distribution-0.13.0-src.tar.gz.asc`
`gpg --verify apache-mahout-distribution-0.13.0.pom.asc`
`gpg --verify apache-mahout-distribution-0.13.0.tar.gz.asc`

I'll vote after running some tests.

On Tue, Feb 28, 2017 at 10:58 PM, Andrew Musselman  wrote:

> 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 Friday,
> March 3rd, 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 0.13.0 release of Apache Mahout
> [ ] +0, I don't care either way,
> [ ] -1, do not accept RC as the official 0.13.0 release of Apache Mahout,
> because...
>
>
> Maven staging repo:
>
> https://repository.apache.org/content/repositories/
> orgapachemahout-1033/org/apache/mahout/apache-mahout-distribution/0.13.0/
>
> The git tag to be voted upon is mahout-0.13.0
>


Re: [VOTE] Apache Mahout 0.13.0 Release Candidate

2017-03-01 Thread Andrew Musselman
I'm getting this when starting the spark-shell on a Mac:

Loading
/Users/andrew.musselman/Downloads/mahout-testing/apache-mahout-distribution-0.13.0/bin/load-shell.scala...
:36: error: object mahout is not a member of package org.apache
   import org.apache.mahout.math._
 ^
:19: error: object mahout is not a member of package org.apache
   import org.apache.mahout.math.scalabindings._
 ^
:19: error: object mahout is not a member of package org.apache
   import org.apache.mahout.math.drm._
 ^
:19: error: object mahout is not a member of package org.apache
   import org.apache.mahout.math.scalabindings.RLikeOps._
 ^
:19: error: object mahout is not a member of package org.apache
   import org.apache.mahout.math.drm.RLikeDrmOps._
 ^
:19: error: object mahout is not a member of package org.apache
   import org.apache.mahout.sparkbindings._
 ^
:21: error: object mahout is not a member of package org.apache
   implicit val sdc:
org.apache.mahout.sparkbindings.SparkDistributedContext = sc2sdc(sc)
^
:21: error: not found: value sc2sdc
   implicit val sdc:
org.apache.mahout.sparkbindings.SparkDistributedContext = sc2sdc(sc)

On Wed, Mar 1, 2017 at 9:21 AM, Andrew Musselman  wrote:

> I've confirmed hashes and sigs; if someone other than me could confirm all
> three sigs it'd be good, e.g.:
>
> `gpg --verify apache-mahout-distribution-0.13.0-src.tar.gz.asc`
> `gpg --verify apache-mahout-distribution-0.13.0.pom.asc`
> `gpg --verify apache-mahout-distribution-0.13.0.tar.gz.asc`
>
> I'll vote after running some tests.
>
> On Tue, Feb 28, 2017 at 10:58 PM, Andrew Musselman  wrote:
>
>> 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
>> Friday,
>> March 3rd, 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 0.13.0 release of Apache Mahout
>> [ ] +0, I don't care either way,
>> [ ] -1, do not accept RC as the official 0.13.0 release of Apache Mahout,
>> because...
>>
>>
>> Maven staging repo:
>>
>> https://repository.apache.org/content/repositories/orgapache
>> mahout-1033/org/apache/mahout/apache-mahout-distribution/0.13.0/
>>
>> The git tag to be voted upon is mahout-0.13.0
>>
>
>


Re: [VOTE] Apache Mahout 0.13.0 Release Candidate

2017-03-01 Thread Andrew Musselman
Nevermind, that was before building the src distro.

Shell works fine with src and binary distros.

On Wed, Mar 1, 2017 at 9:39 AM, Andrew Musselman  wrote:

> I'm getting this when starting the spark-shell on a Mac:
>
> Loading /Users/andrew.musselman/Downloads/mahout-testing/
> apache-mahout-distribution-0.13.0/bin/load-shell.scala...
> :36: error: object mahout is not a member of package org.apache
>import org.apache.mahout.math._
>  ^
> :19: error: object mahout is not a member of package org.apache
>import org.apache.mahout.math.scalabindings._
>  ^
> :19: error: object mahout is not a member of package org.apache
>import org.apache.mahout.math.drm._
>  ^
> :19: error: object mahout is not a member of package org.apache
>import org.apache.mahout.math.scalabindings.RLikeOps._
>  ^
> :19: error: object mahout is not a member of package org.apache
>import org.apache.mahout.math.drm.RLikeDrmOps._
>  ^
> :19: error: object mahout is not a member of package org.apache
>import org.apache.mahout.sparkbindings._
>  ^
> :21: error: object mahout is not a member of package org.apache
>implicit val sdc: 
> org.apache.mahout.sparkbindings.SparkDistributedContext
> = sc2sdc(sc)
> ^
> :21: error: not found: value sc2sdc
>implicit val sdc: 
> org.apache.mahout.sparkbindings.SparkDistributedContext
> = sc2sdc(sc)
>
> On Wed, Mar 1, 2017 at 9:21 AM, Andrew Musselman  wrote:
>
>> I've confirmed hashes and sigs; if someone other than me could confirm
>> all three sigs it'd be good, e.g.:
>>
>> `gpg --verify apache-mahout-distribution-0.13.0-src.tar.gz.asc`
>> `gpg --verify apache-mahout-distribution-0.13.0.pom.asc`
>> `gpg --verify apache-mahout-distribution-0.13.0.tar.gz.asc`
>>
>> I'll vote after running some tests.
>>
>> On Tue, Feb 28, 2017 at 10:58 PM, Andrew Musselman 
>> wrote:
>>
>>> 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
>>> Friday,
>>> March 3rd, 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 0.13.0 release of Apache Mahout
>>> [ ] +0, I don't care either way,
>>> [ ] -1, do not accept RC as the official 0.13.0 release of Apache Mahout
>>> ,
>>> because...
>>>
>>>
>>> Maven staging repo:
>>>
>>> https://repository.apache.org/content/repositories/orgapache
>>> mahout-1033/org/apache/mahout/apache-mahout-distribution/0.13.0/
>>>
>>> The git tag to be voted upon is mahout-0.13.0
>>>
>>
>>
>


RE: [VOTE] Apache Mahout 0.13.0 Release Candidate

2017-03-01 Thread Andrew Palumbo
I will verify keys tonight.



Sent from my Verizon Wireless 4G LTE smartphone


 Original message 
From: Andrew Musselman 
Date: 03/01/2017 10:20 AM (GMT-08:00)
To: user@mahout.apache.org, d...@mahout.apache.org
Subject: Re: [VOTE] Apache Mahout 0.13.0 Release Candidate

Nevermind, that was before building the src distro.

Shell works fine with src and binary distros.

On Wed, Mar 1, 2017 at 9:39 AM, Andrew Musselman  wrote:

> I'm getting this when starting the spark-shell on a Mac:
>
> Loading /Users/andrew.musselman/Downloads/mahout-testing/
> apache-mahout-distribution-0.13.0/bin/load-shell.scala...
> :36: error: object mahout is not a member of package org.apache
>import org.apache.mahout.math._
>  ^
> :19: error: object mahout is not a member of package org.apache
>import org.apache.mahout.math.scalabindings._
>  ^
> :19: error: object mahout is not a member of package org.apache
>import org.apache.mahout.math.drm._
>  ^
> :19: error: object mahout is not a member of package org.apache
>import org.apache.mahout.math.scalabindings.RLikeOps._
>  ^
> :19: error: object mahout is not a member of package org.apache
>import org.apache.mahout.math.drm.RLikeDrmOps._
>  ^
> :19: error: object mahout is not a member of package org.apache
>import org.apache.mahout.sparkbindings._
>  ^
> :21: error: object mahout is not a member of package org.apache
>implicit val sdc: 
> org.apache.mahout.sparkbindings.SparkDistributedContext
> = sc2sdc(sc)
> ^
> :21: error: not found: value sc2sdc
>implicit val sdc: 
> org.apache.mahout.sparkbindings.SparkDistributedContext
> = sc2sdc(sc)
>
> On Wed, Mar 1, 2017 at 9:21 AM, Andrew Musselman  wrote:
>
>> I've confirmed hashes and sigs; if someone other than me could confirm
>> all three sigs it'd be good, e.g.:
>>
>> `gpg --verify apache-mahout-distribution-0.13.0-src.tar.gz.asc`
>> `gpg --verify apache-mahout-distribution-0.13.0.pom.asc`
>> `gpg --verify apache-mahout-distribution-0.13.0.tar.gz.asc`
>>
>> I'll vote after running some tests.
>>
>> On Tue, Feb 28, 2017 at 10:58 PM, Andrew Musselman 
>> wrote:
>>
>>> 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
>>> Friday,
>>> March 3rd, 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 0.13.0 release of Apache Mahout
>>> [ ] +0, I don't care either way,
>>> [ ] -1, do not accept RC as the official 0.13.0 release of Apache Mahout
>>> ,
>>> because...
>>>
>>>
>>> Maven staging repo:
>>>
>>> https://repository.apache.org/content/repositories/orgapache
>>> mahout-1033/org/apache/mahout/apache-mahout-distribution/0.13.0/
>>>
>>> The git tag to be voted upon is mahout-0.13.0
>>>
>>
>>
>


Re: [VOTE] Apache Mahout 0.13.0 Release Candidate

2017-03-01 Thread Andrew Musselman
New RC for 0.13.0 release out; please try out the new artifacts at
https://repository.apache.org/content/repositories/orgapachemahout-1034

The vote will be going for at least 72 hours and will be closed on Friday,
March 3rd, 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 0.13.0 release of Apache Mahout
[ ] +0, I don't care either way,
[ ] -1, do not accept RC as the official 0.13.0 release of Apache Mahout,
because...

The git tag to be voted upon is mahout-0.13.0

On Wed, Mar 1, 2017 at 11:45 AM, Andrew Palumbo  wrote:

> I will verify keys tonight.
>
>
>
> Sent from my Verizon Wireless 4G LTE smartphone
>
>
>  Original message 
> From: Andrew Musselman 
> Date: 03/01/2017 10:20 AM (GMT-08:00)
> To: user@mahout.apache.org, d...@mahout.apache.org
> Subject: Re: [VOTE] Apache Mahout 0.13.0 Release Candidate
>
> Nevermind, that was before building the src distro.
>
> Shell works fine with src and binary distros.
>
> On Wed, Mar 1, 2017 at 9:39 AM, Andrew Musselman <
> andrew.mussel...@gmail.com
> > wrote:
>
> > I'm getting this when starting the spark-shell on a Mac:
> >
> > Loading /Users/andrew.musselman/Downloads/mahout-testing/
> > apache-mahout-distribution-0.13.0/bin/load-shell.scala...
> > :36: error: object mahout is not a member of package org.apache
> >import org.apache.mahout.math._
> >  ^
> > :19: error: object mahout is not a member of package org.apache
> >import org.apache.mahout.math.scalabindings._
> >  ^
> > :19: error: object mahout is not a member of package org.apache
> >import org.apache.mahout.math.drm._
> >  ^
> > :19: error: object mahout is not a member of package org.apache
> >import org.apache.mahout.math.scalabindings.RLikeOps._
> >  ^
> > :19: error: object mahout is not a member of package org.apache
> >import org.apache.mahout.math.drm.RLikeDrmOps._
> >  ^
> > :19: error: object mahout is not a member of package org.apache
> >import org.apache.mahout.sparkbindings._
> >  ^
> > :21: error: object mahout is not a member of package org.apache
> >implicit val sdc: org.apache.mahout.sparkbindings.
> SparkDistributedContext
> > = sc2sdc(sc)
> > ^
> > :21: error: not found: value sc2sdc
> >implicit val sdc: org.apache.mahout.sparkbindings.
> SparkDistributedContext
> > = sc2sdc(sc)
> >
> > On Wed, Mar 1, 2017 at 9:21 AM, Andrew Musselman  wrote:
> >
> >> I've confirmed hashes and sigs; if someone other than me could confirm
> >> all three sigs it'd be good, e.g.:
> >>
> >> `gpg --verify apache-mahout-distribution-0.13.0-src.tar.gz.asc`
> >> `gpg --verify apache-mahout-distribution-0.13.0.pom.asc`
> >> `gpg --verify apache-mahout-distribution-0.13.0.tar.gz.asc`
> >>
> >> I'll vote after running some tests.
> >>
> >> On Tue, Feb 28, 2017 at 10:58 PM, Andrew Musselman 
> >> wrote:
> >>
> >>> 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
> >>> Friday,
> >>> March 3rd, 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 0.13.0 release of Apache Mahout
> >>> [ ] +0, I don't care either way,
> >>> [ ] -1, do not accept RC as the official 0.13.0 release of Apache
> Mahout
> >>> ,
> >>> because...
> >>>
> >>>
> >>> Maven staging repo:
> >>>
> >>> https://repository.apache.org/content/repositories/orgapache
> >>> mahout-1033/org/apache/mahout/apache-mahout-distribution/0.13.0/
> >>>
> >>> The git tag to be voted upon is mahout-0.13.0
> >>>
> >>
> >>
> >
>


Re: [VOTE] Apache Mahout 0.13.0 Release Candidate

2017-03-02 Thread Andrew Musselman
Confirmed hashes and sigs, tested operations in the shell in src and bin
artifacts. Would like someone else to check sigs too.

+1 (binding)

On Wed, Mar 1, 2017 at 9:39 PM, Andrew Musselman  wrote:

> New RC for 0.13.0 release out; please try out the new artifacts at
> https://repository.apache.org/content/repositories/orgapachemahout-1034
>
> The vote will be going for at least 72 hours and will be closed on Friday,
> March 3rd, 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 0.13.0 release of Apache Mahout
> [ ] +0, I don't care either way,
> [ ] -1, do not accept RC as the official 0.13.0 release of Apache Mahout,
> because...
>
> The git tag to be voted upon is mahout-0.13.0
>
> On Wed, Mar 1, 2017 at 11:45 AM, Andrew Palumbo 
> wrote:
>
>> I will verify keys tonight.
>>
>>
>>
>> Sent from my Verizon Wireless 4G LTE smartphone
>>
>>
>>  Original message 
>> From: Andrew Musselman 
>> Date: 03/01/2017 10:20 AM (GMT-08:00)
>> To: user@mahout.apache.org, d...@mahout.apache.org
>> Subject: Re: [VOTE] Apache Mahout 0.13.0 Release Candidate
>>
>> Nevermind, that was before building the src distro.
>>
>> Shell works fine with src and binary distros.
>>
>> On Wed, Mar 1, 2017 at 9:39 AM, Andrew Musselman <
>> andrew.mussel...@gmail.com
>> > wrote:
>>
>> > I'm getting this when starting the spark-shell on a Mac:
>> >
>> > Loading /Users/andrew.musselman/Downloads/mahout-testing/
>> > apache-mahout-distribution-0.13.0/bin/load-shell.scala...
>> > :36: error: object mahout is not a member of package org.apache
>> >import org.apache.mahout.math._
>> >  ^
>> > :19: error: object mahout is not a member of package org.apache
>> >import org.apache.mahout.math.scalabindings._
>> >  ^
>> > :19: error: object mahout is not a member of package org.apache
>> >import org.apache.mahout.math.drm._
>> >  ^
>> > :19: error: object mahout is not a member of package org.apache
>> >import org.apache.mahout.math.scalabindings.RLikeOps._
>> >  ^
>> > :19: error: object mahout is not a member of package org.apache
>> >import org.apache.mahout.math.drm.RLikeDrmOps._
>> >  ^
>> > :19: error: object mahout is not a member of package org.apache
>> >import org.apache.mahout.sparkbindings._
>> >  ^
>> > :21: error: object mahout is not a member of package org.apache
>> >implicit val sdc: org.apache.mahout.sparkbinding
>> s.SparkDistributedContext
>> > = sc2sdc(sc)
>> > ^
>> > :21: error: not found: value sc2sdc
>> >implicit val sdc: org.apache.mahout.sparkbinding
>> s.SparkDistributedContext
>> > = sc2sdc(sc)
>> >
>> > On Wed, Mar 1, 2017 at 9:21 AM, Andrew Musselman 
>> wrote:
>> >
>> >> I've confirmed hashes and sigs; if someone other than me could confirm
>> >> all three sigs it'd be good, e.g.:
>> >>
>> >> `gpg --verify apache-mahout-distribution-0.13.0-src.tar.gz.asc`
>> >> `gpg --verify apache-mahout-distribution-0.13.0.pom.asc`
>> >> `gpg --verify apache-mahout-distribution-0.13.0.tar.gz.asc`
>> >>
>> >> I'll vote after running some tests.
>> >>
>> >> On Tue, Feb 28, 2017 at 10:58 PM, Andrew Musselman 
>> >> wrote:
>> >>
>> >>> 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
>> >>> Friday,
>> >>> March 3rd, 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 0.13.0 release of Apache Mahout
>> >>> [ ] +0, I don't care either way,
>> >>> [ ] -1, do not accept RC as the official 0.13.0 release of Apache
>> Mahout
>> >>> ,
>> >>> because...
>> >>>
>> >>>
>> >>> Maven staging repo:
>> >>>
>> >>> https://repository.apache.org/content/repositories/orgapache
>> >>> mahout-1033/org/apache/mahout/apache-mahout-distribution/0.13.0/
>> >>>
>> >>> The git tag to be voted upon is mahout-0.13.0
>> >>>
>> >>
>> >>
>> >
>>
>
>


Re: [VOTE] Apache Mahout 0.13.0 Release Candidate

2017-03-03 Thread Trevor Grant
+1

Sigs are good


Trevor Grant
Data Scientist
https://github.com/rawkintrevo
http://stackexchange.com/users/3002022/rawkintrevo
http://trevorgrant.org

*"Fortunate is he, who is able to know the causes of things."  -Virgil*


On Fri, Mar 3, 2017 at 12:17 AM, Andrew Musselman <
andrew.mussel...@gmail.com> wrote:

> Confirmed hashes and sigs, tested operations in the shell in src and bin
> artifacts. Would like someone else to check sigs too.
>
> +1 (binding)
>
> On Wed, Mar 1, 2017 at 9:39 PM, Andrew Musselman <
> andrew.mussel...@gmail.com
> > wrote:
>
> > New RC for 0.13.0 release out; please try out the new artifacts at
> > https://repository.apache.org/content/repositories/orgapachemahout-1034
> >
> > The vote will be going for at least 72 hours and will be closed on
> Friday,
> > March 3rd, 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 0.13.0 release of Apache Mahout
> > [ ] +0, I don't care either way,
> > [ ] -1, do not accept RC as the official 0.13.0 release of Apache Mahout,
> > because...
> >
> > The git tag to be voted upon is mahout-0.13.0
> >
> > On Wed, Mar 1, 2017 at 11:45 AM, Andrew Palumbo 
> > wrote:
> >
> >> I will verify keys tonight.
> >>
> >>
> >>
> >> Sent from my Verizon Wireless 4G LTE smartphone
> >>
> >>
> >>  Original message 
> >> From: Andrew Musselman 
> >> Date: 03/01/2017 10:20 AM (GMT-08:00)
> >> To: user@mahout.apache.org, d...@mahout.apache.org
> >> Subject: Re: [VOTE] Apache Mahout 0.13.0 Release Candidate
> >>
> >> Nevermind, that was before building the src distro.
> >>
> >> Shell works fine with src and binary distros.
> >>
> >> On Wed, Mar 1, 2017 at 9:39 AM, Andrew Musselman <
> >> andrew.mussel...@gmail.com
> >> > wrote:
> >>
> >> > I'm getting this when starting the spark-shell on a Mac:
> >> >
> >> > Loading /Users/andrew.musselman/Downloads/mahout-testing/
> >> > apache-mahout-distribution-0.13.0/bin/load-shell.scala...
> >> > :36: error: object mahout is not a member of package
> org.apache
> >> >import org.apache.mahout.math._
> >> >  ^
> >> > :19: error: object mahout is not a member of package
> org.apache
> >> >import org.apache.mahout.math.scalabindings._
> >> >  ^
> >> > :19: error: object mahout is not a member of package
> org.apache
> >> >import org.apache.mahout.math.drm._
> >> >  ^
> >> > :19: error: object mahout is not a member of package
> org.apache
> >> >import org.apache.mahout.math.scalabindings.RLikeOps._
> >> >  ^
> >> > :19: error: object mahout is not a member of package
> org.apache
> >> >import org.apache.mahout.math.drm.RLikeDrmOps._
> >> >  ^
> >> > :19: error: object mahout is not a member of package
> org.apache
> >> >import org.apache.mahout.sparkbindings._
> >> >  ^
> >> > :21: error: object mahout is not a member of package
> org.apache
> >> >implicit val sdc: org.apache.mahout.sparkbinding
> >> s.SparkDistributedContext
> >> > = sc2sdc(sc)
> >> > ^
> >> > :21: error: not found: value sc2sdc
> >> >implicit val sdc: org.apache.mahout.sparkbinding
> >> s.SparkDistributedContext
> >> > = sc2sdc(sc)
> >> >
> >> > On Wed, Mar 1, 2017 at 9:21 AM, Andrew Musselman 
> >> wrote:
> >> >
> >> >> I've confirmed hashes and sigs; if someone other than me could
> confirm
> >> >> all three sigs it'd be good, e.g.:
> >> >>
> >> >> `gpg --verify apache-mahout-distribution-0.13.0-src.tar.gz.asc`
> >> >> `gpg --verify apache-mahout-distribution-0.13.0.pom.asc`
> >> >> `gpg --verify apache-mahout-distribution-0.13.0.tar.gz.asc`
> >> >>
> >> >> I'll vote after running some tests.
> >> >>
> >> >> On Tue, Feb 28, 2017 at 10:58 PM, Andrew Musselman 
> >> >> wrote:
> >> >>
> >> >>> 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
> >> >>> Friday,
> >> >>> March 3rd, 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 0.13.0 release of Apache Mahout
> >> >>> [ ] +0, I don't care either way,
> >> >>> [ ] -1, do not accept RC as the official 0.13.0 release of Apache
> >> Mahout
> >> >>> ,
> >> >>> because...
> >> >>>
> >> >>>
> >> >>> Maven staging repo:
> >> >>>
> >> >>> https://repository.apache.org/content/repositories/orgapache
> >> >>> mahout-1033/org/apache/mahout/apache-mahout-distribution/0.13.0/
> >> >>>
> >> >>> The git tag to be voted upon is mahout-0.13.0
> >> >>>
> >> >>
> >> >>
> >> >
> >>
> >
> >
>


Re: [VOTE] Apache Mahout 0.13.0 Release Candidate

2017-03-04 Thread Andrew Palumbo
This vote has been cancelled due to issues found while testing..  RC2 will be 
out soon.


From: Pat Ferrel 
Sent: Friday, March 3, 2017 4:19:51 PM
To: d...@mahout.apache.org
Subject: Re: [VOTE] Apache Mahout 0.13.0 Release Candidate

scratch that, anyone using sbt use the following resolver:

resolvers += “Apache Staging" at 
"https://repository.apache.org/content/repositories/orgapachemahout-1034 
<https://repository.apache.org/content/repositories/orgapachemahout-1034>”


On Mar 3, 2017, at 10:41 AM, Pat Ferrel  wrote:

My first observation is that the typical way to release Scala libs is with 
multiple versions for the currently popular Scalas. Akka for instance is not 
stable with Scala 2.10 anymore so consider it deprecated and it is the core of 
Spark. Many libs release 2.10 and 2.11 versions of binaries with many already 
on 2.12 also. Mixing versions is a much bigger deal than with Java and the most 
common version for current development seems to be 2.11.

There appear to be ways to mix versions in your builds but it is somewhat more 
complex and not guaranteed to work. 
http://docs.scala-lang.org/overviews/core/binary-compatibility-of-scala-releases.html
 
<http://docs.scala-lang.org/overviews/core/binary-compatibility-of-scala-releases.html>

On a separate note to test in the future it would facilitate things if the 
maven or sbt snippets were included to test the staging repo.

I assume sbt is:


scalaVersion := “2.10.4”

val mahoutVersion = “0.13.0"

resolvers += “Apache Staging" at 
"https://repository.apache.org/content/repositories/orgapache 
<https://repository.apache.org/content/repositories/orgapache><https://repository.apache.org/content/repositories/orgapache
 <https://repository.apache.org/content/repositories/orgapache>>”

// Mahout's Spark libs
"org.apache.mahout" %% "mahout-math-scala" % mahoutVersion,
"org.apache.mahout" %% "mahout-spark" % mahoutVersion,
"org.apache.mahout"  % "mahout-math" % mahoutVersion,
"org.apache.mahout"  % "mahout-hdfs" % mahoutVersion,


BTW I’ve compiled Mahout locally with Scala 2.11 so it may just be a case for 
someone having time to update the release process.

I’ll try to test today.



On Mar 3, 2017, at 9:19 AM, Andrew Palumbo mailto:ap@outlook.com>> wrote:





Sent from my Verizon Wireless 4G LTE smartphone


 Original message ----
From: Andrew Musselman 
Date: 03/02/2017 10:17 PM (GMT-08:00)
To: d...@mahout.apache.org
Cc: user@mahout.apache.org
Subject: Re: [VOTE] Apache Mahout 0.13.0 Release Candidate

Confirmed hashes and sigs, tested operations in the shell in src and bin
artifacts. Would like someone else to check sigs too.

+1 (binding)

On Wed, Mar 1, 2017 at 9:39 PM, Andrew Musselman  wrote:

> New RC for 0.13.0 release out; please try out the new artifacts at
> https://repository.apache.org/content/repositories/orgapachemahout-1034 
> <https://repository.apache.org/content/repositories/orgapachemahout-1034> 
> <https://repository.apache.org/content/repositories/orgapachemahout-1034 
> <https://repository.apache.org/content/repositories/orgapachemahout-1034>>
>
> The vote will be going for at least 72 hours and will be closed on Friday,
> March 3rd, 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 0.13.0 release of Apache Mahout
> [ ] +0, I don't care either way,
> [ ] -1, do not accept RC as the official 0.13.0 release of Apache Mahout,
> because...
>
> The git tag to be voted upon is mahout-0.13.0
>
> On Wed, Mar 1, 2017 at 11:45 AM, Andrew Palumbo  <mailto:ap@outlook.com>>
> wrote:
>
>> I will verify keys tonight.
>>
>>
>>
>> Sent from my Verizon Wireless 4G LTE smartphone
>>
>>
>> ---- Original message ----
>> From: Andrew Musselman > <mailto:andrew.mussel...@gmail.com>>
>> Date: 03/01/2017 10:20 AM (GMT-08:00)
>> To: user@mahout.apache.org <mailto:user@mahout.apache.org>, 
>> d...@mahout.apache.org <mailto:d...@mahout.apache.org>
>> Subject: Re: [VOTE] Apache Mahout 0.13.0 Release Candidate
>>
>> Nevermind, that was before building the src distro.
>>
>> Shell works fine with src and binary distros.
>>
>> On Wed, Mar 1, 2017 at 9:39 AM, Andrew Musselman <
>> andrew.mussel...@gmail.com <mailto:andrew.mussel...@gmail.com>
>>> wrote:
>>
>>> I'm getting this when starting the spark-shell on a Mac:
>>>
>>> Loading /Users/andrew.musselman/Downloads/mahout-testing/
>>> apache-mahout-distribution-0.13.0/bin/load-shell.scala..

Re: [VOTE] Apache Mahout 0.13.0 Release Candidate

2017-03-14 Thread Andrew Musselman
Yes, if we're ready I can cut another one today.

On Tue, Mar 14, 2017 at 3:13 PM, Pat Ferrel  wrote:

> The release was not made due to broken drivers, now fixed. I assume a new
> RC will come shortly?
>
>
> On Mar 11, 2017, at 9:54 PM, Andrew Musselman  wrote:
>
> 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 Friday,
> March 3rd, 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 0.13.0 release of Apache Mahout
> [ ] +0, I don't care either way,
> [ ] -1, do not accept RC as the official 0.13.0 release of Apache Mahout,
> because...
>
>
> Maven staging repo:
>
> *https://repository.apache.org/content/repositories/
> orgapachemahout-1035/org/apache/mahout/apache-mahout-distribution/0.13.0
>  orgapachemahout-1035/org/apache/mahout/apache-mahout-distribution/0.13.0>*
>
> The git tag to be voted upon is mahout-0.13.0
>
>


Re: [VOTE] Apache Mahout 0.13.0 Release Candidate

2017-03-14 Thread Pat Ferrel
The release was not made due to broken drivers, now fixed. I assume a new RC 
will come shortly?


On Mar 11, 2017, at 9:54 PM, Andrew Musselman  wrote:

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 Friday,
March 3rd, 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 0.13.0 release of Apache Mahout
[ ] +0, I don't care either way,
[ ] -1, do not accept RC as the official 0.13.0 release of Apache Mahout,
because...


Maven staging repo:

*https://repository.apache.org/content/repositories/orgapachemahout-1035/org/apache/mahout/apache-mahout-distribution/0.13.0
*

The git tag to be voted upon is mahout-0.13.0



Re: [VOTE] Apache Mahout 0.13.0 Release Candidate

2017-03-15 Thread Andrew Musselman
Correction, vote is until Friday, March 17th.

On Tue, Mar 14, 2017 at 8:45 PM, Andrew Musselman <
andrew.mussel...@gmail.com> wrote:

> 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 Friday,
> March 3rd, 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 0.13.0 release of Apache Mahout
> [ ] +0, I don't care either way,
> [ ] -1, do not accept RC as the official 0.13.0 release of Apache Mahout,
> because...
>
>
> Maven staging repo:
>
> *https://repository.apache.org/content/repositories/orgapachemahout-1036/org/apache/mahout/apache-mahout-distribution/0.13.0
> *
>
> The git tag to be voted upon is mahout-0.13.0
>


Re: [VOTE] Apache Mahout 0.13.0 Release Candidate

2017-03-16 Thread Andrew Musselman
Cancelling vote due to https://issues.apache.org/jira/browse/MAHOUT-1955

On Wed, Mar 15, 2017 at 8:55 AM, Andrew Musselman <
andrew.mussel...@gmail.com> wrote:

> Correction, vote is until Friday, March 17th.
>
> On Tue, Mar 14, 2017 at 8:45 PM, Andrew Musselman <
> andrew.mussel...@gmail.com> wrote:
>
>> 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
>> Friday,
>> March 3rd, 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 0.13.0 release of Apache Mahout
>> [ ] +0, I don't care either way,
>> [ ] -1, do not accept RC as the official 0.13.0 release of Apache Mahout,
>> because...
>>
>>
>> Maven staging repo:
>>
>> *https://repository.apache.org/content/repositories/orgapachemahout-1036/org/apache/mahout/apache-mahout-distribution/0.13.0
>> *
>>
>> The git tag to be voted upon is mahout-0.13.0
>>
>
>


Re: [VOTE] Apache Mahout 0.13.0 Release Candidate

2017-03-16 Thread Pat Ferrel
OK, my tests passed including the last blocker, will test again on the new RC.


On Mar 16, 2017, at 8:56 AM, Andrew Musselman  
wrote:

Cancelling vote due to https://issues.apache.org/jira/browse/MAHOUT-1955

On Wed, Mar 15, 2017 at 8:55 AM, Andrew Musselman <
andrew.mussel...@gmail.com> wrote:

> Correction, vote is until Friday, March 17th.
> 
> On Tue, Mar 14, 2017 at 8:45 PM, Andrew Musselman <
> andrew.mussel...@gmail.com> wrote:
> 
>> 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
>> Friday,
>> March 3rd, 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 0.13.0 release of Apache Mahout
>> [ ] +0, I don't care either way,
>> [ ] -1, do not accept RC as the official 0.13.0 release of Apache Mahout,
>> because...
>> 
>> 
>> Maven staging repo:
>> 
>> *https://repository.apache.org/content/repositories/orgapachemahout-1036/org/apache/mahout/apache-mahout-distribution/0.13.0
>> *
>> 
>> The git tag to be voted upon is mahout-0.13.0
>> 
> 
> 



Re: [VOTE] Apache Mahout 0.13.0 Release Candidate

2017-03-21 Thread Andrew Musselman
Sigs and hashes check out for me.

On Tue, Mar 21, 2017 at 9:17 AM, Andrew Musselman  wrote:

> 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 Friday,
> March 26th, 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 0.13.0 release of Apache Mahout
> [ ] +0, I don't care either way,
> [ ] -1, do not accept RC as the official 0.13.0 release of Apache Mahout,
> because...
>
>
> Maven staging repo:
>
> https://repository.apache.org/content/repositories/
> orgapachemahout-1038/org/apache/mahout/apache-mahout-distribution/0.13.0
>
> The git tag to be voted upon is mahout-0.13.0
>


Re: [VOTE] Apache Mahout 0.13.0 Release Candidate

2017-03-23 Thread dustin vanstee
+1

Environment :
MacOs Sierra 10.12.3
verified md5 checksums  --> successful
mvn clean package --> successful

verified signatures --> minor issue, showing below

dustinvanstee /data/app-setup/mahout-1038 $ gpg --verify
apache-mahout-distribution-0.13.0.pom.asc
gpg: assuming signed data in 'apache-mahout-distribution-0.13.0.pom'
gpg: Signature made Tue Mar 21 12:11:41 2017 EDT using RSA key ID 140A5BE9
gpg: Good signature from "Andrew K Musselman (ASF Signing Key) <
a...@apache.org>" [unknown]
gpg: WARNING: This key is not certified with a trusted signature!
gpg:  There is no indication that the signature belongs to the
owner.
Primary key fingerprint: A63C D2C8 CAA5 47C2 A3C2  88C6 61DC 71D9 140A 5BE9




On Tue, Mar 21, 2017 at 2:24 PM, Andrew Musselman  wrote:

> Sigs and hashes check out for me.
>
> On Tue, Mar 21, 2017 at 9:17 AM, Andrew Musselman  wrote:
>
> > 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
> Friday,
> > March 26th, 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 0.13.0 release of Apache Mahout
> > [ ] +0, I don't care either way,
> > [ ] -1, do not accept RC as the official 0.13.0 release of Apache Mahout,
> > because...
> >
> >
> > Maven staging repo:
> >
> > https://repository.apache.org/content/repositories/
> > orgapachemahout-1038/org/apache/mahout/apache-mahout-distribution/0.13.0
> >
> > The git tag to be voted upon is mahout-0.13.0
> >
>


Re: [VOTE] Apache Mahout 0.13.0 Release Candidate

2017-03-27 Thread Andrew Musselman
Hashes and sigs look good to me; please someone else confirm.

On Mon, Mar 27, 2017 at 10:40 AM, Andrew Musselman <
andrew.mussel...@gmail.com> wrote:

> 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
> Thursday, March 30rd, 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 0.13.0 release of Apache Mahout
> [ ] +0, I don't care either way,
> [ ] -1, do not accept RC as the official 0.13.0 release of Apache Mahout,
> because...
>
> Maven staging repo:
>
> https://repository.apache.org/content/repositories/
> orgapachemahout-1039/org/apache/mahout/apache-mahout-distribution/0.13.0
>
> The git tag to be voted upon is mahout-0.13.0.
>


Re: [VOTE] Apache Mahout 0.13.0 Release Candidate

2017-03-27 Thread Trevor Grant
All look good to me.

Trevor Grant
Data Scientist
https://github.com/rawkintrevo
http://stackexchange.com/users/3002022/rawkintrevo
http://trevorgrant.org

*"Fortunate is he, who is able to know the causes of things."  -Virgil*


On Mon, Mar 27, 2017 at 2:42 PM, Andrew Musselman <
andrew.mussel...@gmail.com> wrote:

> Hashes and sigs look good to me; please someone else confirm.
>
> On Mon, Mar 27, 2017 at 10:40 AM, Andrew Musselman <
> andrew.mussel...@gmail.com> wrote:
>
> > 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
> > Thursday, March 30rd, 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 0.13.0 release of Apache Mahout
> > [ ] +0, I don't care either way,
> > [ ] -1, do not accept RC as the official 0.13.0 release of Apache Mahout,
> > because...
> >
> > Maven staging repo:
> >
> > https://repository.apache.org/content/repositories/
> > orgapachemahout-1039/org/apache/mahout/apache-mahout-distribution/0.13.0
> >
> > The git tag to be voted upon is mahout-0.13.0.
> >
>


Re: [VOTE] Apache Mahout 0.13.0 Release Candidate

2017-03-27 Thread Andrew Musselman
A build problem, need to make another RC, will be within the hour.

On Mon, Mar 27, 2017 at 1:46 PM, Trevor Grant 
wrote:

> All look good to me.
>
> Trevor Grant
> Data Scientist
> https://github.com/rawkintrevo
> http://stackexchange.com/users/3002022/rawkintrevo
> http://trevorgrant.org
>
> *"Fortunate is he, who is able to know the causes of things."  -Virgil*
>
>
> On Mon, Mar 27, 2017 at 2:42 PM, Andrew Musselman <
> andrew.mussel...@gmail.com> wrote:
>
> > Hashes and sigs look good to me; please someone else confirm.
> >
> > On Mon, Mar 27, 2017 at 10:40 AM, Andrew Musselman <
> > andrew.mussel...@gmail.com> wrote:
> >
> > > 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
> > > Thursday, March 30rd, 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 0.13.0 release of Apache Mahout
> > > [ ] +0, I don't care either way,
> > > [ ] -1, do not accept RC as the official 0.13.0 release of Apache
> Mahout,
> > > because...
> > >
> > > Maven staging repo:
> > >
> > > https://repository.apache.org/content/repositories/
> > > orgapachemahout-1039/org/apache/mahout/apache-mahout-
> distribution/0.13.0
> > >
> > > The git tag to be voted upon is mahout-0.13.0.
> > >
> >
>


Re: [VOTE] Apache Mahout 0.13.0 Release Candidate

2017-04-11 Thread Andrew Musselman
I've checked hashes and sigs, and run a build with passing tests for
vanilla, viennacl, and viennacl-omp profiles.

The spark shell runs the SparseSparseDrmTimer.mscala example in the binary
build and all three source profiles; I saw the GPU get exercised when
running the viennacl profile from source, and saw all cores on the CPU get
exercised when running the viennacl-omp profile from source.

So far I'm +1 (binding).



On Tue, Apr 11, 2017 at 8:55 AM, Andrew Musselman <
andrew.mussel...@gmail.com> wrote:

> 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 Friday,
> 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 0.13.0 release of Apache Mahout
> [ ] +0, I don't care either way,
> [ ] -1, do not accept RC as the official 0.13.0 release of Apache Mahout,
> because...
>
>
> Maven staging repo:
>
> *https://repository.apache.org/content/repositories/orgapachemahout-1042/org/apache/mahout/apache-mahout-distribution/0.13.0/
> *
>
> The git tag to be voted upon is mahout-0.13.0
>


Re: [VOTE] Apache Mahout 0.13.0 Release Candidate

2017-04-12 Thread Andrew Palumbo

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
   mahout-math-scala_2.10-0.13.0.jar docs
mahout-mr-0.13.0.jar examplesmahout-mr-0.13.0-job.jar 
flink   mahout-spark_2.10-0.13.0-dependency-reduced.jar 
h2o mahout-spark_2.10-0.13.0.jar lib
 metastore_db LICENSE.txt NOTICE.txt 
mahout-examples-0.13.0.jar  README.md mahout-examples-0.13.0-job.jar  
viennacl mahout-hdfs-0.13.0.jar  viennacl-omp


From: Andrew Musselman 
Sent: Tuesday, April 11, 2017 12:05 PM
To: user@mahout.apache.org; d...@mahout.apache.org
Subject: Re: [VOTE] Apache Mahout 0.13.0 Release Candidate

I've checked hashes and sigs, and run a build with passing tests for
vanilla, viennacl, and viennacl-omp profiles.

The spark shell runs the SparseSparseDrmTimer.mscala example in the binary
build and all three source profiles; I saw the GPU get exercised when
running the viennacl profile from source, and saw all cores on the CPU get
exercised when running the viennacl-omp profile from source.

So far I'm +1 (binding).



On Tue, Apr 11, 2017 at 8:55 AM, Andrew Musselman <
andrew.mussel...@gmail.com> wrote:

> 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 Friday,
> 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 0.13.0 release of Apache Mahout
> [ ] +0, I don't care either way,
> [ ] -1, do not accept RC as the official 0.13.0 release of Apache Mahout,
> because...
>
>
> Maven staging repo:
>
> *https://repository.apache.org/content/repositories/orgapachemahout-1042/org/apache/mahout/apache-mahout-distribution/0.13.0/
> <https://repository.apache.org/content/repositories/orgapachemahout-1042/org/apache/mahout/apache-mahout-distribution/0.13.0/>*
>
> The git tag to be voted upon is mahout-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
>  mahout-math-scala_2.10-0.13.0.jar docs
> mahout-mr-0.13.0.jar examples
> mahout-mr-0.13.0-job.jar flink
>  mahout-spark_2.10-0.13.0-dependency-reduced.jar h2o
>  mahout-spark_2.10-0.13.0.jar lib
>  metastore_db LICENSE.txt NOTICE.txt
> mahout-examples-0.13.0.jar  README.md mahout-examples-0.13.0-job.jar
> viennacl mahout-hdfs-0.13.0.jar  viennacl-omp
>
> 
> From: Andrew Musselman 
> Sent: Tuesday, April 11, 2017 12:05 PM
> To: user@mahout.apache.org; d...@mahout.apache.org
> Subject: Re: [VOTE] Apache Mahout 0.13.0 Release Candidate
>
> I've checked hashes and sigs, and run a build with passing tests for
> vanilla, viennacl, and viennacl-omp profiles.
>
> The spark shell runs the SparseSparseDrmTimer.mscala example in the binary
> build and all three source profiles; I saw the GPU get exercised when
> running the viennacl profile from source, and saw all cores on the CPU get
> exercised when running the viennacl-omp profile from source.
>
> So far I'm +1 (binding).
>
>
>
> On Tue, Apr 11, 2017 at 8:55 AM, Andrew Musselman <
> andrew.mussel...@gmail.com> wrote:
>
> > 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
> Friday,
> > 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 0.13.0 release of Apache Mahout
> > [ ] +0, I don't care either way,
> > [ ] -1, do not accept RC as the official 0.13.0 release of Apache Mahout,
> > because...
> >
> >
> > Maven staging repo:
> >
> > *
> https://repository.apache.org/content/repositories/orgapachemahout-1042/org/apache/mahout/apache-mahout-distribution/0.13.0/
> > <
> https://repository.apache.org/content/repositories/orgapachemahout-1042/org/apache/mahout/apache-mahout-distribution/0.13.0/
> >*
> >
> > The git tag to be voted upon is mahout-0.13.0
> >
>


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.jar

mahout-mr-0.13.0-job.jar

mahout-spark_2.10-0.13.0-dependency-reduced.jar h2o 
mahout-spark_2.10-0.13.0.jar

mahout-examples-0.13.0.jar

mahout-examples-0.13.0-job.jar

mahout-hdfs-0.13.0.jar


we are missing mahout-native-viennacl_2.10.jar and 
mahout-native-viennacl-omp.jar


I think that we need to try a different build command.


Andy



From: Andrew Palumbo 
Sent: Wednesday, April 12, 2017 10:42:30 PM
To: user@mahout.apache.org
Subject: Re: [VOTE] Apache Mahout 0.13.0 Release Candidate



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
   mahout-math-scala_2.10-0.13.0.jar docs
mahout-mr-0.13.0.jar examplesmahout-mr-0.13.0-job.jar 
flink   mahout-spark_2.10-0.13.0-dependency-reduced.jar 
h2o mahout-spark_2.10-0.13.0.jar lib
 metastore_db LICENSE.txt NOTICE.txt 
mahout-examples-0.13.0.jar  README.md mahout-examples-0.13.0-job.jar  
viennacl mahout-hdfs-0.13.0.jar  viennacl-omp


From: Andrew Musselman 
Sent: Tuesday, April 11, 2017 12:05 PM
To: user@mahout.apache.org; d...@mahout.apache.org
Subject: Re: [VOTE] Apache Mahout 0.13.0 Release Candidate

I've checked hashes and sigs, and run a build with passing tests for
vanilla, viennacl, and viennacl-omp profiles.

The spark shell runs the SparseSparseDrmTimer.mscala example in the binary
build and all three source profiles; I saw the GPU get exercised when
running the viennacl profile from source, and saw all cores on the CPU get
exercised when running the viennacl-omp profile from source.

So far I'm +1 (binding).



On Tue, Apr 11, 2017 at 8:55 AM, Andrew Musselman <
andrew.mussel...@gmail.com> wrote:

> 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 Friday,
> 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 0.13.0 release of Apache Mahout
> [ ] +0, I don't care either way,
> [ ] -1, do not accept RC as the official 0.13.0 release of Apache Mahout,
> because...
>
>
> Maven staging repo:
>
> *https://repository.apache.org/content/repositories/orgapachemahout-1042/org/apache/mahout/apache-mahout-distribution/0.13.0/
> <https://repository.apache.org/content/repositories/orgapachemahout-1042/org/apache/mahout/apache-mahout-distribution/0.13.0/>*
>
> The git tag to be voted upon is mahout-0.13.0
>


Re: [VOTE] Apache Mahout 0.13.0 Release Candidate

2017-04-14 Thread Andrew Musselman
Cancelling this vote, one more coming out shortly.

On Fri, Apr 14, 2017 at 7:38 PM, Andrew Musselman <
andrew.mussel...@gmail.com> wrote:

> 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
>>
>>
>> ${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 release
>> commits:
>>
>>
>> https://github.com/apache/mahout/commit/059226746276a263f85d5c81d81731
>> 23ce81d45d
>>
>>
>> adds it back in after experimenting with its removal.  but after the
>> release commits it is missing again.
>>
>>
>> Or It possibly was only replaced in one profile, not both.
>>
>>
>>
>> 
>> From: Andrew Palumbo 
>> Sent: Friday, April 14, 2017 9:09:39 PM
>> To: d...@mahout.apache.org
>> Subject: Re: [VOTE] Apache Mahout 0.13.0 Release Candidate
>>
>>
>> I will continue looking.
>>
>> 
>> From: Andrew Palumbo 
>> Sent: Friday, April 14, 2017 9:09:06 PM
>> To: d...@mahout.apache.org
>> Subject: Re: [VOTE] Apache Mahout 0.13.0 Release Candidate
>>
>>
>> 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 -Pviennacl-omp -Phadoop2 -DskipTests && mvn test
>> [INFO] Scanning for projects...
>> [ERROR] [ERROR] Some problems were encountered while processing the POMs:
>> [WARNING] The expression ${version} is deprecated. Please use
>> ${project.version} instead. @
>> [WARNING] The expression ${version} is deprecated. Please use
>> ${project.version} instead. @
>> [WARNING] The expression ${version} is deprecated. Please use
>> ${project.version} instead. @
>> [WARNING] The expression ${version} is deprecated. Please use
>> ${project.version} instead. @
>> [WARNING] The expression ${version} is deprecated. Please use
>> ${project.version} instead. @
>> [WARNING] The expression ${version} is deprecated. Please use
>> ${project.version} instead. @
>> [ERROR] 'dependencies.dependency.version' for 
>> org.apache.mahout:mahout-native-viennacl-omp_2.10:jar
>> is missing. @ org.apache.mahout:apache-mahout-distribution:[unknown-version],
>> /home/andy/sandbox/apache-mahout-distribution-0.13.0/distribution/pom.xml,
>> line 156, column 21
>> [WARNING] 'artifactId' contains an expression but should be a constant. @
>> org.apache.mahout:mahout-math-scala_${scala.compat.version}:[unknown-version],
>> /home/andy/sandbox/apache-mahout-distribution-0.13.0/math-scala/pom.xml,
>> line 30, column 15
>> [WARNING] The expression ${version} is deprecated. Please use
>> ${project.version} instead. @
>> [WARNING] The expression ${version} is deprecated. Please use
>> ${project.version} instead. @
>> [WARNING] 'artifactId' contains an expression but should be a constant. @
>> org.apache.mahout:mahout-spark_${scala.compat.version}:[unknown-version],
>> /home/andy/sandbox/apache-mahout-distribution-0.13.0/spark/pom.xml, line
>> 30, column 15
>> [WARNING] The expression ${version} is deprecated. Please use
>> ${project.version} instead. @
>> [WARNING] The expression ${version} is deprecated. Please use
>> ${project.version} instead. @
>> [WARNING] The expression ${version} is deprecated. Please use
>> ${project.version} instead. @
>> [WARNING] The expression ${version} is deprecated. Please use
>> ${project.version} instead. @
>> [WARNING] 'artifactId' contains an expression but should be a constant. @
>> org.apache.mahout:mahout-h2o_${scala.compat.version}:[unknown-version],
>> /home/andy/sandbox/apache-mahout-distribution-0.13.0/h2o/pom.xml, line
>> 30, column 15
>>

Re: [VOTE] Apache Mahout 0.13.0 Release Candidate

2017-04-14 Thread Andrew Musselman
Hashes and sigs confirmed, bin and src (viennacl and viennacl-omp)
artifacts run the spark shell and the sparse drm test fine, and kick off
the GPU.

+1 (binding)

On Fri, Apr 14, 2017 at 10:25 PM, Andrew Musselman <
andrew.mussel...@gmail.com> wrote:

> 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 0.13.0 release of Apache Mahout
> [ ] +0, I don't care either way,
> [ ] -1, do not accept RC as the official 0.13.0 release of Apache Mahout,
> because...
>
>
> Maven staging repo:
>
> *https://repository.apache.org/content/repositories/orgapachemahout-1044/org/apache/mahout/apache-mahout-distribution/0.13.0
> *
>
> The git tag to be voted upon is mahout-0.13.0
>


Re: [VOTE] Apache Mahout 0.13.0 Release Candidate

2017-04-15 Thread Andrew Palumbo
+1 (binding)


Built and tested source distribution with both profiles -Pviennacl and 
-Pviennacl-omp.


Ran SparseSparseDrmTimer.mscala through the shell in both pseudo cluster and 
local[2] mode

Tested with several iterations and combinations of arguments eg:

timeSparseDRMMMul(1000,1000,1000,5,.2,1234L)

Mostly with out issue in a consumer grade card.

Note: in the shell after the %*% is called by a partition and the GPU is in 
use, will get a native failure exception which is caught and allows for MMul of 
that partition to fall back to JVM MMul (single-threaded).. this should be 
changed in 0.13.1 to fall back to OpenMP MMul.

Note: Binary distribution is built for Tesla GPUs. My card was not compatible, 
though out target is higher end GPUs on AWS or PowerPC (PowerPC uses  teslas) 
so not a blocker IMO.

We will target a wider range of cards in the next distributions.












From: Andrew Musselman 
Sent: Saturday, April 15, 2017 2:48:17 AM
To: user@mahout.apache.org; d...@mahout.apache.org
Subject: Re: [VOTE] Apache Mahout 0.13.0 Release Candidate

Hashes and sigs confirmed, bin and src (viennacl and viennacl-omp)
artifacts run the spark shell and the sparse drm test fine, and kick off
the GPU.

+1 (binding)

On Fri, Apr 14, 2017 at 10:25 PM, Andrew Musselman <
andrew.mussel...@gmail.com> wrote:

> 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 0.13.0 release of Apache Mahout
> [ ] +0, I don't care either way,
> [ ] -1, do not accept RC as the official 0.13.0 release of Apache Mahout,
> because...
>
>
> Maven staging repo:
>
> *https://repository.apache.org/content/repositories/orgapachemahout-1044/org/apache/mahout/apache-mahout-distribution/0.13.0
> <https://repository.apache.org/content/repositories/orgapachemahout-1044/org/apache/mahout/apache-mahout-distribution/0.13.0>*
>
> The git tag to be voted upon is mahout-0.13.0
>


Re: [VOTE] Apache Mahout 0.13.0 Release Candidate

2017-04-16 Thread Trevor Grant
+1 (binding)

Judicial Opinion:

Verified Signatures

Built with `mvn clean package -Phadoop2` ; `mvn clean package -Phadoop2
-Pviennacl-omp` ; `mvn clean package -Phadoop2 -DskipTests` (see below)
For all builds, ran `spark item similarity` example with no issue, `wiki`
example fails with non-mahout related file not found errors. need JIRA to
update file path- as this is an example where the functionality is non
related to Mahout, i find this non blocking bc it is likely all of the
prior releases are now also broken (that is, if we had released this a
month ago, the release would still now be broken)

For viennacl, the build fails on the `sparse mmul microbench test`.  I have
two machines, both fail.  Both have older graphics cards (specs below).  On
the older of the two, I am able to make something very similar to the test
pass in the shell if I set `s=625` (using `timeSparseDRMMMul`). This
implies that the functionality is sound, but my cards simply aren't new
enough to pass the test.  I recommend opening a JIRA to tune down the
aggressiveness of the test- e.g. making `s=500` (currently `s=1000`).

This recommendation is based on 1) my cards aren't _that_ old and 2) I
don't want to buy new graphics cards just to pass unit tests.
(Included CPU arch for reference wrt OMP)

Dev Box:

NVidia GeForce GT 740
Driver Version: 352.63
Memory: 1021MiB

ViennaCL v 1.7.0

CPU: Intel Core i7-3770K @3.50 Ghz (Ivy Bridge Micro Arch- 3rd Gen)

Ubuntu 14.04.3 LTS


Laptop:
NVidia GeForce GTX 960M
Driver Version: 367.57
Memory: 2002MiB

CPU: Intel Core i7-5500U @ 2.40 Ghz (Broadwell-U Micro arch - 5th Gen)

ViennaCL v 1.7.0

Ubuntu 16.04.1 LTS



Trevor Grant
Data Scientist
https://github.com/rawkintrevo
http://stackexchange.com/users/3002022/rawkintrevo
http://trevorgrant.org

*"Fortunate is he, who is able to know the causes of things."  -Virgil*


On Sat, Apr 15, 2017 at 11:35 PM, Andrew Palumbo  wrote:

> +1 (binding)
>
>
> Built and tested source distribution with both profiles -Pviennacl and
> -Pviennacl-omp.
>
>
> Ran SparseSparseDrmTimer.mscala through the shell in both pseudo cluster
> and local[2] mode
>
> Tested with several iterations and combinations of arguments eg:
>
> timeSparseDRMMMul(1000,1000,1000,5,.2,1234L)
>
> Mostly with out issue in a consumer grade card.
>
> Note: in the shell after the %*% is called by a partition and the GPU is
> in use, will get a native failure exception which is caught and allows for
> MMul of that partition to fall back to JVM MMul (single-threaded).. this
> should be changed in 0.13.1 to fall back to OpenMP MMul.
>
> Note: Binary distribution is built for Tesla GPUs. My card was not
> compatible, though out target is higher end GPUs on AWS or PowerPC (PowerPC
> uses  teslas) so not a blocker IMO.
>
> We will target a wider range of cards in the next distributions.
>
>
>
>
>
>
>
>
>
>
>
> ____
> From: Andrew Musselman 
> Sent: Saturday, April 15, 2017 2:48:17 AM
> To: user@mahout.apache.org; d...@mahout.apache.org
> Subject: Re: [VOTE] Apache Mahout 0.13.0 Release Candidate
>
> Hashes and sigs confirmed, bin and src (viennacl and viennacl-omp)
> artifacts run the spark shell and the sparse drm test fine, and kick off
> the GPU.
>
> +1 (binding)
>
> On Fri, Apr 14, 2017 at 10:25 PM, Andrew Musselman <
> andrew.mussel...@gmail.com> wrote:
>
> > 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 0.13.0 release of Apache Mahout
> > [ ] +0, I don't care either way,
> > [ ] -1, do not accept RC as the official 0.13.0 release of Apache Mahout,
> > because...
> >
> >
> > Maven staging repo:
> >
> > *https://repository.apache.org/content/repositories/
> orgapachemahout-1044/org/apache/mahout/apache-mahout-distribution/0.13.0
> > <https://repository.apache.org/content/repositories/
> orgapachemahout-1044/org/apache/mahout/apache-mahout-distribution/0.13.0>*
> >
> > The git tag to be voted upon is mahout-0.13.0
> >
>