You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mahout.apache.org by Sergey Svinarchuk <ss...@hortonworks.com> on 2013/11/20 19:29:49 UTC

Mahout 0.9 release

Hi all,

when will be released mahout 0.9 or the date is not yet known?

Thanks,
Sergey

-- 
CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to 
which it is addressed and may contain information that is confidential, 
privileged and exempt from disclosure under applicable law. If the reader 
of this message is not the intended recipient, you are hereby notified that 
any printing, copying, dissemination, distribution, disclosure or 
forwarding of this communication is strictly prohibited. If you have 
received this communication in error, please contact the sender immediately 
and delete it from your system. Thank You.

Re: spectral clustering additions [was: Mahout 0.9 release]

Posted by Shannon Quinn <sq...@gatech.edu>.
Right; I won't propose its re-integration until I'm confident it works 
as advertised. I'm referring to the "vanilla" spectral clustering that's 
still in Mahout.

An example sounds good, will do.

On 11/20/13, 4:29 PM, Suneel Marthi wrote:
> Shannon,
>
> Eigencuts has been deprecated and removed from the present codebase. Do we need to revert that?
>
> On Spectral clustering, please do add an example to examples/bin/cluster-reuters.sh.
>
>
>
>
>
> On Wednesday, November 20, 2013 4:05 PM, Shannon Quinn <sq...@gatech.edu> wrote:
>   
> On that note, I wanted to ask: what does everyone feel needs to be done
> to make the standard spectral clustering  robust enough to be considered
> a core algorithm? For me the biggest item was to have a job that
> computes the pairwise similarities required (I've recently started
> this), and I'd love to know what sort of input formats it should support
> for conversion to a similarity matrix. Is there anything else?
>
> Eigencuts is another matter; I'm working on streamlining the data
> structures to make that more efficient.
>
>
> -------- Original Message --------
> Subject:     Re: Mahout 0.9 release
> Date:     Wed, 20 Nov 2013 21:39:18 +0100
> From:     Isabel Drost-Fromm <is...@apache.org>
> Reply-To:     dev@mahout.apache.org
> To:     dev@mahout.apache.org
>
>
>
> On Wed, 20 Nov 2013 10:32:42 -0800 (PST)
> Suneel Marthi <su...@yahoo.com> wrote:
>
>> We are presently targeting 0.9 for Dec 9.
> Speaking of which: Any helping hand (be it on fixing issues, reviewing patches, adding to the documentation) is highly welcome to make this happen! If you are unsure what tasks exactly the project urgently needs help with do not be afraid to ask on the mailing list.
>
>
> Isabel


Re: spectral clustering additions [was: Mahout 0.9 release]

Posted by Isabel Drost-Fromm <is...@apache.org>.
On Thu, 21 Nov 2013 10:39:48 +0100
Isabel Drost-Fromm <is...@apache.org> wrote:

> Do we have some documentation on spectral clustering?

Found some - can you please go over it and check that all is still correct, got completely exported and nothing a user getting started with this is missing?

http://mahout.staging.apache.org/users/clustering/spectral-clustering.html

Isabel

Re: spectral clustering additions [was: Mahout 0.9 release]

Posted by Suneel Marthi <su...@yahoo.com>.
Shannon,

Also the existing Spectral KMeans still refers to deprecated DistributedLanczosSolver and EigenVerificationJob. It would be nice to fix that for 0.9 release.





On Thursday, November 21, 2013 4:03 PM, Suneel Marthi <su...@yahoo.com> wrote:
 
On #2, it would be good if could add Spectral KMeans to examples/bin/cluster-reuters.sh to process Reuters dataset.





On Thursday, November 21, 2013 3:50 PM, Shannon Quinn <sq...@gatech.edu> wrote:
 
Excellent. My todo list, then:

1: post docs for the algorithm on the Apache CMS
2: create an example to demonstrate how to use
 it
3: code a job to process raw input into a similarity matrix (will create 
a JIRA for it)

I have a question for #3 that can be a separate thread; mainly, what are 
the primary input formats I should be concerned with processing?


On 11/21/13, 1:09 PM, Isabel Drost-Fromm wrote:
> On Thu, 21 Nov 2013 09:42:28 -0800 (PST)
> Suneel Marthi <su...@yahoo.com> wrote:
>
>> We are missing wiki docs for both Streaming kmeans and Spectral clustering.
>>
>> I can pull something together for streaming kmeans.
>>
>> Speaking of which we
 need to add a wiki page for Ted's t-digest once we figure out how it plays into Mahout (maybe as a measure of Streaming kmeans clustering, Ted??).
> Given that we are in the process of migrating substantial parts of our wiki to the main website soon to be hosted in Apache CMS it would be great if you could add your content there. See also MAHOUT-1245 and http://markmail.org/thread/5ixlclhlh3acgcoq for some details.
>
> Isabel

Re: spectral clustering additions [was: Mahout 0.9 release]

Posted by Shannon Quinn <sq...@gatech.edu>.
That also gives me at least one answer for #3 :)

On 11/21/13, 4:03 PM, Suneel Marthi wrote:
> On #2, it would be good if could add Spectral KMeans to examples/bin/cluster-reuters.sh to process Reuters dataset.
>
>
>
>
>
> On Thursday, November 21, 2013 3:50 PM, Shannon Quinn <sq...@gatech.edu> wrote:
>   
> Excellent. My todo list, then:
>
> 1: post docs for the algorithm on the Apache CMS
> 2: create an example to demonstrate how to use it
> 3: code a job to process raw input into a similarity matrix (will create
> a JIRA for it)
>
> I have a question for #3 that can be a separate thread; mainly, what are
> the primary input formats I should be concerned with processing?
>
>
> On 11/21/13, 1:09 PM, Isabel Drost-Fromm wrote:
>> On Thu, 21 Nov 2013 09:42:28 -0800 (PST)
>> Suneel Marthi <su...@yahoo.com> wrote:
>>
>>> We are missing wiki docs for both Streaming kmeans and Spectral clustering.
>>>
>>> I can pull something together for streaming kmeans.
>>>
>>> Speaking of which we need to add a wiki page for Ted's t-digest once we figure out how it plays into Mahout (maybe as a measure of Streaming kmeans clustering, Ted??).
>> Given that we are in the process of migrating substantial parts of our wiki to the main website soon to be hosted in Apache CMS it would be great if you could add your content there. See also MAHOUT-1245 and http://markmail.org/thread/5ixlclhlh3acgcoq for some details.
>>
>> Isabel


Re: spectral clustering additions [was: Mahout 0.9 release]

Posted by Suneel Marthi <su...@yahoo.com>.
On #2, it would be good if could add Spectral KMeans to examples/bin/cluster-reuters.sh to process Reuters dataset.





On Thursday, November 21, 2013 3:50 PM, Shannon Quinn <sq...@gatech.edu> wrote:
 
Excellent. My todo list, then:

1: post docs for the algorithm on the Apache CMS
2: create an example to demonstrate how to use it
3: code a job to process raw input into a similarity matrix (will create 
a JIRA for it)

I have a question for #3 that can be a separate thread; mainly, what are 
the primary input formats I should be concerned with processing?


On 11/21/13, 1:09 PM, Isabel Drost-Fromm wrote:
> On Thu, 21 Nov 2013 09:42:28 -0800 (PST)
> Suneel Marthi <su...@yahoo.com> wrote:
>
>> We are missing wiki docs for both Streaming kmeans and Spectral clustering.
>>
>> I can pull something together for streaming kmeans.
>>
>> Speaking of which we need to add a wiki page for Ted's t-digest once we figure out how it plays into Mahout (maybe as a measure of Streaming kmeans clustering, Ted??).
> Given that we are in the process of migrating substantial parts of our wiki to the main website soon to be hosted in Apache CMS it would be great if you could add your content there. See also MAHOUT-1245 and http://markmail.org/thread/5ixlclhlh3acgcoq for some details.
>
> Isabel

Re: spectral clustering additions [was: Mahout 0.9 release]

Posted by Shannon Quinn <sq...@gatech.edu>.
Excellent. My todo list, then:

1: post docs for the algorithm on the Apache CMS
2: create an example to demonstrate how to use it
3: code a job to process raw input into a similarity matrix (will create 
a JIRA for it)

I have a question for #3 that can be a separate thread; mainly, what are 
the primary input formats I should be concerned with processing?

On 11/21/13, 1:09 PM, Isabel Drost-Fromm wrote:
> On Thu, 21 Nov 2013 09:42:28 -0800 (PST)
> Suneel Marthi <su...@yahoo.com> wrote:
>
>> We are missing wiki docs for both Streaming kmeans and Spectral clustering.
>>
>> I can pull something together for streaming kmeans.
>>
>> Speaking of which we need to add a wiki page for Ted's t-digest once we figure out how it plays into Mahout (maybe as a measure of Streaming kmeans clustering, Ted??).
> Given that we are in the process of migrating substantial parts of our wiki to the main website soon to be hosted in Apache CMS it would be great if you could add your content there. See also MAHOUT-1245 and http://markmail.org/thread/5ixlclhlh3acgcoq for some details.
>
> Isabel


Re: spectral clustering additions [was: Mahout 0.9 release]

Posted by Isabel Drost-Fromm <is...@apache.org>.
On Thu, 21 Nov 2013 09:42:28 -0800 (PST)
Suneel Marthi <su...@yahoo.com> wrote:

> We are missing wiki docs for both Streaming kmeans and Spectral clustering.
> 
> I can pull something together for streaming kmeans.
> 
> Speaking of which we need to add a wiki page for Ted's t-digest once we figure out how it plays into Mahout (maybe as a measure of Streaming kmeans clustering, Ted??).

Given that we are in the process of migrating substantial parts of our wiki to the main website soon to be hosted in Apache CMS it would be great if you could add your content there. See also MAHOUT-1245 and http://markmail.org/thread/5ixlclhlh3acgcoq for some details.

Isabel

Re: spectral clustering additions [was: Mahout 0.9 release]

Posted by Suneel Marthi <su...@yahoo.com>.
We are missing wiki docs for both Streaming kmeans and Spectral clustering.

I can pull something together for streaming kmeans.

Speaking of which we need to add a wiki page for Ted's t-digest once we figure out how it plays into Mahout (maybe as a measure of Streaming kmeans clustering, Ted??).



Sent from my iPhone


> On Nov 21, 2013, at 4:39 AM, Isabel Drost-Fromm <is...@apache.org> wrote:
> 
> On Wed, 20 Nov 2013 13:29:51 -0800 (PST)
> Suneel Marthi <su...@yahoo.com> wrote:
>> On Spectral clustering, please do add an example to examples/bin/cluster-reuters.sh.
> 
> 
> Do we have some documentation on spectral clustering? When going through what was formerly only the in the wiki yesterday I may have missed it but can't remember seeing something along the lines of "this is roughly how it's implemented", "this is how you use it from the command line" (can be as simple as the --help cmd line output), "this is the type of data and task to use it for" (can be a link to wikipedia) and "this is where in the JavaDoc you should get started if you want to tinker with the code". Maybe the INFRA wiki crawler didn't catch the relevant pages from the wiki?
> 
> Caveat: I'm missing that similar information for the work of Dan Filimon - also what we have for other implementations sometimes is missing information as well.
> 
> Isabel

Re: spectral clustering additions [was: Mahout 0.9 release]

Posted by Isabel Drost-Fromm <is...@apache.org>.
On Wed, 20 Nov 2013 13:29:51 -0800 (PST)
Suneel Marthi <su...@yahoo.com> wrote:
> On Spectral clustering, please do add an example to examples/bin/cluster-reuters.sh.


Do we have some documentation on spectral clustering? When going through what was formerly only the in the wiki yesterday I may have missed it but can't remember seeing something along the lines of "this is roughly how it's implemented", "this is how you use it from the command line" (can be as simple as the --help cmd line output), "this is the type of data and task to use it for" (can be a link to wikipedia) and "this is where in the JavaDoc you should get started if you want to tinker with the code". Maybe the INFRA wiki crawler didn't catch the relevant pages from the wiki?

Caveat: I'm missing that similar information for the work of Dan Filimon - also what we have for other implementations sometimes is missing information as well.

Isabel

Re: spectral clustering additions [was: Mahout 0.9 release]

Posted by Suneel Marthi <su...@yahoo.com>.
Shannon,

Eigencuts has been deprecated and removed from the present codebase. Do we need to revert that?

On Spectral clustering, please do add an example to examples/bin/cluster-reuters.sh.





On Wednesday, November 20, 2013 4:05 PM, Shannon Quinn <sq...@gatech.edu> wrote:
 
On that note, I wanted to ask: what does everyone feel needs to be done 
to make the standard spectral clustering  robust enough to be considered 
a core algorithm? For me the biggest item was to have a job that 
computes the pairwise similarities required (I've recently started 
this), and I'd love to know what sort of input formats it should support 
for conversion to a similarity matrix. Is there anything else?

Eigencuts is another matter; I'm working on streamlining the data 
structures to make that more efficient.


-------- Original Message --------
Subject:     Re: Mahout 0.9 release
Date:     Wed, 20 Nov 2013 21:39:18 +0100
From:     Isabel Drost-Fromm <is...@apache.org>
Reply-To:     dev@mahout.apache.org
To:     dev@mahout.apache.org



On Wed, 20 Nov 2013 10:32:42 -0800 (PST)
Suneel Marthi <su...@yahoo.com> wrote:

> We are presently targeting 0.9 for Dec 9.

Speaking of which: Any helping hand (be it on fixing issues, reviewing patches, adding to the documentation) is highly welcome to make this happen! If you are unsure what tasks exactly the project urgently needs help with do not be afraid to ask on the mailing list.


Isabel

spectral clustering additions [was: Mahout 0.9 release]

Posted by Shannon Quinn <sq...@gatech.edu>.
On that note, I wanted to ask: what does everyone feel needs to be done 
to make the standard spectral clustering  robust enough to be considered 
a core algorithm? For me the biggest item was to have a job that 
computes the pairwise similarities required (I've recently started 
this), and I'd love to know what sort of input formats it should support 
for conversion to a similarity matrix. Is there anything else?

Eigencuts is another matter; I'm working on streamlining the data 
structures to make that more efficient.

-------- Original Message --------
Subject: 	Re: Mahout 0.9 release
Date: 	Wed, 20 Nov 2013 21:39:18 +0100
From: 	Isabel Drost-Fromm <is...@apache.org>
Reply-To: 	dev@mahout.apache.org
To: 	dev@mahout.apache.org



On Wed, 20 Nov 2013 10:32:42 -0800 (PST)
Suneel Marthi <su...@yahoo.com> wrote:

> We are presently targeting 0.9 for Dec 9.

Speaking of which: Any helping hand (be it on fixing issues, reviewing patches, adding to the documentation) is highly welcome to make this happen! If you are unsure what tasks exactly the project urgently needs help with do not be afraid to ask on the mailing list.


Isabel




Re: Mahout 0.9 release

Posted by Isabel Drost-Fromm <is...@apache.org>.
On Wed, 20 Nov 2013 10:32:42 -0800 (PST)
Suneel Marthi <su...@yahoo.com> wrote:

> We are presently targeting 0.9 for Dec 9. 

Speaking of which: Any helping hand (be it on fixing issues, reviewing patches, adding to the documentation) is highly welcome to make this happen! If you are unsure what tasks exactly the project urgently needs help with do not be afraid to ask on the mailing list.


Isabel

Re: Mahout 0.9 release

Posted by Ted Dunning <te...@gmail.com>.
On Thu, Nov 28, 2013 at 7:36 AM, Suneel Marthi <su...@yahoo.com>wrote:

> M-1273 - Kun Yung, Ted, defer this to next release ???
>

Yes.  We haven't heard from Kun for quite a while.

Re: Mahout 0.9 release

Posted by Yexi Jiang <ye...@gmail.com>.
I am working on M-1265.


2013/11/28 Suneel Marthi <su...@yahoo.com>

> Update on Open JIRAs for 0.9:
>
> Mahout-1245, Mahout-1304, Mahout-1305, Mahout-1307, Mahout-1326 - all
> related to Wiki updates, please see Isabel's updates.
>
> M-1286 - Peng and Sebastian, we had talked about this during the last
> hangout. Can this be included in 0.9?
>
> M-1030- Andrew Musselman, its critical that we get this into 0.9, its been
> deferred for last 2 Mahout releases.
>
> M-1319, M-1328, M-1347, M-1350 - Suneel
>
>
> M-1265 - Multi Layer Perceptron, Yexi please look at my comments on
> Reviewboard.
>
> M-1273 - Kun Yung, Ted, defer this to next release ???
>
>
>
> M-1312, M-1256 - Stevo, could u take one of them
>
> On Thursday, November 28, 2013 5:01 AM, Isabel Drost-Fromm <
> isabel@apache.org> wrote:
>
> On Wed, 27 Nov 2013 14:23:11 -0800 (PST)
> Suneel Marthi <su...@yahoo.com> wrote:
> > Below are the Open issues for 0.9:-
>
> This looks like we should be targeting Dec. 9th as code freeze to me.
> What do you all think?
>
>
> > Mahout-1245, Mahout-1304, Mahout-1305, Mahout-1307, Mahout-1326 - All
> > related to Wiki updates, missing Wiki documentation and Wiki
> > migration to new CMS.  Isabel's working on M-1245 (migrating to new
> > CMS). Could some of the others be consolidated with that?
>
> I believe MAHOUT-1245 essentially is ready to be published - all I want
> before notifying INFRA to
>  switch to the new cms based site is one other
> person to take at least a brief look.
>
> For MAHOUT-1304 - Sebastian, can you please check that the cms based
> site actually does fit on 1280px? We can close this issue then.
>
> MAHOUT-1305 - I think this should be turned into a task to actually
> delete most of the pages that have been migrated to the new CMS (almost
> all of them). Once 1245 is shipped, it would be great if a few more
> people could lend a hand in getting this done.
>
> MAHOUT-1307 - Can be closed once switched to CMS
>
> MAHOUT-1326 - This really relates to the old Confluence export plugin
> we once have been using to generate static pages out of our wiki that
> is no longer active. Unless anyone on the Mahout dev list
>  knows how to
> fully delete all exported static pages we should file an issue with
> INFRA to ask for help getting those deleted. They definitely are
> confusing to users.
>
>
>
> > M-1286 - Peng and ssc, we had talked about this during the last
> > hangout. Can this be included in 0.9?
> >
> > M-1030 - Andrew Musselman? Any updates on this, its important that we
> > fix this for 0.9
> >
> > M-1319, M-1328,
> >  M-1347, M-1364 - Suneel
> >
> > M-1273 - Kun Yung, remember talking about this in one of the earlier
> > hangouts; can't recall what was decided?
> >
> > M-1312, M-1256 - Dan Filimon (or Stevo??)
> >
> > M-996  someone could pick this up (if its still relevant with present
> > codebase i.e.)
>
> I think this can move to the next release - according to the
> contributor and Sebastian the patch is rather hacky and there for
> illustration purposes only. I'd rather see some more thought go into
> that instead of pushing to have this in 0.9.
>
>
> > M-1265 Yexi had submitted a patch for this, it would be good if this
> > could go in as part of 0.9
> >
> > M-1288 Solr Recommender - Pat Ferrell
> >
> > M-1285: Any takers for this?
>
> Would be nice to have - in particular if someone on dev@ (not
> necessarily a committer) wants to get started with the code base.
> Otherwise I'd say fix for next release if time gets short.
>
>
> > M-1356: Isabel's started on this, Stevo could u review this?
>
> We definitely can punt that for the next release or even thereafter. It
> would be great if someone who has some knowledge of Java security
> policies would take a look. The implication of not fixing this
> essentially is that in case someone commits test code that writes
> outside of target or to some globally shared directory we might end up
> having randomly failing tests due to the parallel setup again. But as
> these will occur shortly after the commit it should be easy enough to
> find the code change that caused the breakage.
>
>
>
> > M-1329: Support for Hadoop 2
>
> Is that truly feasable within a week?
>
>
> > M-1366:  Stevo, Isabel ????
>
> This should be done as part of the release process by release manager
> at the latest.
>
>
> > M-1261: Sebastian???
> >
> > M-1309, M-1310, M-1311, M-1316 - all related to running Mahout on
> > Windows ??
>
> I'm not aware of us supporting Windows.
>
>
> > M-1350 - Any takers?? (Stevo??)
>
> To me this looks like a broken classpath on the user side. Without a
> patch to at least re-produce the issue I wouldn't spend too much time
>
> on this.
>
>
> Isabel
>



-- 
------
Yexi Jiang,
ECS 251,  yjian004@cs.fiu.edu
School of Computer and Information Science,
Florida International University
Homepage: http://users.cis.fiu.edu/~yjian004/

Re: Mahout 0.9 release

Posted by Shannon Quinn <sq...@gatech.edu>.
Possibly. I'll know more after Monday (got a few big deadlines then). 

iPhone'd

> On Nov 28, 2013, at 13:32, Suneel Marthi <su...@yahoo.com> wrote:
> 
> Shannon,
> 
> Would it be possible to add Spectral clustering to examples/bin/cluster-reuters.sh (for 0.9)?
> 
> 
> 
> 
> 
> 
> On Thursday, November 28, 2013 12:59 PM, Shannon Quinn <sq...@gatech.edu> wrote:
> 
> I'll aim to get the documentation on spectral clustering done by 0.9, and the code fixes and improvements in for 1.0.
> 
> iPhone'd
> 
> 
>> On Nov 28, 2013, at 12:15, Suneel Marthi <su...@yahoo.com> wrote:
>> 
>> Yes, lets defer the arbitrary properties to next release.
>> 
>> 
>> 
>> 
>> 
>> On Thursday, November 28, 2013 11:02 AM, Andrew Musselman <an...@gmail.com> wrote:
>> 
>> Was going to open M-1030 this weekend; I think doing the quick fix can be done in time and the more involved job of putting arbitrary properties on vectors should be pushed to 1.0.
>> 
>> Sound reasonable?
>> 
>> 
>> 
>> On Thu, Nov 28, 2013 at 7:58 AM, Suneel Marthi <su...@yahoo.com> wrote:
>> 
>> Forgot to add 
>>> 
>>> 
>>> M-1288 Solr Recommender - Pat Ferrell
>>> 
>>> to my earlier email.
>>> 
>>> 
>>> 
>>> 
>>> On Thursday, November 28, 2013 10:38 AM, Suneel Marthi <su...@yahoo.com> wrote:
>>> 
>>> Adding Mahout-1349 to the list of JIRAs .
>>> 
>>> 
>>> 
>>> 
>>> 
>>> On Thursday, November 28, 2013 10:37 AM, Suneel Marthi <su...@yahoo.com> wrote:
>>> 
>>> Update on Open JIRAs for 0.9:
>>> 
>>> Mahout-1245, Mahout-1304, Mahout-1305, Mahout-1307, Mahout-1326 - all related to Wiki updates, please see Isabel's updates.
>>> 
>>> M-1286 - Peng and
>>>   Sebastian, we had talked about this during the last hangout. Can this be included in 0.9?
>>> 
>>> M-1030- Andrew Musselman, its critical that we get this into 0.9, its been deferred for last 2 Mahout releases.
>>> 
>>> M-1319, M-1328, M-1347, M-1350 - Suneel
>>> 
>>> 
>>> M-1265 - Multi Layer Perceptron, Yexi please look at my comments on Reviewboard.
>>> 
>>> M-1273 - Kun Yung, Ted, defer this to next release ???
>>> 
>>> 
>>> 
>>> M-1312, M-1256 - Stevo, could u take one of them
>>> 
>>> 
>>> On Thursday, November 28, 2013 5:01 AM, Isabel Drost-Fromm <is...@apache.org> wrote:
>>> 
>>> On Wed, 27 Nov 2013 14:23:11 -0800
>>>   (PST)
>>> Suneel Marthi <su...@yahoo.com> wrote:
>>>> Below are the Open issues for 0.9:-
>>> 
>>> This looks like we should be targeting Dec. 9th as code freeze to me.
>>> What do you all think?
>>> 
>>> 
>>>> Mahout-1245, Mahout-1304, Mahout-1305, Mahout-1307, Mahout-1326 - All
>>>> related to Wiki updates, missing Wiki documentation and Wiki
>>>> migration to new CMS.  Isabel's working on M-1245 (migrating to new
>>>> CMS). Could some of the others be consolidated with that?
>>> 
>>> I believe MAHOUT-1245 essentially is ready to be published - all I want
>>> before notifying INFRA to
>>> switch to the new cms based site is one other
>>> person to take at least a brief look.
>>> 
>>> For MAHOUT-1304 - Sebastian, can you please check that the cms based
>>> site actually does fit on 1280px? We can close this issue then.
>>> 
>>> MAHOUT-1305 - I think this should be turned into a task to actually
>>> delete most of the pages that have been migrated to the new CMS (almost
>>> all of them). Once 1245 is shipped, it would be great if a few more
>>> people could lend a hand in getting this done.
>>> 
>>> MAHOUT-1307 - Can be closed once switched to CMS
>>> 
>>> MAHOUT-1326 - This really relates to the old Confluence export plugin
>>> we once have been using to generate static pages out of our wiki that
>>> is no longer active. Unless anyone on the Mahout dev list
>>> knows how to
>>> fully
>>>   delete all exported static pages we should file an issue with
>>> INFRA to ask for help getting those deleted. They definitely are
>>> confusing to users.
>>> 
>>> 
>>> 
>>>> M-1286 - Peng and ssc, we had talked about this during the last
>>>> hangout. Can this be included in 0.9?
>>>> 
>>>> M-1030 - Andrew Musselman? Any updates on this, its important that we
>>>> fix this for 0.9
>>>> 
>>>> M-1319, M-1328,
>>>>    M-1347, M-1364 - Suneel
>>>> 
>>>> M-1273 - Kun Yung, remember talking about this in one of the earlier
>>>> hangouts; can't recall what was decided?
>>>> 
>>>> M-1312, M-1256 - Dan Filimon (or Stevo??)
>>>> 
>>>> M-996  someone could pick
>>>   this up (if its still relevant with present
>>>> codebase i.e.)
>>> 
>>> I think this can move to the next release - according to the
>>> contributor and Sebastian the patch is rather hacky and there for
>>> illustration purposes only. I'd rather see some more thought go into
>>> that instead of pushing to have this in 0.9.
>>> 
>>> 
>>>> M-1265 Yexi had submitted a patch for this, it would be good if this
>>>> could go in as part of 0.9 
>>>> 
>>>> M-1288 Solr Recommender - Pat Ferrell
>>>> 
>>>> M-1285: Any takers for this?
>>> 
>>> Would be nice to have - in particular if someone on dev@ (not
>>> necessarily a committer) wants to get started with the code base.
>>> Otherwise I'd say fix for next release
>>>   if time gets short.
>>> 
>>> 
>>>> M-1356: Isabel's started on this, Stevo could u review this?
>>> 
>>> We definitely can punt that for the next release or even thereafter. It
>>> would be great if someone who has some knowledge of Java security
>>> policies would take a look. The implication of not fixing this
>>> essentially is that in case someone commits test code that writes
>>> outside of target or to some globally shared directory we might end up
>>> having randomly failing tests due to the parallel setup again. But as
>>> these will occur shortly after the commit it should be easy enough to
>>> find the code change that caused the breakage.
>>> 
>>> 
>>> 
>>>> M-1329: Support for Hadoop 2
>>> 
>>> Is that truly feasable
>>>   within a week?
>>> 
>>> 
>>>> M-1366:  Stevo, Isabel ????
>>> 
>>> This should be done as part of the release process by release manager
>>> at the latest.
>>> 
>>> 
>>>> M-1261: Sebastian???
>>>> 
>>>> M-1309, M-1310, M-1311, M-1316 - all related to running Mahout on
>>>> Windows ??
>>> 
>>> I'm not aware of us supporting Windows.
>>> 
>>> 
>>>> M-1350 - Any takers?? (Stevo??)
>>> 
>>> To me this looks like a broken classpath on the user side. Without a
>>> patch to at least re-produce the issue I wouldn't spend too much time
>>> 
>>> on this.
>>> 
>>> 
>>> Isabel

Re: Mahout 0.9 release

Posted by Suneel Marthi <su...@yahoo.com>.
Shannon,

Would it be possible to add Spectral clustering to examples/bin/cluster-reuters.sh (for 0.9)?






On Thursday, November 28, 2013 12:59 PM, Shannon Quinn <sq...@gatech.edu> wrote:
 
I'll aim to get the documentation on spectral clustering done by 0.9, and the code fixes and improvements in for 1.0.

iPhone'd


> On Nov 28, 2013, at 12:15, Suneel Marthi <su...@yahoo.com> wrote:
> 
> Yes, lets defer the arbitrary properties to next release.
> 
> 
> 
> 
> 
> On Thursday, November 28, 2013 11:02 AM, Andrew Musselman <an...@gmail.com> wrote:
> 
> Was going to open M-1030 this weekend; I think doing the quick fix can be done in time and the more involved job of putting arbitrary properties on vectors should be pushed to 1.0.
> 
> Sound reasonable?
> 
> 
> 
> On Thu, Nov 28, 2013 at 7:58 AM, Suneel Marthi <su...@yahoo.com> wrote:
> 
> Forgot to add 
>> 
>> 
>> M-1288 Solr Recommender - Pat Ferrell
>> 
>> to my earlier email.
>> 
>> 
>> 
>> 
>> On Thursday, November 28, 2013 10:38 AM, Suneel Marthi <su...@yahoo.com> wrote:
>> 
>> Adding Mahout-1349 to the list of JIRAs .
>> 
>> 
>> 
>> 
>> 
>> On Thursday, November 28, 2013 10:37 AM, Suneel Marthi <su...@yahoo.com> wrote:
>> 
>> Update on Open JIRAs for 0.9:
>> 
>> Mahout-1245, Mahout-1304, Mahout-1305, Mahout-1307, Mahout-1326 - all related to Wiki updates, please see Isabel's updates.
>> 
>> M-1286 - Peng and
>>  Sebastian, we had talked about this during the last hangout. Can this be included in 0.9?
>> 
>> M-1030- Andrew Musselman, its critical that we get this into 0.9, its been deferred for last 2 Mahout releases.
>> 
>> M-1319, M-1328, M-1347, M-1350 - Suneel
>> 
>> 
>> M-1265 - Multi Layer Perceptron, Yexi please look at my comments on Reviewboard.
>> 
>> M-1273 - Kun Yung, Ted, defer this to next release ???
>> 
>> 
>> 
>> M-1312, M-1256 - Stevo, could u take one of them
>> 
>> 
>> On Thursday, November 28, 2013 5:01 AM, Isabel Drost-Fromm <is...@apache.org> wrote:
>> 
>> On Wed, 27 Nov 2013 14:23:11 -0800
>>  (PST)
>> Suneel Marthi <su...@yahoo.com> wrote:
>>> Below are the Open issues for 0.9:-
>> 
>> This looks like we should be targeting Dec. 9th as code freeze to me.
>> What do you all think?
>> 
>> 
>>> Mahout-1245, Mahout-1304, Mahout-1305, Mahout-1307, Mahout-1326 - All
>>> related to Wiki updates, missing Wiki documentation and Wiki
>>> migration to new CMS.  Isabel's working on M-1245 (migrating to new
>>> CMS). Could some of the others be consolidated with that?
>> 
>> I believe MAHOUT-1245 essentially is ready to be published - all I want
>> before notifying INFRA to
>> switch to the new cms based site is one other
>> person to take at least a brief look.
>> 
>> For MAHOUT-1304 - Sebastian, can you please check that the cms based
>> site actually does fit on 1280px? We can close this issue then.
>> 
>> MAHOUT-1305 - I think this should be turned into a task to actually
>> delete most of the pages that have been migrated to the new CMS (almost
>> all of them). Once 1245 is shipped, it would be great if a few more
>> people could lend a hand in getting this done.
>> 
>> MAHOUT-1307 - Can be closed once switched to CMS
>> 
>> MAHOUT-1326 - This really relates to the old Confluence export plugin
>> we once have been using to generate static pages out of our wiki that
>> is no longer active. Unless anyone on the Mahout dev list
>> knows how to
>> fully
>>  delete all exported static pages we should file an issue with
>> INFRA to ask for help getting those deleted. They definitely are
>> confusing to users.
>> 
>> 
>> 
>>> M-1286 - Peng and ssc, we had talked about this during the last
>>> hangout. Can this be included in 0.9?
>>> 
>>> M-1030 - Andrew Musselman? Any updates on this, its important that we
>>> fix this for 0.9
>>> 
>>> M-1319, M-1328,
>>>   M-1347, M-1364 - Suneel
>>> 
>>> M-1273 - Kun Yung, remember talking about this in one of the earlier
>>> hangouts; can't recall what was decided?
>>> 
>>> M-1312, M-1256 - Dan Filimon (or Stevo??)
>>> 
>>> M-996  someone could pick
>>  this up (if its still relevant with present
>>> codebase i.e.)
>> 
>> I think this can move to the next release - according to the
>> contributor and Sebastian the patch is rather hacky and there for
>> illustration purposes only. I'd rather see some more thought go into
>> that instead of pushing to have this in 0.9.
>> 
>> 
>>> M-1265 Yexi had submitted a patch for this, it would be good if this
>>> could go in as part of 0.9 
>>> 
>>> M-1288 Solr Recommender - Pat Ferrell
>>> 
>>> M-1285: Any takers for this?
>> 
>> Would be nice to have - in particular if someone on dev@ (not
>> necessarily a committer) wants to get started with the code base.
>> Otherwise I'd say fix for next release
>>  if time gets short.
>> 
>> 
>>> M-1356: Isabel's started on this, Stevo could u review this?
>> 
>> We definitely can punt that for the next release or even thereafter. It
>> would be great if someone who has some knowledge of Java security
>> policies would take a look. The implication of not fixing this
>> essentially is that in case someone commits test code that writes
>> outside of target or to some globally shared directory we might end up
>> having randomly failing tests due to the parallel setup again. But as
>> these will occur shortly after the commit it should be easy enough to
>> find the code change that caused the breakage.
>> 
>> 
>> 
>>> M-1329: Support for Hadoop 2
>> 
>> Is that truly feasable
>>  within a week?
>> 
>> 
>>> M-1366:  Stevo, Isabel ????
>> 
>> This should be done as part of the release process by release manager
>> at the latest.
>> 
>> 
>>> M-1261: Sebastian???
>>> 
>>> M-1309, M-1310, M-1311, M-1316 - all related to running Mahout on
>>> Windows ??
>> 
>> I'm not aware of us supporting Windows.
>> 
>> 
>>> M-1350 - Any takers?? (Stevo??)
>> 
>> To me this looks like a broken classpath on the user side. Without a
>> patch to at least re-produce the issue I wouldn't spend too much time
>> 
>> on this.
>> 
>> 
>> Isabel

Re: Mahout 0.9 release

Posted by Shannon Quinn <sq...@gatech.edu>.
I'll aim to get the documentation on spectral clustering done by 0.9, and the code fixes and improvements in for 1.0.

iPhone'd

> On Nov 28, 2013, at 12:15, Suneel Marthi <su...@yahoo.com> wrote:
> 
> Yes, lets defer the arbitrary properties to next release.
> 
> 
> 
> 
> 
> On Thursday, November 28, 2013 11:02 AM, Andrew Musselman <an...@gmail.com> wrote:
> 
> Was going to open M-1030 this weekend; I think doing the quick fix can be done in time and the more involved job of putting arbitrary properties on vectors should be pushed to 1.0.
> 
> Sound reasonable?
> 
> 
> 
> On Thu, Nov 28, 2013 at 7:58 AM, Suneel Marthi <su...@yahoo.com> wrote:
> 
> Forgot to add 
>> 
>> 
>> M-1288 Solr Recommender - Pat Ferrell
>> 
>> to my earlier email.
>> 
>> 
>> 
>> 
>> On Thursday, November 28, 2013 10:38 AM, Suneel Marthi <su...@yahoo.com> wrote:
>> 
>> Adding Mahout-1349 to the list of JIRAs .
>> 
>> 
>> 
>> 
>> 
>> On Thursday, November 28, 2013 10:37 AM, Suneel Marthi <su...@yahoo.com> wrote:
>> 
>> Update on Open JIRAs for 0.9:
>> 
>> Mahout-1245, Mahout-1304, Mahout-1305, Mahout-1307, Mahout-1326 - all related to Wiki updates, please see Isabel's updates.
>> 
>> M-1286 - Peng and
>>  Sebastian, we had talked about this during the last hangout. Can this be included in 0.9?
>> 
>> M-1030- Andrew Musselman, its critical that we get this into 0.9, its been deferred for last 2 Mahout releases.
>> 
>> M-1319, M-1328, M-1347, M-1350 - Suneel
>> 
>> 
>> M-1265 - Multi Layer Perceptron, Yexi please look at my comments on Reviewboard.
>> 
>> M-1273 - Kun Yung, Ted, defer this to next release ???
>> 
>> 
>> 
>> M-1312, M-1256 - Stevo, could u take one of them
>> 
>> 
>> On Thursday, November 28, 2013 5:01 AM, Isabel Drost-Fromm <is...@apache.org> wrote:
>> 
>> On Wed, 27 Nov 2013 14:23:11 -0800
>>  (PST)
>> Suneel Marthi <su...@yahoo.com> wrote:
>>> Below are the Open issues for 0.9:-
>> 
>> This looks like we should be targeting Dec. 9th as code freeze to me.
>> What do you all think?
>> 
>> 
>>> Mahout-1245, Mahout-1304, Mahout-1305, Mahout-1307, Mahout-1326 - All
>>> related to Wiki updates, missing Wiki documentation and Wiki
>>> migration to new CMS.  Isabel's working on M-1245 (migrating to new
>>> CMS). Could some of the others be consolidated with that?
>> 
>> I believe MAHOUT-1245 essentially is ready to be published - all I want
>> before notifying INFRA to
>> switch to the new cms based site is one other
>> person to take at least a brief look.
>> 
>> For MAHOUT-1304 - Sebastian, can you please check that the cms based
>> site actually does fit on 1280px? We can close this issue then.
>> 
>> MAHOUT-1305 - I think this should be turned into a task to actually
>> delete most of the pages that have been migrated to the new CMS (almost
>> all of them). Once 1245 is shipped, it would be great if a few more
>> people could lend a hand in getting this done.
>> 
>> MAHOUT-1307 - Can be closed once switched to CMS
>> 
>> MAHOUT-1326 - This really relates to the old Confluence export plugin
>> we once have been using to generate static pages out of our wiki that
>> is no longer active. Unless anyone on the Mahout dev list
>> knows how to
>> fully
>>  delete all exported static pages we should file an issue with
>> INFRA to ask for help getting those deleted. They definitely are
>> confusing to users.
>> 
>> 
>> 
>>> M-1286 - Peng and ssc, we had talked about this during the last
>>> hangout. Can this be included in 0.9?
>>> 
>>> M-1030 - Andrew Musselman? Any updates on this, its important that we
>>> fix this for 0.9
>>> 
>>> M-1319, M-1328,
>>>   M-1347, M-1364 - Suneel
>>> 
>>> M-1273 - Kun Yung, remember talking about this in one of the earlier
>>> hangouts; can't recall what was decided?
>>> 
>>> M-1312, M-1256 - Dan Filimon (or Stevo??)
>>> 
>>> M-996  someone could pick
>>  this up (if its still relevant with present
>>> codebase i.e.)
>> 
>> I think this can move to the next release - according to the
>> contributor and Sebastian the patch is rather hacky and there for
>> illustration purposes only. I'd rather see some more thought go into
>> that instead of pushing to have this in 0.9.
>> 
>> 
>>> M-1265 Yexi had submitted a patch for this, it would be good if this
>>> could go in as part of 0.9 
>>> 
>>> M-1288 Solr Recommender - Pat Ferrell
>>> 
>>> M-1285: Any takers for this?
>> 
>> Would be nice to have - in particular if someone on dev@ (not
>> necessarily a committer) wants to get started with the code base.
>> Otherwise I'd say fix for next release
>>  if time gets short.
>> 
>> 
>>> M-1356: Isabel's started on this, Stevo could u review this?
>> 
>> We definitely can punt that for the next release or even thereafter. It
>> would be great if someone who has some knowledge of Java security
>> policies would take a look. The implication of not fixing this
>> essentially is that in case someone commits test code that writes
>> outside of target or to some globally shared directory we might end up
>> having randomly failing tests due to the parallel setup again. But as
>> these will occur shortly after the commit it should be easy enough to
>> find the code change that caused the breakage.
>> 
>> 
>> 
>>> M-1329: Support for Hadoop 2
>> 
>> Is that truly feasable
>>  within a week?
>> 
>> 
>>> M-1366:  Stevo, Isabel ????
>> 
>> This should be done as part of the release process by release manager
>> at the latest.
>> 
>> 
>>> M-1261: Sebastian???
>>> 
>>> M-1309, M-1310, M-1311, M-1316 - all related to running Mahout on
>>> Windows ??
>> 
>> I'm not aware of us supporting Windows.
>> 
>> 
>>> M-1350 - Any takers?? (Stevo??)
>> 
>> To me this looks like a broken classpath on the user side. Without a
>> patch to at least re-produce the issue I wouldn't spend too much time
>> 
>> on this.
>> 
>> 
>> Isabel

Re: Mahout 0.9 release

Posted by Suneel Marthi <su...@yahoo.com>.
Yes, lets defer the arbitrary properties to next release.





On Thursday, November 28, 2013 11:02 AM, Andrew Musselman <an...@gmail.com> wrote:
 
Was going to open M-1030 this weekend; I think doing the quick fix can be done in time and the more involved job of putting arbitrary properties on vectors should be pushed to 1.0.

Sound reasonable?



On Thu, Nov 28, 2013 at 7:58 AM, Suneel Marthi <su...@yahoo.com> wrote:

Forgot to add 
>
>
>M-1288 Solr Recommender - Pat Ferrell
>
>to my earlier email.
>
>
>
>
>On Thursday, November 28, 2013 10:38 AM, Suneel Marthi <su...@yahoo.com> wrote:
>
>Adding Mahout-1349 to the list of JIRAs .
>
>
>
>
>
>On Thursday, November 28, 2013 10:37 AM, Suneel Marthi <su...@yahoo.com> wrote:
>
>Update on Open JIRAs for 0.9:
>
>Mahout-1245, Mahout-1304, Mahout-1305, Mahout-1307, Mahout-1326 - all related to Wiki updates, please see Isabel's updates.
>
>M-1286 - Peng and
> Sebastian, we had talked about this during the last hangout. Can this be included in 0.9?
>
>M-1030- Andrew Musselman, its critical that we get this into 0.9, its been deferred for last 2 Mahout releases.
>
>M-1319, M-1328, M-1347, M-1350 - Suneel
>
>
>M-1265 - Multi Layer Perceptron, Yexi please look at my comments on Reviewboard.
>
>M-1273 - Kun Yung, Ted, defer this to next release ???
>
>
>
>M-1312, M-1256 - Stevo, could u take one of them
>
>
>On Thursday, November 28, 2013 5:01 AM, Isabel Drost-Fromm <is...@apache.org> wrote:
>
>On Wed, 27 Nov 2013 14:23:11 -0800
> (PST)
>Suneel Marthi <su...@yahoo.com> wrote:
>> Below are the Open issues for 0.9:-
>
>This looks like we should be targeting Dec. 9th as code freeze to me.
>What do you all think?
>
>
>> Mahout-1245, Mahout-1304, Mahout-1305, Mahout-1307, Mahout-1326 - All
>> related to Wiki updates, missing Wiki documentation and Wiki
>> migration to new CMS.  Isabel's working on M-1245 (migrating to new
>> CMS). Could some of the others be consolidated with that?
>
>I believe MAHOUT-1245 essentially is ready to be published - all I want
>before notifying INFRA to
>switch to the new cms based site is one other
>person to take at least a brief look.
>
>For MAHOUT-1304 - Sebastian, can you please check that the cms based
>site actually does fit on 1280px? We can close this issue then.
>
>MAHOUT-1305 - I think this should be turned into a task to actually
>delete most of the pages that have been migrated to the new CMS (almost
>all of them). Once 1245 is shipped, it would be great if a few more
>people could lend a hand in getting this done.
>
>MAHOUT-1307 - Can be closed once switched to CMS
>
>MAHOUT-1326 - This really relates to the old Confluence export plugin
>we once have been using to generate static pages out of our wiki that
>is no longer active. Unless anyone on the Mahout dev list
>knows how to
>fully
> delete all exported static pages we should file an issue with
>INFRA to ask for help getting those deleted. They definitely are
>confusing to users.
>
>
>
>> M-1286 - Peng and ssc, we had talked about this during the last
>> hangout. Can this be included in 0.9?
>>
>> M-1030 - Andrew Musselman? Any updates on this, its important that we
>> fix this for 0.9
>>
>> M-1319, M-1328,
>>  M-1347, M-1364 - Suneel
>>
>> M-1273 - Kun Yung, remember talking about this in one of the earlier
>> hangouts; can't recall what was decided?
>>
>> M-1312, M-1256 - Dan Filimon (or Stevo??)
>>
>> M-996  someone could pick
> this up (if its still relevant with present
>> codebase i.e.)
>
>I think this can move to the next release - according to the
>contributor and Sebastian the patch is rather hacky and there for
>illustration purposes only. I'd rather see some more thought go into
>that instead of pushing to have this in 0.9.
>
>
>> M-1265 Yexi had submitted a patch for this, it would be good if this
>> could go in as part of 0.9 
>>
>> M-1288 Solr Recommender - Pat Ferrell
>>
>> M-1285: Any takers for this?
>
>Would be nice to have - in particular if someone on dev@ (not
>necessarily a committer) wants to get started with the code base.
>Otherwise I'd say fix for next release
> if time gets short.
>
>
>> M-1356: Isabel's started on this, Stevo could u review this?
>
>We definitely can punt that for the next release or even thereafter. It
>would be great if someone who has some knowledge of Java security
>policies would take a look. The implication of not fixing this
>essentially is that in case someone commits test code that writes
>outside of target or to some globally shared directory we might end up
>having randomly failing tests due to the parallel setup again. But as
>these will occur shortly after the commit it should be easy enough to
>find the code change that caused the breakage.
>
>
>
>> M-1329: Support for Hadoop 2
>
>Is that truly feasable
> within a week?
>
>
>> M-1366:  Stevo, Isabel ????
>
>This should be done as part of the release process by release manager
>at the latest.
>
>
>> M-1261: Sebastian???
>>
>> M-1309, M-1310, M-1311, M-1316 - all related to running Mahout on
>> Windows ??
>
>I'm not aware of us supporting Windows.
>
>
>> M-1350 - Any takers?? (Stevo??)
>
>To me this looks like a broken classpath on the user side. Without a
>patch to at least re-produce the issue I wouldn't spend too much time
>
>on this.
>
>
>Isabel

Re: Mahout 0.9 release

Posted by Andrew Musselman <an...@gmail.com>.
Was going to open M-1030 this weekend; I think doing the quick fix can be
done in time and the more involved job of putting arbitrary properties on
vectors should be pushed to 1.0.

Sound reasonable?


On Thu, Nov 28, 2013 at 7:58 AM, Suneel Marthi <su...@yahoo.com>wrote:

> Forgot to add
>
> M-1288 Solr Recommender - Pat Ferrell
>
> to my earlier email.
>
>
>
> On Thursday, November 28, 2013 10:38 AM, Suneel Marthi <
> suneel_marthi@yahoo.com> wrote:
>
> Adding Mahout-1349 to the list of JIRAs .
>
>
>
>
>
> On Thursday, November 28, 2013 10:37 AM, Suneel Marthi <
> suneel_marthi@yahoo.com> wrote:
>
> Update on Open JIRAs for 0.9:
>
> Mahout-1245, Mahout-1304, Mahout-1305, Mahout-1307, Mahout-1326 - all
> related to Wiki updates, please see Isabel's updates.
>
> M-1286 - Peng and
>  Sebastian, we had talked about this during the last hangout. Can this be
> included in 0.9?
>
> M-1030- Andrew Musselman, its critical that we get this into 0.9, its been
> deferred for last 2 Mahout releases.
>
> M-1319, M-1328, M-1347, M-1350 - Suneel
>
>
> M-1265 - Multi Layer Perceptron, Yexi please look at my comments on
> Reviewboard.
>
> M-1273 - Kun Yung, Ted, defer this to next release ???
>
>
>
> M-1312, M-1256 - Stevo, could u take one of them
>
>
> On Thursday, November 28, 2013 5:01 AM, Isabel Drost-Fromm <
> isabel@apache.org> wrote:
>
> On Wed, 27 Nov 2013 14:23:11 -0800
>  (PST)
> Suneel Marthi <su...@yahoo.com> wrote:
> > Below are the Open issues for 0.9:-
>
> This looks like we should be targeting Dec. 9th as code freeze to me.
> What do you all think?
>
>
> > Mahout-1245, Mahout-1304, Mahout-1305, Mahout-1307, Mahout-1326 - All
> > related to Wiki updates, missing Wiki documentation and Wiki
> > migration to new CMS.  Isabel's working on M-1245 (migrating to new
> > CMS). Could some of the others be consolidated with that?
>
> I believe MAHOUT-1245 essentially is ready to be published - all I want
> before notifying INFRA to
> switch to the new cms based site is one other
> person to take at least a brief look.
>
> For MAHOUT-1304 - Sebastian, can you please check that the cms based
> site actually does fit on 1280px? We can close this issue then.
>
> MAHOUT-1305 - I think this should be turned into a task to actually
> delete most of the pages that have been migrated to the new CMS (almost
> all of them). Once 1245 is shipped, it would be great if a few more
> people could lend a hand in getting this done.
>
> MAHOUT-1307 - Can be closed once switched to CMS
>
> MAHOUT-1326 - This really relates to the old Confluence export plugin
> we once have been using to generate static pages out of our wiki that
> is no longer active. Unless anyone on the Mahout dev list
> knows how to
> fully
>  delete all exported static pages we should file an issue with
> INFRA to ask for help getting those deleted. They definitely are
> confusing to users.
>
>
>
> > M-1286 - Peng and ssc, we had talked about this during the last
> > hangout. Can this be included in 0.9?
> >
> > M-1030 - Andrew Musselman? Any updates on this, its important that we
> > fix this for 0.9
> >
> > M-1319, M-1328,
> >  M-1347, M-1364 - Suneel
> >
> > M-1273 - Kun Yung, remember talking about this in one of the earlier
> > hangouts; can't recall what was decided?
> >
> > M-1312, M-1256 - Dan Filimon (or Stevo??)
> >
> > M-996  someone could pick
>  this up (if its still relevant with present
> > codebase i.e.)
>
> I think this can move to the next release - according to the
> contributor and Sebastian the patch is rather hacky and there for
> illustration purposes only. I'd rather see some more thought go into
> that instead of pushing to have this in 0.9.
>
>
> > M-1265 Yexi had submitted a patch for this, it would be good if this
> > could go in as part of 0.9
> >
> > M-1288 Solr Recommender - Pat Ferrell
> >
> > M-1285: Any takers for this?
>
> Would be nice to have - in particular if someone on dev@ (not
> necessarily a committer) wants to get started with the code base.
> Otherwise I'd say fix for next release
>  if time gets short.
>
>
> > M-1356: Isabel's started on this, Stevo could u review this?
>
> We definitely can punt that for the next release or even thereafter. It
> would be great if someone who has some knowledge of Java security
> policies would take a look. The implication of not fixing this
> essentially is that in case someone commits test code that writes
> outside of target or to some globally shared directory we might end up
> having randomly failing tests due to the parallel setup again. But as
> these will occur shortly after the commit it should be easy enough to
> find the code change that caused the breakage.
>
>
>
> > M-1329: Support for Hadoop 2
>
> Is that truly feasable
>  within a week?
>
>
> > M-1366:  Stevo, Isabel ????
>
> This should be done as part of the release process by release manager
> at the latest.
>
>
> > M-1261: Sebastian???
> >
> > M-1309, M-1310, M-1311, M-1316 - all related to running Mahout on
> > Windows ??
>
> I'm not aware of us supporting Windows.
>
>
> > M-1350 - Any takers?? (Stevo??)
>
> To me this looks like a broken classpath on the user side. Without a
> patch to at least re-produce the issue I wouldn't spend too much time
>
> on this.
>
>
> Isabel
>

Re: Mahout 0.9 release

Posted by Suneel Marthi <su...@yahoo.com>.
Forgot to add 

M-1288 Solr Recommender - Pat Ferrell 

to my earlier email.



On Thursday, November 28, 2013 10:38 AM, Suneel Marthi <su...@yahoo.com> wrote:
 
Adding Mahout-1349 to the list of JIRAs . 





On Thursday, November 28, 2013 10:37 AM, Suneel Marthi <su...@yahoo.com> wrote:
 
Update on Open JIRAs for 0.9:

Mahout-1245, Mahout-1304, Mahout-1305, Mahout-1307, Mahout-1326 - all related to Wiki updates, please see Isabel's updates.

M-1286 - Peng and
 Sebastian, we had talked about this during the last hangout. Can this be included in 0.9?

M-1030- Andrew Musselman, its critical that we get this into 0.9, its been deferred for last 2 Mahout releases.

M-1319, M-1328, M-1347, M-1350 - Suneel


M-1265 - Multi Layer Perceptron, Yexi please look at my comments on Reviewboard.

M-1273 - Kun Yung, Ted, defer this to next release ???



M-1312, M-1256 - Stevo, could u take one of them


On Thursday, November 28, 2013 5:01 AM, Isabel Drost-Fromm <is...@apache.org> wrote:

On Wed, 27 Nov 2013 14:23:11 -0800
 (PST)
Suneel Marthi <su...@yahoo.com> wrote:
> Below are the Open issues for 0.9:-

This looks like we should be targeting Dec. 9th as code freeze to me.
What do you all think?


> Mahout-1245, Mahout-1304, Mahout-1305, Mahout-1307, Mahout-1326 - All
> related to Wiki updates, missing Wiki documentation and Wiki
> migration to new CMS.  Isabel's working on M-1245 (migrating to new
> CMS). Could some of the others be consolidated with that?

I believe MAHOUT-1245 essentially is ready to be published - all I want
before notifying INFRA to
switch to the new cms based site is one other
person to take at least a brief look.

For MAHOUT-1304 - Sebastian, can you please check that the cms based
site actually does fit on 1280px? We can close this issue then.

MAHOUT-1305 - I think this should be turned into a task to actually
delete most of the pages that have been migrated to the new CMS (almost
all of them). Once 1245 is shipped, it would be great if a few more
people could lend a hand in getting this done.

MAHOUT-1307 - Can be closed once switched to CMS

MAHOUT-1326 - This really relates to the old Confluence export plugin
we once have been using to generate static pages out of our wiki that
is no longer active. Unless anyone on the Mahout dev list
knows how to
fully
 delete all exported static pages we should file an issue with
INFRA to ask for help getting those deleted. They definitely are
confusing to users.



> M-1286 - Peng and ssc, we had talked about this during the last
> hangout. Can this be included in 0.9?
> 
> M-1030 - Andrew Musselman? Any updates on this, its important that we
> fix this for 0.9
> 
> M-1319, M-1328,
>  M-1347, M-1364 - Suneel
> 
> M-1273 - Kun Yung, remember talking about this in one of the earlier
> hangouts; can't recall what was decided?
> 
> M-1312, M-1256 - Dan Filimon (or Stevo??)
> 
> M-996  someone could pick
 this up (if its still relevant with present
> codebase i.e.)

I think this can move to the next release - according to the
contributor and Sebastian the patch is rather hacky and there for
illustration purposes only. I'd rather see some more thought go into
that instead of pushing to have this in 0.9.


> M-1265 Yexi had submitted a patch for this, it would be good if this
> could go in as part of 0.9  
> 
> M-1288 Solr Recommender - Pat Ferrell 
> 
> M-1285: Any takers for this?

Would be nice to have - in particular if someone on dev@ (not
necessarily a committer) wants to get started with the code base.
Otherwise I'd say fix for next release
 if time gets short.


> M-1356: Isabel's started on this, Stevo could u review this?

We definitely can punt that for the next release or even thereafter. It
would be great if someone who has some knowledge of Java security
policies would take a look. The implication of not fixing this
essentially is that in case someone commits test code that writes
outside of target or to some globally shared directory we might end up
having randomly failing tests due to the parallel setup again. But as
these will occur shortly after the commit it should be easy enough to
find the code change that caused the breakage.



> M-1329: Support for Hadoop 2

Is that truly feasable
 within a week?


> M-1366:  Stevo, Isabel ????

This should be done as part of the release process by release manager
at the latest.


> M-1261: Sebastian???
> 
> M-1309, M-1310, M-1311, M-1316 - all related to running Mahout on
> Windows ??

I'm not aware of us supporting Windows.


> M-1350 - Any takers?? (Stevo??)

To me this looks like a broken classpath on the user side. Without a
patch to at least re-produce the issue I wouldn't spend too much time

on this.


Isabel

Re: Mahout 0.9 release

Posted by Isabel Drost-Fromm <is...@apache.org>.
On Saturday, December 07, 2013 12:05:38 PM Andrew Musselman wrote:
> Isabel and Sebastian, let me know how I can help on the wiki bugs; I made
> an account for Apache Confluence.

I'll post the "please replace our current svnpubsub site with Apache CMS" late 
today or early tomorrow (unless someone here finds a blocking issue in the 
staged version). After that the first step to help with the wiki would be going 
through the wiki pages and deleting anything that was migrated to Apache CMS.

As for the rest it might be a good idea to post a list of all remaining pages 
so we can go over them and decide whether to delete, change or keep them as 
is.


Isabel


Re: Mahout 0.9 release

Posted by Andrew Musselman <an...@gmail.com>.
Isabel and Sebastian, let me know how I can help on the wiki bugs; I made
an account for Apache Confluence.

Wiki - Isabel, Sebastian and other volunteers
-----------------------------------------------------

M-1245, M-1304, M-1305, M-1307, M-1326


On Tue, Dec 3, 2013 at 5:12 PM, Suneel Marthi <su...@yahoo.com>wrote:

> JIRAs Update for 0.9 release:-
>
> Wiki - Isabel, Sebastian and other volunteers
> -----------------------------------------------------
> M-1245, M-1304, M-1305, M-1307, M-1326
>
> Suneel
> -----------
> M-1319
> M-1242 (Patch available to be committed to trunk)
>
> Pat
> -------
> M-1288 Solr Recommender
>
> Yexi, Suneel
> ---------------
> M-1265 - Multi Layer Perceptron
>
> Stevo, Isabel
> -----------------
> M-1366
>
> Andrew
> ----------
> M-1030, M-1349
>
> Ted
> ------
> M-1368 (Patch available to be committed to trunk)
>
>
>

Re: Mahout 0.9 release

Posted by Andrew Musselman <an...@gmail.com>.
Could I join the mahout group on reviewboard so I get request notices?


On Sun, Dec 8, 2013 at 3:23 PM, Suneel Marthi <su...@yahoo.com>wrote:

> We need to freeze the trunk this coming week in preparation for 0.9
> release, below are the pending JIRAs:-
>
> Wiki (not a show stopper for 0.9)
>
> -----
> M-1245, M-1304, M-1305, M-1307, M-1326
>
>
> Suneel
> -----------
> M-1319 (i can work on this tomorrow)
>
> M-1265 (Multi Layer Perceptron) -
>
>
> Need to be merged into trunk, the code's available for review on
> ReviewBoard.
> It would help if another set of eyes reviewed the test cases (Isabel,
> Stevo.. ?)
>
>
> Pat
>
> --------
> M-1288 Solr Recommender
> (What's the status of this Pat, this needs to be in 0.9 Release.)
>
> Stevo
> -------
> M-1366 (this can be at time of 0.9 Release and has no impact on trunk)
>
> Frank
> --------
> M-1364 (Upgrade to Lucene 4.6) - Patch available.
>   It would be nice to have this go in 0.9
>
> The patch worked for me Frank, I agree that this needs to be reviewed by
> someone who's more familiar with Lucene.
>
> Gokhan
>
> ----------
>
> M-1354 (Support for Hadoop 2.x) - Patch available.
> This is targeted for 1.0. The patch worked for me on Hadoop 1.2.1, it
> would be good if someone could try the patch on hadoop 2.x instance.
>
> Others
> ----------
> M-1371 - This was reported on @user and a patch was submitted. If we don't
> hear from the author within this week, this can be deferred to 1.0
>
>
>
>
>
> On Tuesday, December 3, 2013 8:13 PM, Suneel Marthi <
> suneel_marthi@yahoo.com> wrote:
>
> JIRAs Update for 0.9 release:-
>
> Wiki - Isabel, Sebastian and other volunteers
> -----------------------------------------------------
> M-1245, M-1304, M-1305, M-1307, M-1326
>
> Suneel
> -----------
> M-1319
> M-1242 (Patch available to be committed to trunk)
>
> Pat
> -------
> M-1288 Solr Recommender
>
> Yexi, Suneel
> ---------------
> M-1265 - Multi Layer Perceptron
>
> Stevo, Isabel
> -----------------
> M-1366
>
> Andrew
> ----------
> M-1030, M-1349
>
> Ted
> ------
> M-1368 (Patch available to be committed to trunk)
>
>
>
>
>
>
>
>
>
>
>
> On Sunday, December 1, 2013 7:57 AM, Suneel Marthi <
> suneel_marthi@yahoo.com> wrote:
>
> Open JIRAs for 0.9 release :-
>
> Wiki - Isabel, Sebastian and other volunteers
> -----------------------------------------------------
>
> M-1245, M-1304, M-1305, M-1307, M-1326
>
> Suneel
> -----------
> M-1319, M-1328
>
> Pat
> -------
> M-1288 Solr Recommender
>
> Sebastian, Peng
> --------------------
> M-1286
>
> Yexi, Suneel
> ---------------
> M-1265 - Multi Layer Perceptron
> Ted, do u have cycles to review this, the patch's up on Reviewboard.
>
> Stevo, Isabel
> -----------------
> M-1366 - Please delete old releases from mirroring system
> M-1345 - Enable Randomized testing for all modules
>
> Andrew
> ----------
> M-1030
>
> Open Issues (any takers for these ???)
> --------------------------------------------
> M-1242
> M-1349
>
>
>
>
>
>
> On Friday, November 29, 2013 12:07 PM, Sebastian Schelter <
> ssc.open@googlemail.com> wrote:
>
> On 29.11.2013 17:59, Suneel Marthi wrote:
> > Open JIRAs for 0.9:
> >
> > Mahout-1245, Mahout-1304, Mahout-1305, Mahout-1307, Mahout-1326 -
> related to Wiki updates.
> > Definitely appreciate more hands here to review/update the wiki
> >
> > M-1286 - Peng and
> >  Sebastian, no updates on this. Can this be included in 0.9?
>
> I will look into this over the weekend!
>
>
> >
> > M-1030 - Andrew Musselman
> >
> > M-1319, M-1328 -  Suneel
> >
> > M-1347 - Suneel, patch has been committed to trunk.
> >
> > M-1265 - I have been working with Yexi on this. Ted, would u have time
> to review this; the code's on Reviewboard.
> >
> > M-1288 - Sole Recommender, Pat Ferrel
> >
> > M-1345: Isabel, Frank. I think we are good on this patch. Isabel, could
> u commit this to trunk?
> >
> > M-1312: Stevo, could u look at this?
> >
> > M-1349: Any takers for this??
> >
> > Others: Spectral Kmeans clustering documentation (Shannon)
> >
> >
> >
> >
> > On Thursday, November 28, 2013 10:38 AM, Suneel Marthi <
> suneel_marthi@yahoo.com> wrote:
> >
> > Adding Mahout-1349 to the list of JIRAs .
> >
> >
> >
> >
> >
> > On Thursday, November 28, 2013 10:37 AM, Suneel Marthi <
> suneel_marthi@yahoo.com> wrote:
> >
> > Update on Open JIRAs for 0.9:
> >
> > Mahout-1245, Mahout-1304, Mahout-1305, Mahout-1307, Mahout-1326 - all
> related to Wiki updates, please see Isabel's updates.
> >
> >
> M-1286 - Peng and
> >  Sebastian, we had talked about this during the last hangout. Can this
> be included in 0.9?
> >
> > M-1030- Andrew Musselman, its critical that we get this into 0.9, its
> been deferred for last 2 Mahout releases.
> >
> > M-1319, M-1328, M-1347, M-1350 - Suneel
> >
> >
> > M-1265 - Multi Layer Perceptron, Yexi please look at my comments on
> Reviewboard.
> >
> > M-1273 - Kun Yung, Ted, defer this to next release ???
> >
> >
> >
> > M-1312, M-1256 - Stevo, could u take one of them
> >
> >
> > On Thursday, November 28, 2013 5:01 AM, Isabel Drost-Fromm <
> isabel@apache.org> wrote:
> >
> > On Wed, 27 Nov 2013 14:23:11 -0800
> >  (PST)
> > Suneel Marthi <su...@yahoo.com> wrote:
> >> Below are the Open issues for 0.9:-
> >
> > This looks like we should be targeting Dec. 9th as code freeze to me.
> > What do you all think?
> >
> >
> >> Mahout-1245, Mahout-1304, Mahout-1305, Mahout-1307, Mahout-1326 - All
> >> related to Wiki updates, missing Wiki documentation and Wiki
> >> migration to new CMS.  Isabel's working on M-1245 (migrating to new
> >> CMS). Could some of the others be consolidated with
> that?
> >
> > I believe MAHOUT-1245 essentially is ready to be published - all I want
> > before notifying INFRA to
> > switch to the new cms based site is one other
> > person to take at least a brief look.
> >
> > For MAHOUT-1304 - Sebastian, can you please check that the cms based
> > site actually does fit on 1280px? We can close this issue then.
> >
> > MAHOUT-1305 - I think this should be turned into a task to actually
> > delete most of the pages that have been migrated to the new CMS (almost
> > all of them). Once 1245 is shipped, it would be great if a few more
> > people could lend a hand in getting this done.
> >
> > MAHOUT-1307 - Can be closed once switched to CMS
> >
> > MAHOUT-1326 - This really relates to the old Confluence export plugin
> > we once have been using to generate static pages out of our wiki that
> > is no longer active. Unless anyone on the Mahout dev list
> > knows how to
> > fully
> >  delete all exported static pages we should file an issue with
> > INFRA to ask for help getting those deleted. They definitely are
> > confusing to users.
> >
> >
> >
> >> M-1286 - Peng and ssc, we had talked about this during the last
> >> hangout. Can this be included in 0.9?
> >>
> >> M-1030 - Andrew Musselman? Any updates on this, its important that we
> >> fix this for 0.9
> >>
> >> M-1319, M-1328,
> >>   M-1347, M-1364 - Suneel
> >>
> >> M-1273 - Kun Yung, remember talking about this in one of the earlier
> >> hangouts; can't recall what was decided?
> >>
> >> M-1312, M-1256 - Dan Filimon (or Stevo??)
> >>
> >> M-996  someone could pick
> >  this up (if its still relevant with present
> >> codebase i.e.)
> >
> > I think this can move to the next release - according to the
> > contributor and Sebastian the patch is rather hacky and there for
> > illustration purposes only. I'd rather see some more thought go into
> > that instead of pushing to have this in 0.9.
> >
> >
> >> M-1265 Yexi had submitted a patch for this, it would be good if this
> >> could go in as part of 0.9
> >>
> >> M-1288 Solr Recommender - Pat Ferrell
> >>
> >> M-1285: Any takers for this?
> >
> > Would be nice to have - in particular if someone on dev@ (not
> > necessarily a committer) wants to get started with the code base.
> > Otherwise I'd say fix for next release
> >  if time gets short.
> >
> >
> >> M-1356: Isabel's started on this, Stevo could u review this?
> >
> > We definitely can punt that for the next release or even thereafter. It
> > would be great if someone who has some knowledge of Java security
> > policies would take a look. The implication of not fixing this
> > essentially is that in case someone commits test code that writes
> > outside of target or to some globally shared directory we might end up
> > having randomly failing tests due to the parallel setup again. But as
> > these will occur shortly after the commit it should be easy enough to
> > find the code change that caused the breakage.
> >
> >
> >
> >> M-1329: Support for Hadoop 2
> >
> > Is that truly feasable
> >  within a week?
> >
> >
> >> M-1366:  Stevo, Isabel ????
> >
> > This should be done as part of the release process by release manager
> > at the latest.
> >
> >
> >> M-1261: Sebastian???
> >>
> >> M-1309, M-1310, M-1311, M-1316 - all related to running Mahout on
> >> Windows ??
> >
> > I'm not aware of us supporting Windows.
> >
> >
> >> M-1350 - Any takers?? (Stevo??)
> >
> > To me this looks like a broken classpath on the user side. Without a
> > patch to at least re-produce the issue I wouldn't spend too much time
> >
> > on this.
> >
> >
> > Isabel
> >
>

Re: Mahout 0.9 release

Posted by Yexi Jiang <ye...@gmail.com>.
I have updated the code based on the previous feedback. I am now waiting to
know whether the code is shipable.


2013/12/16 Suneel Marthi <su...@yahoo.com>

> Waiting on u to provide an updated patch based on the feedback on
> Reviewboard?
>
>
>
>
>   On Monday, December 16, 2013 4:14 PM, Yexi Jiang <ye...@gmail.com>
> wrote:
>  What about M-1265?
>
>
> 2013/12/16 Suneel Marthi <su...@yahoo.com>
>
> Its time to freeze trunk the this week, here's the status of JIRAs:-
>
> Suneel
> ----------
> M-1319 - Patch available, would appreciate if someone could review/test
> the patch before I commit to trunk.
>
> Pat
> -----
> M-1288 Solr Recommender
>
> Pat, I see that you have the code in ur Github repo, could u create a
> patch that could be merged into Mahout trunk.
>
> Frank
> --------
> M-1364 (Upgrade to Lucene 4.6) - Patch available.
> Grant, do u have cycles to review this patch?
>
>
> Gokhan
>
> ----------
>
> M-1354 (Support for Hadoop 2.x) - Patch available.
> Gokhan, any updates on this.
>
>
>
>
>
> On Sunday, December 8, 2013 6:23 PM, Suneel Marthi <
> suneel_marthi@yahoo.com> wrote:
>
> We need to freeze the trunk this coming week in preparation for 0.9
> release, below are the pending JIRAs:-
>
> Wiki (not a show stopper for 0.9)
>
> -----
> M-1245, M-1304, M-1305, M-1307, M-1326
>
>
> Suneel
> -----------
> M-1319 (i can work on this tomorrow)
>
> M-1265 (Multi Layer Perceptron) -
>
>
> Need to be merged into trunk, the code's available for review on
> ReviewBoard.
> It would help if another set of eyes reviewed the test cases (Isabel,
> Stevo.. ?)
>
>
> Pat
>
> --------
> M-1288 Solr Recommender
> (What's the status of this Pat, this needs to be in 0.9 Release.)
>
> Stevo
> -------
> M-1366 (this can be at time of 0.9 Release and has no impact on trunk)
>
> Frank
> --------
> M-1364 (Upgrade to Lucene 4.6) - Patch available.
>   It would be nice to have this go in 0.9
>
> The patch worked for me Frank, I agree that this needs to be reviewed by
> someone who's more familiar with Lucene.
>
> Gokhan
>
> ----------
>
> M-1354 (Support for Hadoop 2.x) - Patch available.
> This is targeted for 1.0. The patch worked for me on Hadoop 1.2.1, it
> would be good if someone could try the patch on hadoop 2.x instance.
>
> Others
> ----------
> M-1371 - This was reported on @user and a patch was submitted. If we don't
> hear from the author within this week, this can be deferred to 1.0
>
>
>
>
>
> On Tuesday, December 3, 2013 8:13 PM, Suneel Marthi <
> suneel_marthi@yahoo.com> wrote:
>
> JIRAs Update for 0.9 release:-
>
> Wiki - Isabel, Sebastian and other volunteers
> -----------------------------------------------------
> M-1245, M-1304, M-1305, M-1307, M-1326
>
> Suneel
> -----------
> M-1319
> M-1242 (Patch available to be committed to trunk)
>
> Pat
> -------
> M-1288 Solr Recommender
>
> Yexi, Suneel
> ---------------
> M-1265 - Multi Layer Perceptron
>
> Stevo, Isabel
> -----------------
> M-1366
>
> Andrew
> ----------
> M-1030, M-1349
>
> Ted
> ------
> M-1368 (Patch available to be committed to trunk)
>
>
>
>
>
>
>
>
>
>
>
> On Sunday, December 1, 2013 7:57 AM, Suneel Marthi <
> suneel_marthi@yahoo.com> wrote:
>
> Open JIRAs for 0.9 release :-
>
> Wiki - Isabel, Sebastian and other volunteers
> -----------------------------------------------------
>
> M-1245, M-1304, M-1305, M-1307, M-1326
>
> Suneel
> -----------
> M-1319, M-1328
>
> Pat
> -------
> M-1288 Solr Recommender
>
> Sebastian, Peng
> --------------------
> M-1286
>
> Yexi, Suneel
> ---------------
> M-1265 - Multi Layer Perceptron
> Ted, do u have cycles to review this, the patch's up on Reviewboard.
>
> Stevo, Isabel
> -----------------
> M-1366 - Please delete old releases from mirroring system
> M-1345 - Enable Randomized testing for all modules
>
> Andrew
> ----------
> M-1030
>
> Open Issues (any takers for these ???)
> --------------------------------------------
> M-1242
> M-1349
>
>
>
>
>
>
> On Friday, November 29, 2013 12:07 PM, Sebastian Schelter <
> ssc.open@googlemail.com> wrote:
>
> On 29.11.2013 17:59, Suneel Marthi wrote:
> > Open JIRAs for 0.9:
> >
> > Mahout-1245, Mahout-1304, Mahout-1305, Mahout-1307, Mahout-1326 -
> related to Wiki updates.
> > Definitely appreciate more hands here to review/update the wiki
> >
> > M-1286 - Peng and
> >  Sebastian, no updates on this. Can this be included in 0.9?
>
> I will look into this over the weekend!
>
>
> >
> > M-1030 - Andrew Musselman
> >
> > M-1319, M-1328 -  Suneel
> >
> > M-1347 - Suneel, patch has been committed to trunk.
> >
> > M-1265 - I have been working with Yexi on this. Ted, would u have time
> to review this; the code's on Reviewboard.
> >
> > M-1288 - Sole Recommender, Pat Ferrel
> >
> > M-1345: Isabel, Frank. I think we are good on this patch. Isabel, could
> u commit this to trunk?
> >
> > M-1312: Stevo, could u look at this?
> >
> > M-1349: Any takers for this??
> >
> > Others: Spectral Kmeans clustering documentation (Shannon)
> >
> >
> >
> >
> > On Thursday,
>  November 28, 2013 10:38 AM, Suneel Marthi <su...@yahoo.com>
> wrote:
> >
> > Adding Mahout-1349 to the list of JIRAs .
> >
> >
> >
> >
> >
> > On Thursday, November 28, 2013 10:37 AM, Suneel Marthi <
> suneel_marthi@yahoo.com> wrote:
> >
> > Update on Open JIRAs for 0.9:
> >
> > Mahout-1245, Mahout-1304, Mahout-1305, Mahout-1307, Mahout-1326 - all
> related to Wiki updates, please see Isabel's updates.
> >
> >
> M-1286 - Peng and
> >  Sebastian, we had
>  talked about this during the last hangout. Can this be included in 0.9?
> >
> > M-1030- Andrew Musselman, its critical that we get this into 0.9, its
> been deferred for last 2 Mahout releases.
> >
> > M-1319, M-1328, M-1347, M-1350 - Suneel
> >
> >
> > M-1265 - Multi Layer Perceptron, Yexi please look at my comments on
> Reviewboard.
> >
> > M-1273 - Kun Yung, Ted, defer this to next release ???
> >
> >
> >
> > M-1312, M-1256 - Stevo, could u take one of them
> >
> >
> > On Thursday, November 28, 2013 5:01 AM, Isabel Drost-Fromm <
> isabel@apache.org> wrote:
> >
> > On Wed, 27 Nov 2013 14:23:11 -0800
> >  (PST)
> > Suneel Marthi <su...@yahoo.com> wrote:
> >> Below are the Open issues for 0.9:-
> >
> > This looks like we should be targeting Dec. 9th as code freeze to me.
> > What do you all think?
> >
> >
> >> Mahout-1245, Mahout-1304, Mahout-1305, Mahout-1307, Mahout-1326 - All
> >> related to Wiki updates, missing Wiki documentation and Wiki
> >> migration to new CMS.  Isabel's working on M-1245 (migrating to new
> >> CMS). Could some of the others be consolidated with
> that?
> >
> > I believe MAHOUT-1245
>  essentially is ready to be published - all I want
> > before notifying INFRA to
> > switch to the new cms based site is one other
> > person to take at least a brief look.
> >
> > For MAHOUT-1304 - Sebastian, can you please check that the cms based
> > site actually does fit on 1280px? We can close this issue then.
> >
> > MAHOUT-1305 - I think this should be turned into a task to actually
> > delete most of the pages that have been migrated to the new CMS (almost
> > all of them). Once 1245 is shipped, it would be great if a few more
> > people could lend a hand in getting this done.
> >
> > MAHOUT-1307 - Can be closed once switched to CMS
> >
> > MAHOUT-1326 - This really relates to the old
>  Confluence export plugin
> > we once have been using to generate static pages out of our wiki that
> > is no longer active. Unless anyone on the Mahout dev list
> > knows how to
> > fully
> >  delete all exported static pages we should file an issue with
> > INFRA to ask for help getting those deleted. They definitely are
> > confusing to users.
> >
> >
> >
> >> M-1286 - Peng and ssc, we had talked about this during the last
> >> hangout. Can this be included in 0.9?
> >>
> >> M-1030 - Andrew Musselman? Any updates on this, its important that we
> >> fix this for 0.9
> >>
> >> M-1319, M-1328,
> >>   M-1347,
>  M-1364 - Suneel
> >>
> >> M-1273 - Kun Yung, remember talking about this in one of the earlier
> >> hangouts; can't recall what was decided?
> >>
> >> M-1312, M-1256 - Dan Filimon (or Stevo??)
> >>
> >> M-996  someone could pick
> >  this up (if its still relevant with present
> >> codebase i.e.)
> >
> > I think this can move to the next release - according to the
> > contributor and Sebastian the patch is rather hacky and there for
> > illustration purposes only. I'd rather see some more thought go into
> > that instead of pushing to have this in 0.9.
> >
> >
> >> M-1265 Yexi had submitted a patch for this, it would be good if
>  this
> >> could go in as part of 0.9
> >>
> >> M-1288 Solr Recommender - Pat Ferrell
> >>
> >> M-1285: Any takers for this?
> >
> > Would be nice to have - in particular if someone on dev@ (not
> > necessarily a committer) wants to get started with the code base.
> > Otherwise I'd say fix for next release
> >  if time gets short.
> >
> >
> >> M-1356: Isabel's started on this, Stevo could u review this?
> >
> > We definitely can punt that for the next release or even thereafter. It
> > would be great if someone who has some knowledge of Java security
> > policies would take a look. The implication of not fixing this
> >
>  essentially is that in case someone commits test code that writes
> > outside of target or to some globally shared directory we might end up
> > having randomly failing tests due to the parallel setup again. But as
> > these will occur shortly after the commit it should be easy enough to
> > find the code change that caused the breakage.
> >
> >
> >
> >> M-1329: Support for Hadoop 2
> >
> > Is that truly feasable
> >  within a week?
> >
> >
> >> M-1366:  Stevo, Isabel ????
> >
> > This should be done as part of the release process by release manager
> > at the latest.
> >
> >
> >> M-1261:
>  Sebastian???
> >>
> >> M-1309, M-1310, M-1311, M-1316 - all related to running Mahout on
> >> Windows ??
> >
> > I'm not aware of us supporting Windows.
> >
> >
> >> M-1350 - Any takers?? (Stevo??)
> >
> > To me this looks like a broken classpath on the user side. Without a
> > patch to at least re-produce the issue I wouldn't spend too much time
> >
> > on this.
> >
> >
> > Isabel
> >
>
>
>
>
> --
> ------
> Yexi Jiang,
> ECS 251,  yjian004@cs.fiu.edu
> School of Computer and Information Science,
> Florida International University
> Homepage: http://users.cis.fiu.edu/~yjian004/
>
>
>
>


-- 
------
Yexi Jiang,
ECS 251,  yjian004@cs.fiu.edu
School of Computer and Information Science,
Florida International University
Homepage: http://users.cis.fiu.edu/~yjian004/

Re: Mahout 0.9 release

Posted by Suneel Marthi <su...@yahoo.com>.
Waiting on u to provide an updated patch based on the feedback on Reviewboard?





On Monday, December 16, 2013 4:14 PM, Yexi Jiang <ye...@gmail.com> wrote:
 
What about M-1265?



2013/12/16 Suneel Marthi <su...@yahoo.com>

Its time to freeze trunk the this week, here's the status of JIRAs:-
>
>Suneel
>----------
>M-1319 - Patch available, would appreciate if someone could review/test the patch before I commit to trunk.
>
>Pat
>-----
>M-1288 Solr Recommender
>
>Pat, I see that you have the code in ur Github repo, could u create a patch that could be merged into Mahout trunk.
>
>
>Frank
>--------
>M-1364 (Upgrade to Lucene 4.6) - Patch available.
>Grant, do u have cycles to review this patch?
>
>
>
>Gokhan
>
>----------
>
>M-1354 (Support for Hadoop 2.x) - Patch available.
>Gokhan, any updates on this.
>
>
>
>
>
>
>On Sunday, December 8, 2013 6:23 PM, Suneel Marthi <su...@yahoo.com> wrote:
>
>We need to freeze the trunk this coming week in preparation for 0.9 release, below are the pending JIRAs:-
>
>Wiki (not a show stopper for 0.9)
>
>-----
>M-1245, M-1304, M-1305, M-1307, M-1326
>
>
>Suneel
>-----------
>M-1319 (i can work on this tomorrow)
>
>M-1265 (Multi Layer Perceptron) -
>
>
>Need to be merged into trunk, the code's available for review on ReviewBoard.
>It would help if another set of eyes reviewed the test cases (Isabel, Stevo.. ?)
>
>
>Pat 
>
>--------
>M-1288 Solr Recommender
>(What's the status of this Pat, this needs to be in 0.9 Release.)
>
>Stevo
>-------
>M-1366 (this can be at time of 0.9 Release and has no impact on trunk)
>
>Frank
>--------
>M-1364 (Upgrade to Lucene 4.6) - Patch available.
>  It would be nice to have this go in 0.9
>
>The patch worked for me Frank, I agree that this needs to be reviewed by someone who's more familiar with Lucene.
>
>Gokhan
>
>----------
>
>M-1354 (Support for Hadoop 2.x) - Patch available.
>This is targeted for 1.0. The patch worked for me on Hadoop 1.2.1, it would be good if someone could try the patch on hadoop 2.x instance.
>
>Others
>----------
>M-1371 - This was reported on @user and a patch was submitted. If we don't hear from the author within this week, this can be deferred to 1.0
>
>
>
>
>
>On Tuesday, December 3, 2013 8:13 PM, Suneel Marthi <su...@yahoo.com> wrote:
>
>JIRAs Update for 0.9 release:-
>
>Wiki - Isabel, Sebastian and other volunteers
>-----------------------------------------------------
>M-1245, M-1304, M-1305, M-1307, M-1326
>
>Suneel
>-----------
>M-1319
>M-1242 (Patch available to be committed to trunk)
>
>Pat
>-------
>M-1288 Solr Recommender
>
>Yexi, Suneel
>---------------
>M-1265 - Multi Layer Perceptron
>
>Stevo, Isabel
>-----------------
>M-1366
>
>Andrew
>----------
>M-1030, M-1349
>
>Ted
>------
>M-1368 (Patch available to be committed to trunk)
>
>
>
>
>
>
>
>
>
>
>
>On Sunday, December 1, 2013 7:57 AM, Suneel Marthi <su...@yahoo.com> wrote:
>
>Open JIRAs for 0.9 release :-
>
>Wiki - Isabel, Sebastian and other volunteers
>-----------------------------------------------------
>
>M-1245, M-1304, M-1305, M-1307, M-1326
>
>Suneel
>-----------
>M-1319, M-1328
>
>Pat
>-------
>M-1288 Solr Recommender
>
>Sebastian, Peng
>--------------------
>M-1286
>
>Yexi, Suneel
>---------------
>M-1265 - Multi Layer Perceptron
>Ted, do u have cycles to review this, the patch's up on Reviewboard.
>
>Stevo, Isabel
>-----------------
>M-1366 - Please delete old releases from mirroring system
>M-1345 - Enable Randomized testing for all modules
>
>Andrew
>----------
>M-1030
>
>Open Issues (any takers for these ???)
>--------------------------------------------
>M-1242
>M-1349
>
>
>
>
>
>
>On Friday, November 29, 2013 12:07 PM, Sebastian Schelter <ss...@googlemail.com> wrote:
>
>On 29.11.2013 17:59, Suneel Marthi wrote:
>> Open JIRAs for 0.9:
>>
>> Mahout-1245, Mahout-1304, Mahout-1305, Mahout-1307, Mahout-1326 - related to Wiki updates.
>> Definitely appreciate more hands here to review/update the wiki
>>
>> M-1286 - Peng and
>>  Sebastian, no updates on this. Can this be included in 0.9?
>
>I will look into this over the weekend!
>
>
>>
>> M-1030 - Andrew Musselman
>>
>> M-1319, M-1328 -  Suneel
>>
>> M-1347 - Suneel, patch has been committed to trunk.
>>
>> M-1265 - I have been working with Yexi on this. Ted, would u have time to review this; the code's on Reviewboard.
>>
>> M-1288 - Sole Recommender, Pat Ferrel
>>
>> M-1345: Isabel, Frank. I think we are good on this patch. Isabel, could u commit this to trunk?
>>
>> M-1312: Stevo, could u look at this?
>>
>> M-1349: Any takers for this??
>>
>> Others: Spectral Kmeans clustering documentation (Shannon)
>>
>>
>>
>>
>> On Thursday,
> November 28, 2013 10:38 AM, Suneel Marthi <su...@yahoo.com> wrote:
>> 
>> Adding Mahout-1349 to the list of JIRAs .
>>
>>
>>
>>
>>
>> On Thursday, November 28, 2013 10:37 AM, Suneel Marthi <su...@yahoo.com> wrote:
>> 
>> Update on Open JIRAs for 0.9:
>>
>> Mahout-1245, Mahout-1304, Mahout-1305, Mahout-1307, Mahout-1326 - all related to Wiki updates, please see Isabel's updates.
>>
>>
>M-1286 - Peng and
>>  Sebastian, we had
> talked about this during the last hangout. Can this be included in 0.9?
>>
>> M-1030- Andrew Musselman, its critical that we get this into 0.9, its been deferred for last 2 Mahout releases.
>>
>> M-1319, M-1328, M-1347, M-1350 - Suneel
>>
>>
>> M-1265 - Multi Layer Perceptron, Yexi please look at my comments on Reviewboard.
>>
>> M-1273 - Kun Yung, Ted, defer this to next release ???
>>
>>
>>
>> M-1312, M-1256 - Stevo, could u take one of them
>>
>>
>> On Thursday, November 28, 2013 5:01 AM, Isabel Drost-Fromm <is...@apache.org> wrote:
>>
>> On Wed, 27 Nov 2013 14:23:11 -0800
>>  (PST)
>> Suneel Marthi <su...@yahoo.com> wrote:
>>> Below are the Open issues for 0.9:-
>>
>> This looks like we should be targeting Dec. 9th as code freeze to me.
>> What do you all think?
>>
>>
>>> Mahout-1245, Mahout-1304, Mahout-1305, Mahout-1307, Mahout-1326 - All
>>> related to Wiki updates, missing Wiki documentation and Wiki
>>> migration to new CMS.  Isabel's working on M-1245 (migrating to new
>>> CMS). Could some of the others be consolidated with
>that?
>>
>> I believe MAHOUT-1245
> essentially is ready to be published - all I want
>> before notifying INFRA to
>> switch to the new cms based site is one other
>> person to take at least a brief look.
>>
>> For MAHOUT-1304 - Sebastian, can you please check that the cms based
>> site actually does fit on 1280px? We can close this issue then.
>>
>> MAHOUT-1305 - I think this should be turned into a task to actually
>> delete most of the pages that have been migrated to the new CMS (almost
>> all of them). Once 1245 is shipped, it would be great if a few more
>> people could lend a hand in getting this done.
>>
>> MAHOUT-1307 - Can be closed once switched to CMS
>>
>> MAHOUT-1326 - This really relates to the old
> Confluence export plugin
>> we once have been using to generate static pages out of our wiki that
>> is no longer active. Unless anyone on the Mahout dev list
>> knows how to
>> fully
>>  delete all exported static pages we should file an issue with
>> INFRA to ask for help getting those deleted. They definitely are
>> confusing to users.
>>
>>
>>
>>> M-1286 - Peng and ssc, we had talked about this during the last
>>> hangout. Can this be included in 0.9?
>>>
>>> M-1030 - Andrew Musselman? Any updates on this, its important that we
>>> fix this for 0.9
>>>
>>> M-1319, M-1328,
>>>   M-1347,
> M-1364 - Suneel
>>>
>>> M-1273 - Kun Yung, remember talking about this in one of the earlier
>>> hangouts; can't recall what was decided?
>>>
>>> M-1312, M-1256 - Dan Filimon (or Stevo??)
>>>
>>> M-996  someone could pick
>>  this up (if its still relevant with present
>>> codebase i.e.)
>>
>> I think this can move to the next release - according to the
>> contributor and Sebastian the patch is rather hacky and there for
>> illustration purposes only. I'd rather see some more thought go into
>> that instead of pushing to have this in 0.9.
>>
>>
>>> M-1265 Yexi had submitted a patch for this, it would be good if
> this
>>> could go in as part of 0.9 
>>>
>>> M-1288 Solr Recommender - Pat Ferrell
>>>
>>> M-1285: Any takers for this?
>>
>> Would be nice to have - in particular if someone on dev@ (not
>> necessarily a committer) wants to get started with the code base.
>> Otherwise I'd say fix for next release
>>  if time gets short.
>>
>>
>>> M-1356: Isabel's started on this, Stevo could u review this?
>>
>> We definitely can punt that for the next release or even thereafter. It
>> would be great if someone who has some knowledge of Java security
>> policies would take a look. The implication of not fixing this
>>
> essentially is that in case someone commits test code that writes
>> outside of target or to some globally shared directory we might end up
>> having randomly failing tests due to the parallel setup again. But as
>> these will occur shortly after the commit it should be easy enough to
>> find the code change that caused the breakage.
>>
>>
>>
>>> M-1329: Support for Hadoop 2
>>
>> Is that truly feasable
>>  within a week?
>>
>>
>>> M-1366:  Stevo, Isabel ????
>>
>> This should be done as part of the release process by release manager
>> at the latest.
>>
>>
>>> M-1261:
> Sebastian???
>>>
>>> M-1309, M-1310, M-1311, M-1316 - all related to running Mahout on
>>> Windows ??
>>
>> I'm not aware of us supporting Windows.
>>
>>
>>> M-1350 - Any takers?? (Stevo??)
>>
>> To me this looks like a broken classpath on the user side. Without a
>> patch to at least re-produce the issue I wouldn't spend too much time
>>
>> on this.
>>
>>
>> Isabel
>>


-- 
------
Yexi Jiang,
ECS 251,  yjian004@cs.fiu.edu
School of Computer and Information Science,
Florida International University
Homepage: http://users.cis.fiu.edu/~yjian004/

Re: Mahout 0.9 release

Posted by Yexi Jiang <ye...@gmail.com>.
What about M-1265?


2013/12/16 Suneel Marthi <su...@yahoo.com>

> Its time to freeze trunk the this week, here's the status of JIRAs:-
>
> Suneel
> ----------
> M-1319 - Patch available, would appreciate if someone could review/test
> the patch before I commit to trunk.
>
> Pat
> -----
> M-1288 Solr Recommender
>
> Pat, I see that you have the code in ur Github repo, could u create a
> patch that could be merged into Mahout trunk.
>
> Frank
> --------
> M-1364 (Upgrade to Lucene 4.6) - Patch available.
> Grant, do u have cycles to review this patch?
>
>
> Gokhan
>
> ----------
>
> M-1354 (Support for Hadoop 2.x) - Patch available.
> Gokhan, any updates on this.
>
>
>
>
>
> On Sunday, December 8, 2013 6:23 PM, Suneel Marthi <
> suneel_marthi@yahoo.com> wrote:
>
> We need to freeze the trunk this coming week in preparation for 0.9
> release, below are the pending JIRAs:-
>
> Wiki (not a show stopper for 0.9)
>
> -----
> M-1245, M-1304, M-1305, M-1307, M-1326
>
>
> Suneel
> -----------
> M-1319 (i can work on this tomorrow)
>
> M-1265 (Multi Layer Perceptron) -
>
>
> Need to be merged into trunk, the code's available for review on
> ReviewBoard.
> It would help if another set of eyes reviewed the test cases (Isabel,
> Stevo.. ?)
>
>
> Pat
>
> --------
> M-1288 Solr Recommender
> (What's the status of this Pat, this needs to be in 0.9 Release.)
>
> Stevo
> -------
> M-1366 (this can be at time of 0.9 Release and has no impact on trunk)
>
> Frank
> --------
> M-1364 (Upgrade to Lucene 4.6) - Patch available.
>   It would be nice to have this go in 0.9
>
> The patch worked for me Frank, I agree that this needs to be reviewed by
> someone who's more familiar with Lucene.
>
> Gokhan
>
> ----------
>
> M-1354 (Support for Hadoop 2.x) - Patch available.
> This is targeted for 1.0. The patch worked for me on Hadoop 1.2.1, it
> would be good if someone could try the patch on hadoop 2.x instance.
>
> Others
> ----------
> M-1371 - This was reported on @user and a patch was submitted. If we don't
> hear from the author within this week, this can be deferred to 1.0
>
>
>
>
>
> On Tuesday, December 3, 2013 8:13 PM, Suneel Marthi <
> suneel_marthi@yahoo.com> wrote:
>
> JIRAs Update for 0.9 release:-
>
> Wiki - Isabel, Sebastian and other volunteers
> -----------------------------------------------------
> M-1245, M-1304, M-1305, M-1307, M-1326
>
> Suneel
> -----------
> M-1319
> M-1242 (Patch available to be committed to trunk)
>
> Pat
> -------
> M-1288 Solr Recommender
>
> Yexi, Suneel
> ---------------
> M-1265 - Multi Layer Perceptron
>
> Stevo, Isabel
> -----------------
> M-1366
>
> Andrew
> ----------
> M-1030, M-1349
>
> Ted
> ------
> M-1368 (Patch available to be committed to trunk)
>
>
>
>
>
>
>
>
>
>
>
> On Sunday, December 1, 2013 7:57 AM, Suneel Marthi <
> suneel_marthi@yahoo.com> wrote:
>
> Open JIRAs for 0.9 release :-
>
> Wiki - Isabel, Sebastian and other volunteers
> -----------------------------------------------------
>
> M-1245, M-1304, M-1305, M-1307, M-1326
>
> Suneel
> -----------
> M-1319, M-1328
>
> Pat
> -------
> M-1288 Solr Recommender
>
> Sebastian, Peng
> --------------------
> M-1286
>
> Yexi, Suneel
> ---------------
> M-1265 - Multi Layer Perceptron
> Ted, do u have cycles to review this, the patch's up on Reviewboard.
>
> Stevo, Isabel
> -----------------
> M-1366 - Please delete old releases from mirroring system
> M-1345 - Enable Randomized testing for all modules
>
> Andrew
> ----------
> M-1030
>
> Open Issues (any takers for these ???)
> --------------------------------------------
> M-1242
> M-1349
>
>
>
>
>
>
> On Friday, November 29, 2013 12:07 PM, Sebastian Schelter <
> ssc.open@googlemail.com> wrote:
>
> On 29.11.2013 17:59, Suneel Marthi wrote:
> > Open JIRAs for 0.9:
> >
> > Mahout-1245, Mahout-1304, Mahout-1305, Mahout-1307, Mahout-1326 -
> related to Wiki updates.
> > Definitely appreciate more hands here to review/update the wiki
> >
> > M-1286 - Peng and
> >  Sebastian, no updates on this. Can this be included in 0.9?
>
> I will look into this over the weekend!
>
>
> >
> > M-1030 - Andrew Musselman
> >
> > M-1319, M-1328 -  Suneel
> >
> > M-1347 - Suneel, patch has been committed to trunk.
> >
> > M-1265 - I have been working with Yexi on this. Ted, would u have time
> to review this; the code's on Reviewboard.
> >
> > M-1288 - Sole Recommender, Pat Ferrel
> >
> > M-1345: Isabel, Frank. I think we are good on this patch. Isabel, could
> u commit this to trunk?
> >
> > M-1312: Stevo, could u look at this?
> >
> > M-1349: Any takers for this??
> >
> > Others: Spectral Kmeans clustering documentation (Shannon)
> >
> >
> >
> >
> > On Thursday,
>  November 28, 2013 10:38 AM, Suneel Marthi <su...@yahoo.com>
> wrote:
> >
> > Adding Mahout-1349 to the list of JIRAs .
> >
> >
> >
> >
> >
> > On Thursday, November 28, 2013 10:37 AM, Suneel Marthi <
> suneel_marthi@yahoo.com> wrote:
> >
> > Update on Open JIRAs for 0.9:
> >
> > Mahout-1245, Mahout-1304, Mahout-1305, Mahout-1307, Mahout-1326 - all
> related to Wiki updates, please see Isabel's updates.
> >
> >
> M-1286 - Peng and
> >  Sebastian, we had
>  talked about this during the last hangout. Can this be included in 0.9?
> >
> > M-1030- Andrew Musselman, its critical that we get this into 0.9, its
> been deferred for last 2 Mahout releases.
> >
> > M-1319, M-1328, M-1347, M-1350 - Suneel
> >
> >
> > M-1265 - Multi Layer Perceptron, Yexi please look at my comments on
> Reviewboard.
> >
> > M-1273 - Kun Yung, Ted, defer this to next release ???
> >
> >
> >
> > M-1312, M-1256 - Stevo, could u take one of them
> >
> >
> > On Thursday, November 28, 2013 5:01 AM, Isabel Drost-Fromm <
> isabel@apache.org> wrote:
> >
> > On Wed, 27 Nov 2013 14:23:11 -0800
> >  (PST)
> > Suneel Marthi <su...@yahoo.com> wrote:
> >> Below are the Open issues for 0.9:-
> >
> > This looks like we should be targeting Dec. 9th as code freeze to me.
> > What do you all think?
> >
> >
> >> Mahout-1245, Mahout-1304, Mahout-1305, Mahout-1307, Mahout-1326 - All
> >> related to Wiki updates, missing Wiki documentation and Wiki
> >> migration to new CMS.  Isabel's working on M-1245 (migrating to new
> >> CMS). Could some of the others be consolidated with
> that?
> >
> > I believe MAHOUT-1245
>  essentially is ready to be published - all I want
> > before notifying INFRA to
> > switch to the new cms based site is one other
> > person to take at least a brief look.
> >
> > For MAHOUT-1304 - Sebastian, can you please check that the cms based
> > site actually does fit on 1280px? We can close this issue then.
> >
> > MAHOUT-1305 - I think this should be turned into a task to actually
> > delete most of the pages that have been migrated to the new CMS (almost
> > all of them). Once 1245 is shipped, it would be great if a few more
> > people could lend a hand in getting this done.
> >
> > MAHOUT-1307 - Can be closed once switched to CMS
> >
> > MAHOUT-1326 - This really relates to the old
>  Confluence export plugin
> > we once have been using to generate static pages out of our wiki that
> > is no longer active. Unless anyone on the Mahout dev list
> > knows how to
> > fully
> >  delete all exported static pages we should file an issue with
> > INFRA to ask for help getting those deleted. They definitely are
> > confusing to users.
> >
> >
> >
> >> M-1286 - Peng and ssc, we had talked about this during the last
> >> hangout. Can this be included in 0.9?
> >>
> >> M-1030 - Andrew Musselman? Any updates on this, its important that we
> >> fix this for 0.9
> >>
> >> M-1319, M-1328,
> >>   M-1347,
>  M-1364 - Suneel
> >>
> >> M-1273 - Kun Yung, remember talking about this in one of the earlier
> >> hangouts; can't recall what was decided?
> >>
> >> M-1312, M-1256 - Dan Filimon (or Stevo??)
> >>
> >> M-996  someone could pick
> >  this up (if its still relevant with present
> >> codebase i.e.)
> >
> > I think this can move to the next release - according to the
> > contributor and Sebastian the patch is rather hacky and there for
> > illustration purposes only. I'd rather see some more thought go into
> > that instead of pushing to have this in 0.9.
> >
> >
> >> M-1265 Yexi had submitted a patch for this, it would be good if
>  this
> >> could go in as part of 0.9
> >>
> >> M-1288 Solr Recommender - Pat Ferrell
> >>
> >> M-1285: Any takers for this?
> >
> > Would be nice to have - in particular if someone on dev@ (not
> > necessarily a committer) wants to get started with the code base.
> > Otherwise I'd say fix for next release
> >  if time gets short.
> >
> >
> >> M-1356: Isabel's started on this, Stevo could u review this?
> >
> > We definitely can punt that for the next release or even thereafter. It
> > would be great if someone who has some knowledge of Java security
> > policies would take a look. The implication of not fixing this
> >
>  essentially is that in case someone commits test code that writes
> > outside of target or to some globally shared directory we might end up
> > having randomly failing tests due to the parallel setup again. But as
> > these will occur shortly after the commit it should be easy enough to
> > find the code change that caused the breakage.
> >
> >
> >
> >> M-1329: Support for Hadoop 2
> >
> > Is that truly feasable
> >  within a week?
> >
> >
> >> M-1366:  Stevo, Isabel ????
> >
> > This should be done as part of the release process by release manager
> > at the latest.
> >
> >
> >> M-1261:
>  Sebastian???
> >>
> >> M-1309, M-1310, M-1311, M-1316 - all related to running Mahout on
> >> Windows ??
> >
> > I'm not aware of us supporting Windows.
> >
> >
> >> M-1350 - Any takers?? (Stevo??)
> >
> > To me this looks like a broken classpath on the user side. Without a
> > patch to at least re-produce the issue I wouldn't spend too much time
> >
> > on this.
> >
> >
> > Isabel
> >
>



-- 
------
Yexi Jiang,
ECS 251,  yjian004@cs.fiu.edu
School of Computer and Information Science,
Florida International University
Homepage: http://users.cis.fiu.edu/~yjian004/

Re: Mahout 0.9 release

Posted by Gokhan Capan <gk...@gmail.com>.
+1 for 1.0.

This is more challenging than expected (the old hadoop 0.23 profile
support is misleading)

Sent from my iPhone

> On Dec 19, 2013, at 19:48, Andrew Musselman <an...@gmail.com> wrote:
>
> +1
>
>
> On Thu, Dec 19, 2013 at 9:20 AM, Suneel Marthi <su...@yahoo.com>wrote:
>
>> +1
>>
>> Sent from my iPhone
>>
>>>> On Dec 19, 2013, at 12:17 PM, Frank Scholten <fr...@frankscholten.nl>
>>> wrote:
>>>
>>> I am looking at M-1329 (Support for Hadoop 2.x) as we speak. This change
>>> requires quite some testing and I prefer to push this to 1.0. I am
>> thinking
>>> of creating a unit test that starts miniclusters for each versions and
>> runs
>>> a job in them.
>>>
>>>
>>>
>>>
>>> On Thu, Dec 19, 2013 at 12:28 AM, Suneel Marthi <suneel_marthi@yahoo.com
>>> wrote:
>>>
>>>> There's M-1329 that covers this. Hopefully it should make it for 0.9
>>>>
>>>> Sent from my iPhone
>>>>
>>>>>> On Dec 18, 2013, at 6:20 PM, Isabel Drost-Fromm <is...@apache.org>
>>>>> wrote:
>>>>>
>>>>> On Mon, 16 Dec 2013 23:16:36 +0200
>>>>> Gokhan Capan <gk...@gmail.com> wrote:
>>>>>
>>>>>>> M-1354 (Support for Hadoop 2.x) - Patch available.
>>>>>>> Gokhan, any updates on this.
>>>>>>
>>>>>> Nope, still couldn't make it work.
>>>>>
>>>>>
>>>>> Should we push that for 1.0 then (if this is shortly before completion
>>>>> and there's too much in 1.0 to push for a release early next year, I'd
>>>>> also be happy to have a smaller release between now and Berlin
>>>>> Buzzwords that includes the fix...).
>>>>>
>>>>> Isabel
>>

Re: Mahout 0.9 release

Posted by Andrew Musselman <an...@gmail.com>.
+1


On Thu, Dec 19, 2013 at 9:20 AM, Suneel Marthi <su...@yahoo.com>wrote:

> +1
>
> Sent from my iPhone
>
> > On Dec 19, 2013, at 12:17 PM, Frank Scholten <fr...@frankscholten.nl>
> wrote:
> >
> > I am looking at M-1329 (Support for Hadoop 2.x) as we speak. This change
> > requires quite some testing and I prefer to push this to 1.0. I am
> thinking
> > of creating a unit test that starts miniclusters for each versions and
> runs
> > a job in them.
> >
> >
> >
> >
> > On Thu, Dec 19, 2013 at 12:28 AM, Suneel Marthi <suneel_marthi@yahoo.com
> >wrote:
> >
> >> There's M-1329 that covers this. Hopefully it should make it for 0.9
> >>
> >> Sent from my iPhone
> >>
> >>>> On Dec 18, 2013, at 6:20 PM, Isabel Drost-Fromm <is...@apache.org>
> >>> wrote:
> >>>
> >>> On Mon, 16 Dec 2013 23:16:36 +0200
> >>> Gokhan Capan <gk...@gmail.com> wrote:
> >>>
> >>>>> M-1354 (Support for Hadoop 2.x) - Patch available.
> >>>>> Gokhan, any updates on this.
> >>>>
> >>>> Nope, still couldn't make it work.
> >>>
> >>>
> >>> Should we push that for 1.0 then (if this is shortly before completion
> >>> and there's too much in 1.0 to push for a release early next year, I'd
> >>> also be happy to have a smaller release between now and Berlin
> >>> Buzzwords that includes the fix...).
> >>>
> >>> Isabel
> >>
>

Re: Mahout 0.9 release

Posted by Suneel Marthi <su...@yahoo.com>.
+1

Sent from my iPhone

> On Dec 19, 2013, at 12:17 PM, Frank Scholten <fr...@frankscholten.nl> wrote:
> 
> I am looking at M-1329 (Support for Hadoop 2.x) as we speak. This change
> requires quite some testing and I prefer to push this to 1.0. I am thinking
> of creating a unit test that starts miniclusters for each versions and runs
> a job in them.
> 
> 
> 
> 
> On Thu, Dec 19, 2013 at 12:28 AM, Suneel Marthi <su...@yahoo.com>wrote:
> 
>> There's M-1329 that covers this. Hopefully it should make it for 0.9
>> 
>> Sent from my iPhone
>> 
>>>> On Dec 18, 2013, at 6:20 PM, Isabel Drost-Fromm <is...@apache.org>
>>> wrote:
>>> 
>>> On Mon, 16 Dec 2013 23:16:36 +0200
>>> Gokhan Capan <gk...@gmail.com> wrote:
>>> 
>>>>> M-1354 (Support for Hadoop 2.x) - Patch available.
>>>>> Gokhan, any updates on this.
>>>> 
>>>> Nope, still couldn't make it work.
>>> 
>>> 
>>> Should we push that for 1.0 then (if this is shortly before completion
>>> and there's too much in 1.0 to push for a release early next year, I'd
>>> also be happy to have a smaller release between now and Berlin
>>> Buzzwords that includes the fix...).
>>> 
>>> Isabel
>> 

Re: Mahout 0.9 release

Posted by Frank Scholten <fr...@frankscholten.nl>.
I am looking at M-1329 (Support for Hadoop 2.x) as we speak. This change
requires quite some testing and I prefer to push this to 1.0. I am thinking
of creating a unit test that starts miniclusters for each versions and runs
a job in them.




On Thu, Dec 19, 2013 at 12:28 AM, Suneel Marthi <su...@yahoo.com>wrote:

> There's M-1329 that covers this. Hopefully it should make it for 0.9
>
> Sent from my iPhone
>
> > On Dec 18, 2013, at 6:20 PM, Isabel Drost-Fromm <is...@apache.org>
> wrote:
> >
> > On Mon, 16 Dec 2013 23:16:36 +0200
> > Gokhan Capan <gk...@gmail.com> wrote:
> >
> >>> M-1354 (Support for Hadoop 2.x) - Patch available.
> >>> Gokhan, any updates on this.
> >>
> >> Nope, still couldn't make it work.
> >
> >
> > Should we push that for 1.0 then (if this is shortly before completion
> > and there's too much in 1.0 to push for a release early next year, I'd
> > also be happy to have a smaller release between now and Berlin
> > Buzzwords that includes the fix...).
> >
> > Isabel
>

Re: Mahout 0.9 release

Posted by Suneel Marthi <su...@yahoo.com>.
There's M-1329 that covers this. Hopefully it should make it for 0.9

Sent from my iPhone

> On Dec 18, 2013, at 6:20 PM, Isabel Drost-Fromm <is...@apache.org> wrote:
> 
> On Mon, 16 Dec 2013 23:16:36 +0200
> Gokhan Capan <gk...@gmail.com> wrote:
> 
>>> M-1354 (Support for Hadoop 2.x) - Patch available.
>>> Gokhan, any updates on this.
>> 
>> Nope, still couldn't make it work.
> 
> 
> Should we push that for 1.0 then (if this is shortly before completion
> and there's too much in 1.0 to push for a release early next year, I'd
> also be happy to have a smaller release between now and Berlin
> Buzzwords that includes the fix...).
> 
> Isabel

Re: Mahout 0.9 release

Posted by Isabel Drost-Fromm <is...@apache.org>.
On Mon, 16 Dec 2013 23:16:36 +0200
Gokhan Capan <gk...@gmail.com> wrote:

> > M-1354 (Support for Hadoop 2.x) - Patch available.
> > Gokhan, any updates on this.
> >
> 
> Nope, still couldn't make it work.


Should we push that for 1.0 then (if this is shortly before completion
and there's too much in 1.0 to push for a release early next year, I'd
also be happy to have a smaller release between now and Berlin
Buzzwords that includes the fix...).

Isabel

Re: Mahout 0.9 release

Posted by Gokhan Capan <gk...@gmail.com>.
Gokhan


On Mon, Dec 16, 2013 at 11:08 PM, Suneel Marthi <su...@yahoo.com>wrote:

> Its time to freeze trunk the this week, here's the status of JIRAs:-
>
> Suneel
> ----------
> M-1319 - Patch available, would appreciate if someone could review/test
> the patch before I commit to trunk.
>
> Pat
> -----
> M-1288 Solr Recommender
>
> Pat, I see that you have the code in ur Github repo, could u create a
> patch that could be merged into Mahout trunk.
>
> Frank
> --------
> M-1364 (Upgrade to Lucene 4.6) - Patch available.
> Grant, do u have cycles to review this patch?
>
>
> Gokhan
>
> ----------
>
> M-1354 (Support for Hadoop 2.x) - Patch available.
> Gokhan, any updates on this.
>

Nope, still couldn't make it work.

>

>
>
>
>
>
> On Sunday, December 8, 2013 6:23 PM, Suneel Marthi <
> suneel_marthi@yahoo.com> wrote:
>
> We need to freeze the trunk this coming week in preparation for 0.9
> release, below are the pending JIRAs:-
>
> Wiki (not a show stopper for 0.9)
>
> -----
> M-1245, M-1304, M-1305, M-1307, M-1326
>
>
> Suneel
> -----------
> M-1319 (i can work on this tomorrow)
>
> M-1265 (Multi Layer Perceptron) -
>
>
> Need to be merged into trunk, the code's available for review on
> ReviewBoard.
> It would help if another set of eyes reviewed the test cases (Isabel,
> Stevo.. ?)
>
>
> Pat
>
> --------
> M-1288 Solr Recommender
> (What's the status of this Pat, this needs to be in 0.9 Release.)
>
> Stevo
> -------
> M-1366 (this can be at time of 0.9 Release and has no impact on trunk)
>
> Frank
> --------
> M-1364 (Upgrade to Lucene 4.6) - Patch available.
>   It would be nice to have this go in 0.9
>
> The patch worked for me Frank, I agree that this needs to be reviewed by
> someone who's more familiar with Lucene.
>
> Gokhan
>
> ----------
>
> M-1354 (Support for Hadoop 2.x) - Patch available.
> This is targeted for 1.0. The patch worked for me on Hadoop 1.2.1, it
> would be good if someone could try the patch on hadoop 2.x instance.
>

> Others
> ----------
> M-1371 - This was reported on @user and a patch was submitted. If we don't
> hear from the author within this week, this can be deferred to 1.0
>
>
>
>
>
> On Tuesday, December 3, 2013 8:13 PM, Suneel Marthi <
> suneel_marthi@yahoo.com> wrote:
>
> JIRAs Update for 0.9 release:-
>
> Wiki - Isabel, Sebastian and other volunteers
> -----------------------------------------------------
> M-1245, M-1304, M-1305, M-1307, M-1326
>
> Suneel
> -----------
> M-1319
> M-1242 (Patch available to be committed to trunk)
>
> Pat
> -------
> M-1288 Solr Recommender
>
> Yexi, Suneel
> ---------------
> M-1265 - Multi Layer Perceptron
>
> Stevo, Isabel
> -----------------
> M-1366
>
> Andrew
> ----------
> M-1030, M-1349
>
> Ted
> ------
> M-1368 (Patch available to be committed to trunk)
>
>
>
>
>
>
>
>
>
>
>
> On Sunday, December 1, 2013 7:57 AM, Suneel Marthi <
> suneel_marthi@yahoo.com> wrote:
>
> Open JIRAs for 0.9 release :-
>
> Wiki - Isabel, Sebastian and other volunteers
> -----------------------------------------------------
>
> M-1245, M-1304, M-1305, M-1307, M-1326
>
> Suneel
> -----------
> M-1319, M-1328
>
> Pat
> -------
> M-1288 Solr Recommender
>
> Sebastian, Peng
> --------------------
> M-1286
>
> Yexi, Suneel
> ---------------
> M-1265 - Multi Layer Perceptron
> Ted, do u have cycles to review this, the patch's up on Reviewboard.
>
> Stevo, Isabel
> -----------------
> M-1366 - Please delete old releases from mirroring system
> M-1345 - Enable Randomized testing for all modules
>
> Andrew
> ----------
> M-1030
>
> Open Issues (any takers for these ???)
> --------------------------------------------
> M-1242
> M-1349
>
>
>
>
>
>
> On Friday, November 29, 2013 12:07 PM, Sebastian Schelter <
> ssc.open@googlemail.com> wrote:
>
> On 29.11.2013 17:59, Suneel Marthi wrote:
> > Open JIRAs for 0.9:
> >
> > Mahout-1245, Mahout-1304, Mahout-1305, Mahout-1307, Mahout-1326 -
> related to Wiki updates.
> > Definitely appreciate more hands here to review/update the wiki
> >
> > M-1286 - Peng and
> >  Sebastian, no updates on this. Can this be included in 0.9?
>
> I will look into this over the weekend!
>
>
> >
> > M-1030 - Andrew Musselman
> >
> > M-1319, M-1328 -  Suneel
> >
> > M-1347 - Suneel, patch has been committed to trunk.
> >
> > M-1265 - I have been working with Yexi on this. Ted, would u have time
> to review this; the code's on Reviewboard.
> >
> > M-1288 - Sole Recommender, Pat Ferrel
> >
> > M-1345: Isabel, Frank. I think we are good on this patch. Isabel, could
> u commit this to trunk?
> >
> > M-1312: Stevo, could u look at this?
> >
> > M-1349: Any takers for this??
> >
> > Others: Spectral Kmeans clustering documentation (Shannon)
> >
> >
> >
> >
> > On Thursday,
>  November 28, 2013 10:38 AM, Suneel Marthi <su...@yahoo.com>
> wrote:
> >
> > Adding Mahout-1349 to the list of JIRAs .
> >
> >
> >
> >
> >
> > On Thursday, November 28, 2013 10:37 AM, Suneel Marthi <
> suneel_marthi@yahoo.com> wrote:
> >
> > Update on Open JIRAs for 0.9:
> >
> > Mahout-1245, Mahout-1304, Mahout-1305, Mahout-1307, Mahout-1326 - all
> related to Wiki updates, please see Isabel's updates.
> >
> >
> M-1286 - Peng and
> >  Sebastian, we had
>  talked about this during the last hangout. Can this be included in 0.9?
> >
> > M-1030- Andrew Musselman, its critical that we get this into 0.9, its
> been deferred for last 2 Mahout releases.
> >
> > M-1319, M-1328, M-1347, M-1350 - Suneel
> >
> >
> > M-1265 - Multi Layer Perceptron, Yexi please look at my comments on
> Reviewboard.
> >
> > M-1273 - Kun Yung, Ted, defer this to next release ???
> >
> >
> >
> > M-1312, M-1256 - Stevo, could u take one of them
> >
> >
> > On Thursday, November 28, 2013 5:01 AM, Isabel Drost-Fromm <
> isabel@apache.org> wrote:
> >
> > On Wed, 27 Nov 2013 14:23:11 -0800
> >  (PST)
> > Suneel Marthi <su...@yahoo.com> wrote:
> >> Below are the Open issues for 0.9:-
> >
> > This looks like we should be targeting Dec. 9th as code freeze to me.
> > What do you all think?
> >
> >
> >> Mahout-1245, Mahout-1304, Mahout-1305, Mahout-1307, Mahout-1326 - All
> >> related to Wiki updates, missing Wiki documentation and Wiki
> >> migration to new CMS.  Isabel's working on M-1245 (migrating to new
> >> CMS). Could some of the others be consolidated with
> that?
> >
> > I believe MAHOUT-1245
>  essentially is ready to be published - all I want
> > before notifying INFRA to
> > switch to the new cms based site is one other
> > person to take at least a brief look.
> >
> > For MAHOUT-1304 - Sebastian, can you please check that the cms based
> > site actually does fit on 1280px? We can close this issue then.
> >
> > MAHOUT-1305 - I think this should be turned into a task to actually
> > delete most of the pages that have been migrated to the new CMS (almost
> > all of them). Once 1245 is shipped, it would be great if a few more
> > people could lend a hand in getting this done.
> >
> > MAHOUT-1307 - Can be closed once switched to CMS
> >
> > MAHOUT-1326 - This really relates to the old
>  Confluence export plugin
> > we once have been using to generate static pages out of our wiki that
> > is no longer active. Unless anyone on the Mahout dev list
> > knows how to
> > fully
> >  delete all exported static pages we should file an issue with
> > INFRA to ask for help getting those deleted. They definitely are
> > confusing to users.
> >
> >
> >
> >> M-1286 - Peng and ssc, we had talked about this during the last
> >> hangout. Can this be included in 0.9?
> >>
> >> M-1030 - Andrew Musselman? Any updates on this, its important that we
> >> fix this for 0.9
> >>
> >> M-1319, M-1328,
> >>   M-1347,
>  M-1364 - Suneel
> >>
> >> M-1273 - Kun Yung, remember talking about this in one of the earlier
> >> hangouts; can't recall what was decided?
> >>
> >> M-1312, M-1256 - Dan Filimon (or Stevo??)
> >>
> >> M-996  someone could pick
> >  this up (if its still relevant with present
> >> codebase i.e.)
> >
> > I think this can move to the next release - according to the
> > contributor and Sebastian the patch is rather hacky and there for
> > illustration purposes only. I'd rather see some more thought go into
> > that instead of pushing to have this in 0.9.
> >
> >
> >> M-1265 Yexi had submitted a patch for this, it would be good if
>  this
> >> could go in as part of 0.9
> >>
> >> M-1288 Solr Recommender - Pat Ferrell
> >>
> >> M-1285: Any takers for this?
> >
> > Would be nice to have - in particular if someone on dev@ (not
> > necessarily a committer) wants to get started with the code base.
> > Otherwise I'd say fix for next release
> >  if time gets short.
> >
> >
> >> M-1356: Isabel's started on this, Stevo could u review this?
> >
> > We definitely can punt that for the next release or even thereafter. It
> > would be great if someone who has some knowledge of Java security
> > policies would take a look. The implication of not fixing this
> >
>  essentially is that in case someone commits test code that writes
> > outside of target or to some globally shared directory we might end up
> > having randomly failing tests due to the parallel setup again. But as
> > these will occur shortly after the commit it should be easy enough to
> > find the code change that caused the breakage.
> >
> >
> >
> >> M-1329: Support for Hadoop 2
> >
> > Is that truly feasable
> >  within a week?
> >
> >
> >> M-1366:  Stevo, Isabel ????
> >
> > This should be done as part of the release process by release manager
> > at the latest.
> >
> >
> >> M-1261:
>  Sebastian???
> >>
> >> M-1309, M-1310, M-1311, M-1316 - all related to running Mahout on
> >> Windows ??
> >
> > I'm not aware of us supporting Windows.
> >
> >
> >> M-1350 - Any takers?? (Stevo??)
> >
> > To me this looks like a broken classpath on the user side. Without a
> > patch to at least re-produce the issue I wouldn't spend too much time
> >
> > on this.
> >
> >
> > Isabel
> >
>

Re: Mahout 0.9 release

Posted by Suneel Marthi <su...@yahoo.com>.
Update on pending JIRAs:-

M-1319 - Patch available, looking for someone to review and test the same before I commit this to trunk.

M-1288 - Solr Recommender  -  Pat, can this be pushed to 1.0?

M-1265 - Multilayer Perceptron - Patch has gone through several reviews, will be committing this to trunk sometime this week.

M-1329 - Support for Hadoop 2 - Need a revised patch from the author.




On Monday, December 16, 2013 4:08 PM, Suneel Marthi <su...@yahoo.com> wrote:
 
Its time to freeze trunk the this week, here's the status of JIRAs:-

Suneel
----------
M-1319 - Patch available, would appreciate if someone could review/test the patch before I commit to trunk.

Pat
-----
M-1288 Solr Recommender

Pat, I see that you have the code in ur Github repo, could u create a patch that could be merged into Mahout trunk.

Frank
--------
M-1364 (Upgrade to Lucene 4.6) - Patch available.
Grant, do u have cycles to review this patch?


Gokhan 

----------

M-1354 (Support for Hadoop 2.x) - Patch available. 
Gokhan, any updates on this.






On Sunday, December 8, 2013 6:23 PM, Suneel Marthi <su...@yahoo.com> wrote:

We need to freeze the trunk this coming week in preparation for 0.9 release, below are the pending JIRAs:-

Wiki (not a show stopper for 0.9)

-----
M-1245, M-1304, M-1305, M-1307, M-1326


Suneel
-----------
M-1319 (i can work on this tomorrow)

M-1265 (Multi Layer Perceptron) - 


Need to be merged into trunk, the code's available for review on ReviewBoard.
It would help if another set of eyes reviewed the test cases (Isabel, Stevo.. ?)


Pat  

--------
M-1288 Solr Recommender
(What's the status of this Pat, this needs to be in 0.9 Release.)

Stevo
-------
M-1366 (this can be at time of 0.9 Release and has no impact on trunk)

Frank
--------
M-1364 (Upgrade to Lucene 4.6) - Patch available.
  It would be nice to have this go in 0.9

The patch worked for me Frank, I agree that this needs to be reviewed by someone who's more familiar with Lucene.

Gokhan 

----------

M-1354 (Support for Hadoop 2.x) - Patch available. 
This is targeted for 1.0. The patch worked for me on Hadoop 1.2.1, it would be good if someone could try the patch on hadoop 2.x instance.

Others
----------
M-1371 - This was reported on @user and a patch was submitted. If we don't hear from the author within this week, this can be deferred to 1.0





On Tuesday, December 3, 2013 8:13 PM, Suneel Marthi <su...@yahoo.com> wrote:

JIRAs Update for 0.9 release:-

Wiki - Isabel, Sebastian and other volunteers
-----------------------------------------------------
M-1245, M-1304, M-1305, M-1307, M-1326

Suneel
-----------
M-1319
M-1242 (Patch available to be committed to trunk)

Pat
-------
M-1288 Solr Recommender

Yexi, Suneel
---------------
M-1265 - Multi Layer Perceptron

Stevo, Isabel
-----------------
M-1366 

Andrew
----------
M-1030, M-1349

Ted
------
M-1368 (Patch available to be committed to trunk)











On Sunday, December 1, 2013 7:57 AM, Suneel Marthi <su...@yahoo.com> wrote:

Open JIRAs for 0.9 release :-

Wiki - Isabel, Sebastian and other volunteers
-----------------------------------------------------

M-1245, M-1304, M-1305, M-1307, M-1326

Suneel
-----------
M-1319, M-1328

Pat
-------
M-1288 Solr Recommender

Sebastian, Peng
--------------------
M-1286

Yexi, Suneel
---------------
M-1265 - Multi Layer Perceptron
Ted, do u have cycles to review this, the patch's up on Reviewboard.

Stevo, Isabel
-----------------
M-1366 - Please delete old releases from mirroring system
M-1345 - Enable Randomized testing for all modules

Andrew
----------
M-1030

Open Issues (any takers for these ???)
--------------------------------------------
M-1242 
M-1349 






On Friday, November 29, 2013 12:07 PM, Sebastian Schelter <ss...@googlemail.com> wrote:

On 29.11.2013 17:59, Suneel Marthi wrote:
> Open JIRAs for 0.9:
> 
> Mahout-1245, Mahout-1304, Mahout-1305, Mahout-1307, Mahout-1326 - related to Wiki updates. 
> Definitely appreciate more hands here to review/update the wiki
> 
> M-1286 - Peng and
>  Sebastian, no updates on this. Can this be included in 0.9?

I will look into this over the weekend!


> 
> M-1030 - Andrew Musselman
> 
> M-1319, M-1328 -  Suneel
> 
> M-1347 - Suneel, patch has been committed to trunk.
> 
> M-1265 - I have been working with Yexi on this. Ted, would u have time to review this; the code's on Reviewboard.
> 
> M-1288 - Sole Recommender, Pat Ferrel
> 
> M-1345: Isabel, Frank. I think we are good on this patch. Isabel, could u commit this to trunk?
> 
> M-1312: Stevo, could u look at this?
> 
> M-1349: Any takers for this??
> 
> Others: Spectral Kmeans clustering documentation (Shannon)
> 
> 
> 
> 
> On Thursday,
November 28, 2013 10:38 AM, Suneel Marthi <su...@yahoo.com> wrote:
>  
> Adding Mahout-1349 to the list of JIRAs . 
> 
> 
> 
> 
> 
> On Thursday, November 28, 2013 10:37 AM, Suneel Marthi <su...@yahoo.com> wrote:
>  
> Update on Open JIRAs for 0.9:
> 
> Mahout-1245, Mahout-1304, Mahout-1305, Mahout-1307, Mahout-1326 - all related to Wiki updates, please see Isabel's updates.
> 
>
M-1286 - Peng and
>  Sebastian, we had
talked about this during the last hangout. Can this be included in 0.9?
> 
> M-1030- Andrew Musselman, its critical that we get this into 0.9, its been deferred for last 2 Mahout releases.
> 
> M-1319, M-1328, M-1347, M-1350 - Suneel
> 
> 
> M-1265 - Multi Layer Perceptron, Yexi please look at my comments on Reviewboard.
> 
> M-1273 - Kun Yung, Ted, defer this to next release ???
> 
> 
> 
> M-1312, M-1256 - Stevo, could u take one of them
> 
> 
> On Thursday, November 28, 2013 5:01 AM, Isabel Drost-Fromm <is...@apache.org> wrote:
> 
> On Wed, 27 Nov 2013 14:23:11 -0800
>  (PST)
> Suneel Marthi <su...@yahoo.com> wrote:
>> Below are the Open issues for 0.9:-
> 
> This looks like we should be targeting Dec. 9th as code freeze to me.
> What do you all think?
> 
> 
>> Mahout-1245, Mahout-1304, Mahout-1305, Mahout-1307, Mahout-1326 - All
>> related to Wiki updates, missing Wiki documentation and Wiki
>> migration to new CMS.  Isabel's working on M-1245 (migrating to new
>> CMS). Could some of the others be consolidated with
that?
> 
> I believe MAHOUT-1245
essentially is ready to be published - all I want
> before notifying INFRA to
> switch to the new cms based site is one other
> person to take at least a brief look.
> 
> For MAHOUT-1304 - Sebastian, can you please check that the cms based
> site actually does fit on 1280px? We can close this issue then.
> 
> MAHOUT-1305 - I think this should be turned into a task to actually
> delete most of the pages that have been migrated to the new CMS (almost
> all of them). Once 1245 is shipped, it would be great if a few more
> people could lend a hand in getting this done.
> 
> MAHOUT-1307 - Can be closed once switched to CMS
> 
> MAHOUT-1326 - This really relates to the old
Confluence export plugin
> we once have been using to generate static pages out of our wiki that
> is no longer active. Unless anyone on the Mahout dev list
> knows how to
> fully
>  delete all exported static pages we should file an issue with
> INFRA to ask for help getting those deleted. They definitely are
> confusing to users.
> 
> 
> 
>> M-1286 - Peng and ssc, we had talked about this during the last
>> hangout. Can this be included in 0.9?
>>
>> M-1030 - Andrew Musselman? Any updates on this, its important that we
>> fix this for 0.9
>>
>> M-1319, M-1328,
>>   M-1347,
M-1364 - Suneel
>>
>> M-1273 - Kun Yung, remember talking about this in one of the earlier
>> hangouts; can't recall what was decided?
>>
>> M-1312, M-1256 - Dan Filimon (or Stevo??)
>>
>> M-996  someone could pick
>  this up (if its still relevant with present
>> codebase i.e.)
> 
> I think this can move to the next release - according to the
> contributor and Sebastian the patch is rather hacky and there for
> illustration purposes only. I'd rather see some more thought go into
> that instead of pushing to have this in 0.9.
> 
> 
>> M-1265 Yexi had submitted a patch for this, it would be good if
this
>> could go in as part of 0.9  
>>
>> M-1288 Solr Recommender - Pat Ferrell 
>>
>> M-1285: Any takers for this?
> 
> Would be nice to have - in particular if someone on dev@ (not
> necessarily a committer) wants to get started with the code base.
> Otherwise I'd say fix for next release
>  if time gets short.
> 
> 
>> M-1356: Isabel's started on this, Stevo could u review this?
> 
> We definitely can punt that for the next release or even thereafter. It
> would be great if someone who has some knowledge of Java security
> policies would take a look. The implication of not fixing this
>
essentially is that in case someone commits test code that writes
> outside of target or to some globally shared directory we might end up
> having randomly failing tests due to the parallel setup again. But as
> these will occur shortly after the commit it should be easy enough to
> find the code change that caused the breakage.
> 
> 
> 
>> M-1329: Support for Hadoop 2
> 
> Is that truly feasable
>  within a week?
> 
> 
>> M-1366:  Stevo, Isabel ????
> 
> This should be done as part of the release process by release manager
> at the latest.
> 
> 
>> M-1261:
Sebastian???
>>
>> M-1309, M-1310, M-1311, M-1316 - all related to running Mahout on
>> Windows ??
> 
> I'm not aware of us supporting Windows.
> 
> 
>> M-1350 - Any takers?? (Stevo??)
> 
> To me this looks like a broken classpath on the user side. Without a
> patch to at least re-produce the issue I wouldn't spend too much time
> 
> on this.
> 
> 
> Isabel
>

Re: Mahout 0.9 release

Posted by Suneel Marthi <su...@yahoo.com>.
Its time to freeze trunk the this week, here's the status of JIRAs:-

Suneel
----------
M-1319 - Patch available, would appreciate if someone could review/test the patch before I commit to trunk.

Pat
-----
M-1288 Solr Recommender

Pat, I see that you have the code in ur Github repo, could u create a patch that could be merged into Mahout trunk.

Frank
--------
M-1364 (Upgrade to Lucene 4.6) - Patch available.
Grant, do u have cycles to review this patch?


Gokhan 

----------

M-1354 (Support for Hadoop 2.x) - Patch available. 
Gokhan, any updates on this.





On Sunday, December 8, 2013 6:23 PM, Suneel Marthi <su...@yahoo.com> wrote:
 
We need to freeze the trunk this coming week in preparation for 0.9 release, below are the pending JIRAs:-

Wiki (not a show stopper for 0.9)

-----
M-1245, M-1304, M-1305, M-1307, M-1326


Suneel
-----------
M-1319 (i can work on this tomorrow)

M-1265 (Multi Layer Perceptron) - 


Need to be merged into trunk, the code's available for review on ReviewBoard.
It would help if another set of eyes reviewed the test cases (Isabel, Stevo.. ?)


Pat  

--------
M-1288 Solr Recommender
(What's the status of this Pat, this needs to be in 0.9 Release.)

Stevo
-------
M-1366 (this can be at time of 0.9 Release and has no impact on trunk)

Frank
--------
M-1364 (Upgrade to Lucene 4.6) - Patch available.
  It would be nice to have this go in 0.9

The patch worked for me Frank, I agree that this needs to be reviewed by someone who's more familiar with Lucene.

Gokhan 

----------

M-1354 (Support for Hadoop 2.x) - Patch available. 
This is targeted for 1.0. The patch worked for me on Hadoop 1.2.1, it would be good if someone could try the patch on hadoop 2.x instance.

Others
----------
M-1371 - This was reported on @user and a patch was submitted. If we don't hear from the author within this week, this can be deferred to 1.0





On Tuesday, December 3, 2013 8:13 PM, Suneel Marthi <su...@yahoo.com> wrote:
 
JIRAs Update for 0.9 release:-

Wiki - Isabel, Sebastian and other volunteers
-----------------------------------------------------
M-1245, M-1304, M-1305, M-1307, M-1326

Suneel
-----------
M-1319
M-1242 (Patch available to be committed to trunk)

Pat
-------
M-1288 Solr Recommender

Yexi, Suneel
---------------
M-1265 - Multi Layer Perceptron

Stevo, Isabel
-----------------
M-1366 

Andrew
----------
M-1030, M-1349

Ted
------
M-1368 (Patch available to be committed to trunk)











On Sunday, December 1, 2013 7:57 AM, Suneel Marthi <su...@yahoo.com> wrote:

Open JIRAs for 0.9 release :-

Wiki - Isabel, Sebastian and other volunteers
-----------------------------------------------------

M-1245, M-1304, M-1305, M-1307, M-1326

Suneel
-----------
M-1319, M-1328

Pat
-------
M-1288 Solr Recommender

Sebastian, Peng
--------------------
M-1286

Yexi, Suneel
---------------
M-1265 - Multi Layer Perceptron
Ted, do u have cycles to review this, the patch's up on Reviewboard.

Stevo, Isabel
-----------------
M-1366 - Please delete old releases from mirroring system
M-1345 - Enable Randomized testing for all modules

Andrew
----------
M-1030

Open Issues (any takers for these ???)
--------------------------------------------
M-1242 
M-1349 






On Friday, November 29, 2013 12:07 PM, Sebastian Schelter <ss...@googlemail.com> wrote:

On 29.11.2013 17:59, Suneel Marthi wrote:
> Open JIRAs for 0.9:
> 
> Mahout-1245, Mahout-1304, Mahout-1305, Mahout-1307, Mahout-1326 - related to Wiki updates. 
> Definitely appreciate more hands here to review/update the wiki
> 
> M-1286 - Peng and
>  Sebastian, no updates on this. Can this be included in 0.9?

I will look into this over the weekend!


> 
> M-1030 - Andrew Musselman
> 
> M-1319, M-1328 -  Suneel
> 
> M-1347 - Suneel, patch has been committed to trunk.
> 
> M-1265 - I have been working with Yexi on this. Ted, would u have time to review this; the code's on Reviewboard.
> 
> M-1288 - Sole Recommender, Pat Ferrel
> 
> M-1345: Isabel, Frank. I think we are good on this patch. Isabel, could u commit this to trunk?
> 
> M-1312: Stevo, could u look at this?
> 
> M-1349: Any takers for this??
> 
> Others: Spectral Kmeans clustering documentation (Shannon)
> 
> 
> 
> 
> On Thursday,
 November 28, 2013 10:38 AM, Suneel Marthi <su...@yahoo.com> wrote:
>  
> Adding Mahout-1349 to the list of JIRAs . 
> 
> 
> 
> 
> 
> On Thursday, November 28, 2013 10:37 AM, Suneel Marthi <su...@yahoo.com> wrote:
>  
> Update on Open JIRAs for 0.9:
> 
> Mahout-1245, Mahout-1304, Mahout-1305, Mahout-1307, Mahout-1326 - all related to Wiki updates, please see Isabel's updates.
> 
>
M-1286 - Peng and
>  Sebastian, we had
 talked about this during the last hangout. Can this be included in 0.9?
> 
> M-1030- Andrew Musselman, its critical that we get this into 0.9, its been deferred for last 2 Mahout releases.
> 
> M-1319, M-1328, M-1347, M-1350 - Suneel
> 
> 
> M-1265 - Multi Layer Perceptron, Yexi please look at my comments on Reviewboard.
> 
> M-1273 - Kun Yung, Ted, defer this to next release ???
> 
> 
> 
> M-1312, M-1256 - Stevo, could u take one of them
> 
> 
> On Thursday, November 28, 2013 5:01 AM, Isabel Drost-Fromm <is...@apache.org> wrote:
> 
> On Wed, 27 Nov 2013 14:23:11 -0800
>  (PST)
> Suneel Marthi <su...@yahoo.com> wrote:
>> Below are the Open issues for 0.9:-
> 
> This looks like we should be targeting Dec. 9th as code freeze to me.
> What do you all think?
> 
> 
>> Mahout-1245, Mahout-1304, Mahout-1305, Mahout-1307, Mahout-1326 - All
>> related to Wiki updates, missing Wiki documentation and Wiki
>> migration to new CMS.  Isabel's working on M-1245 (migrating to new
>> CMS). Could some of the others be consolidated with
that?
> 
> I believe MAHOUT-1245
 essentially is ready to be published - all I want
> before notifying INFRA to
> switch to the new cms based site is one other
> person to take at least a brief look.
> 
> For MAHOUT-1304 - Sebastian, can you please check that the cms based
> site actually does fit on 1280px? We can close this issue then.
> 
> MAHOUT-1305 - I think this should be turned into a task to actually
> delete most of the pages that have been migrated to the new CMS (almost
> all of them). Once 1245 is shipped, it would be great if a few more
> people could lend a hand in getting this done.
> 
> MAHOUT-1307 - Can be closed once switched to CMS
> 
> MAHOUT-1326 - This really relates to the old
 Confluence export plugin
> we once have been using to generate static pages out of our wiki that
> is no longer active. Unless anyone on the Mahout dev list
> knows how to
> fully
>  delete all exported static pages we should file an issue with
> INFRA to ask for help getting those deleted. They definitely are
> confusing to users.
> 
> 
> 
>> M-1286 - Peng and ssc, we had talked about this during the last
>> hangout. Can this be included in 0.9?
>>
>> M-1030 - Andrew Musselman? Any updates on this, its important that we
>> fix this for 0.9
>>
>> M-1319, M-1328,
>>   M-1347,
 M-1364 - Suneel
>>
>> M-1273 - Kun Yung, remember talking about this in one of the earlier
>> hangouts; can't recall what was decided?
>>
>> M-1312, M-1256 - Dan Filimon (or Stevo??)
>>
>> M-996  someone could pick
>  this up (if its still relevant with present
>> codebase i.e.)
> 
> I think this can move to the next release - according to the
> contributor and Sebastian the patch is rather hacky and there for
> illustration purposes only. I'd rather see some more thought go into
> that instead of pushing to have this in 0.9.
> 
> 
>> M-1265 Yexi had submitted a patch for this, it would be good if
 this
>> could go in as part of 0.9  
>>
>> M-1288 Solr Recommender - Pat Ferrell 
>>
>> M-1285: Any takers for this?
> 
> Would be nice to have - in particular if someone on dev@ (not
> necessarily a committer) wants to get started with the code base.
> Otherwise I'd say fix for next release
>  if time gets short.
> 
> 
>> M-1356: Isabel's started on this, Stevo could u review this?
> 
> We definitely can punt that for the next release or even thereafter. It
> would be great if someone who has some knowledge of Java security
> policies would take a look. The implication of not fixing this
>
 essentially is that in case someone commits test code that writes
> outside of target or to some globally shared directory we might end up
> having randomly failing tests due to the parallel setup again. But as
> these will occur shortly after the commit it should be easy enough to
> find the code change that caused the breakage.
> 
> 
> 
>> M-1329: Support for Hadoop 2
> 
> Is that truly feasable
>  within a week?
> 
> 
>> M-1366:  Stevo, Isabel ????
> 
> This should be done as part of the release process by release manager
> at the latest.
> 
> 
>> M-1261:
 Sebastian???
>>
>> M-1309, M-1310, M-1311, M-1316 - all related to running Mahout on
>> Windows ??
> 
> I'm not aware of us supporting Windows.
> 
> 
>> M-1350 - Any takers?? (Stevo??)
> 
> To me this looks like a broken classpath on the user side. Without a
> patch to at least re-produce the issue I wouldn't spend too much time
> 
> on this.
> 
> 
> Isabel
>

Re: Mahout 0.9 release

Posted by Suneel Marthi <su...@yahoo.com>.
We need to freeze the trunk this coming week in preparation for 0.9 release, below are the pending JIRAs:-

Wiki (not a show stopper for 0.9)

-----
M-1245, M-1304, M-1305, M-1307, M-1326


Suneel
-----------
M-1319 (i can work on this tomorrow)

M-1265 (Multi Layer Perceptron) - 


Need to be merged into trunk, the code's available for review on ReviewBoard.
It would help if another set of eyes reviewed the test cases (Isabel, Stevo.. ?)


Pat  

--------
M-1288 Solr Recommender
(What's the status of this Pat, this needs to be in 0.9 Release.)

Stevo
-------
M-1366 (this can be at time of 0.9 Release and has no impact on trunk)

Frank
--------
M-1364 (Upgrade to Lucene 4.6) - Patch available.
  It would be nice to have this go in 0.9

The patch worked for me Frank, I agree that this needs to be reviewed by someone who's more familiar with Lucene.

Gokhan 

----------

M-1354 (Support for Hadoop 2.x) - Patch available. 
This is targeted for 1.0. The patch worked for me on Hadoop 1.2.1, it would be good if someone could try the patch on hadoop 2.x instance.

Others
----------
M-1371 - This was reported on @user and a patch was submitted. If we don't hear from the author within this week, this can be deferred to 1.0





On Tuesday, December 3, 2013 8:13 PM, Suneel Marthi <su...@yahoo.com> wrote:
 
JIRAs Update for 0.9 release:-

Wiki - Isabel, Sebastian and other volunteers
-----------------------------------------------------
M-1245, M-1304, M-1305, M-1307, M-1326

Suneel
-----------
M-1319
M-1242 (Patch available to be committed to trunk)

Pat
-------
M-1288 Solr Recommender

Yexi, Suneel
---------------
M-1265 - Multi Layer Perceptron

Stevo, Isabel
-----------------
M-1366 

Andrew
----------
M-1030, M-1349

Ted
------
M-1368 (Patch available to be committed to trunk)











On Sunday, December 1, 2013 7:57 AM, Suneel Marthi <su...@yahoo.com> wrote:

Open JIRAs for 0.9 release :-

Wiki - Isabel, Sebastian and other volunteers
-----------------------------------------------------

M-1245, M-1304, M-1305, M-1307, M-1326

Suneel
-----------
M-1319, M-1328

Pat
-------
M-1288 Solr Recommender

Sebastian, Peng
--------------------
M-1286

Yexi, Suneel
---------------
M-1265 - Multi Layer Perceptron
Ted, do u have cycles to review this, the patch's up on Reviewboard.

Stevo, Isabel
-----------------
M-1366 - Please delete old releases from mirroring system
M-1345 - Enable Randomized testing for all modules

Andrew
----------
M-1030

Open Issues (any takers for these ???)
--------------------------------------------
M-1242 
M-1349 






On Friday, November 29, 2013 12:07 PM, Sebastian Schelter <ss...@googlemail.com> wrote:

On 29.11.2013 17:59, Suneel Marthi wrote:
> Open JIRAs for 0.9:
> 
> Mahout-1245, Mahout-1304, Mahout-1305, Mahout-1307, Mahout-1326 - related to Wiki updates. 
> Definitely appreciate more hands here to review/update the wiki
> 
> M-1286 - Peng and
>  Sebastian, no updates on this. Can this be included in 0.9?

I will look into this over the weekend!


> 
> M-1030 - Andrew Musselman
> 
> M-1319, M-1328 -  Suneel
> 
> M-1347 - Suneel, patch has been committed to trunk.
> 
> M-1265 - I have been working with Yexi on this. Ted, would u have time to review this; the code's on Reviewboard.
> 
> M-1288 - Sole Recommender, Pat Ferrel
> 
> M-1345: Isabel, Frank. I think we are good on this patch. Isabel, could u commit this to trunk?
> 
> M-1312: Stevo, could u look at this?
> 
> M-1349: Any takers for this??
> 
> Others: Spectral Kmeans clustering documentation (Shannon)
> 
> 
> 
> 
> On Thursday, November 28, 2013 10:38 AM, Suneel Marthi <su...@yahoo.com> wrote:
>  
> Adding Mahout-1349 to the list of JIRAs . 
> 
> 
> 
> 
> 
> On Thursday, November 28, 2013 10:37 AM, Suneel Marthi <su...@yahoo.com> wrote:
>  
> Update on Open JIRAs for 0.9:
> 
> Mahout-1245, Mahout-1304, Mahout-1305, Mahout-1307, Mahout-1326 - all related to Wiki updates, please see Isabel's updates.
> 
>
M-1286 - Peng and
>  Sebastian, we had talked about this during the last hangout. Can this be included in 0.9?
> 
> M-1030- Andrew Musselman, its critical that we get this into 0.9, its been deferred for last 2 Mahout releases.
> 
> M-1319, M-1328, M-1347, M-1350 - Suneel
> 
> 
> M-1265 - Multi Layer Perceptron, Yexi please look at my comments on Reviewboard.
> 
> M-1273 - Kun Yung, Ted, defer this to next release ???
> 
> 
> 
> M-1312, M-1256 - Stevo, could u take one of them
> 
> 
> On Thursday, November 28, 2013 5:01 AM, Isabel Drost-Fromm <is...@apache.org> wrote:
> 
> On Wed, 27 Nov 2013 14:23:11 -0800
>  (PST)
> Suneel Marthi <su...@yahoo.com> wrote:
>> Below are the Open issues for 0.9:-
> 
> This looks like we should be targeting Dec. 9th as code freeze to me.
> What do you all think?
> 
> 
>> Mahout-1245, Mahout-1304, Mahout-1305, Mahout-1307, Mahout-1326 - All
>> related to Wiki updates, missing Wiki documentation and Wiki
>> migration to new CMS.  Isabel's working on M-1245 (migrating to new
>> CMS). Could some of the others be consolidated with
that?
> 
> I believe MAHOUT-1245 essentially is ready to be published - all I want
> before notifying INFRA to
> switch to the new cms based site is one other
> person to take at least a brief look.
> 
> For MAHOUT-1304 - Sebastian, can you please check that the cms based
> site actually does fit on 1280px? We can close this issue then.
> 
> MAHOUT-1305 - I think this should be turned into a task to actually
> delete most of the pages that have been migrated to the new CMS (almost
> all of them). Once 1245 is shipped, it would be great if a few more
> people could lend a hand in getting this done.
> 
> MAHOUT-1307 - Can be closed once switched to CMS
> 
> MAHOUT-1326 - This really relates to the old Confluence export plugin
> we once have been using to generate static pages out of our wiki that
> is no longer active. Unless anyone on the Mahout dev list
> knows how to
> fully
>  delete all exported static pages we should file an issue with
> INFRA to ask for help getting those deleted. They definitely are
> confusing to users.
> 
> 
> 
>> M-1286 - Peng and ssc, we had talked about this during the last
>> hangout. Can this be included in 0.9?
>>
>> M-1030 - Andrew Musselman? Any updates on this, its important that we
>> fix this for 0.9
>>
>> M-1319, M-1328,
>>   M-1347, M-1364 - Suneel
>>
>> M-1273 - Kun Yung, remember talking about this in one of the earlier
>> hangouts; can't recall what was decided?
>>
>> M-1312, M-1256 - Dan Filimon (or Stevo??)
>>
>> M-996  someone could pick
>  this up (if its still relevant with present
>> codebase i.e.)
> 
> I think this can move to the next release - according to the
> contributor and Sebastian the patch is rather hacky and there for
> illustration purposes only. I'd rather see some more thought go into
> that instead of pushing to have this in 0.9.
> 
> 
>> M-1265 Yexi had submitted a patch for this, it would be good if this
>> could go in as part of 0.9  
>>
>> M-1288 Solr Recommender - Pat Ferrell 
>>
>> M-1285: Any takers for this?
> 
> Would be nice to have - in particular if someone on dev@ (not
> necessarily a committer) wants to get started with the code base.
> Otherwise I'd say fix for next release
>  if time gets short.
> 
> 
>> M-1356: Isabel's started on this, Stevo could u review this?
> 
> We definitely can punt that for the next release or even thereafter. It
> would be great if someone who has some knowledge of Java security
> policies would take a look. The implication of not fixing this
> essentially is that in case someone commits test code that writes
> outside of target or to some globally shared directory we might end up
> having randomly failing tests due to the parallel setup again. But as
> these will occur shortly after the commit it should be easy enough to
> find the code change that caused the breakage.
> 
> 
> 
>> M-1329: Support for Hadoop 2
> 
> Is that truly feasable
>  within a week?
> 
> 
>> M-1366:  Stevo, Isabel ????
> 
> This should be done as part of the release process by release manager
> at the latest.
> 
> 
>> M-1261: Sebastian???
>>
>> M-1309, M-1310, M-1311, M-1316 - all related to running Mahout on
>> Windows ??
> 
> I'm not aware of us supporting Windows.
> 
> 
>> M-1350 - Any takers?? (Stevo??)
> 
> To me this looks like a broken classpath on the user side. Without a
> patch to at least re-produce the issue I wouldn't spend too much time
> 
> on this.
> 
> 
> Isabel
>

Re: Mahout 0.9 release

Posted by Andrew Musselman <an...@gmail.com>.
RB requests for M-1030 and M-1349 here:
https://reviews.apache.org/r/15980/
https://reviews.apache.org/r/16103/


On Tue, Dec 3, 2013 at 5:12 PM, Suneel Marthi <su...@yahoo.com>wrote:

> JIRAs Update for 0.9 release:-
>
> Wiki - Isabel, Sebastian and other volunteers
> -----------------------------------------------------
> M-1245, M-1304, M-1305, M-1307, M-1326
>
> Suneel
> -----------
> M-1319
> M-1242 (Patch available to be committed to trunk)
>
> Pat
> -------
> M-1288 Solr Recommender
>
> Yexi, Suneel
> ---------------
> M-1265 - Multi Layer Perceptron
>
> Stevo, Isabel
> -----------------
> M-1366
>
> Andrew
> ----------
> M-1030, M-1349
>
> Ted
> ------
> M-1368 (Patch available to be committed to trunk)
>
>
>
>
>
>
>
>
>
>
> On Sunday, December 1, 2013 7:57 AM, Suneel Marthi <
> suneel_marthi@yahoo.com> wrote:
>
> Open JIRAs for 0.9 release :-
>
> Wiki - Isabel, Sebastian and other volunteers
> -----------------------------------------------------
>
> M-1245, M-1304, M-1305, M-1307, M-1326
>
> Suneel
> -----------
> M-1319, M-1328
>
> Pat
> -------
> M-1288 Solr Recommender
>
> Sebastian, Peng
> --------------------
> M-1286
>
> Yexi, Suneel
> ---------------
> M-1265 - Multi Layer Perceptron
> Ted, do u have cycles to review this, the patch's up on Reviewboard.
>
> Stevo, Isabel
> -----------------
> M-1366 - Please delete old releases from mirroring system
> M-1345 - Enable Randomized testing for all modules
>
> Andrew
> ----------
> M-1030
>
> Open Issues (any takers for these ???)
> --------------------------------------------
> M-1242
> M-1349
>
>
>
>
>
>
> On Friday, November 29, 2013 12:07 PM, Sebastian Schelter <
> ssc.open@googlemail.com> wrote:
>
> On 29.11.2013 17:59, Suneel Marthi wrote:
> > Open JIRAs for 0.9:
> >
> > Mahout-1245, Mahout-1304, Mahout-1305, Mahout-1307, Mahout-1326 -
> related to Wiki updates.
> > Definitely appreciate more hands here to review/update the wiki
> >
> > M-1286 - Peng and
> >  Sebastian, no updates on this. Can this be included in 0.9?
>
> I will look into this over the weekend!
>
>
> >
> > M-1030 - Andrew Musselman
> >
> > M-1319, M-1328 -  Suneel
> >
> > M-1347 - Suneel, patch has been committed to trunk.
> >
> > M-1265 - I have been working with Yexi on this. Ted, would u have time
> to review this; the code's on Reviewboard.
> >
> > M-1288 - Sole Recommender, Pat Ferrel
> >
> > M-1345: Isabel, Frank. I think we are good on this patch. Isabel, could
> u commit this to trunk?
> >
> > M-1312: Stevo, could u look at this?
> >
> > M-1349: Any takers for this??
> >
> > Others: Spectral Kmeans clustering documentation (Shannon)
> >
> >
> >
> >
> > On Thursday, November 28, 2013 10:38 AM, Suneel Marthi <
> suneel_marthi@yahoo.com> wrote:
> >
> > Adding Mahout-1349 to the list of JIRAs .
> >
> >
> >
> >
> >
> > On Thursday, November 28, 2013 10:37 AM, Suneel Marthi <
> suneel_marthi@yahoo.com> wrote:
> >
> > Update on Open JIRAs for 0.9:
> >
> > Mahout-1245, Mahout-1304, Mahout-1305, Mahout-1307, Mahout-1326 - all
> related to Wiki updates, please see Isabel's updates.
> >
> >
>  M-1286 - Peng and
> >  Sebastian, we had talked about this during the last hangout. Can this
> be included in 0.9?
> >
> > M-1030- Andrew Musselman, its critical that we get this into 0.9, its
> been deferred for last 2 Mahout releases.
> >
> > M-1319, M-1328, M-1347, M-1350 - Suneel
> >
> >
> > M-1265 - Multi Layer Perceptron, Yexi please look at my comments on
> Reviewboard.
> >
> > M-1273 - Kun Yung, Ted, defer this to next release ???
> >
> >
> >
> > M-1312, M-1256 - Stevo, could u take one of them
> >
> >
> > On Thursday, November 28, 2013 5:01 AM, Isabel Drost-Fromm <
> isabel@apache.org> wrote:
> >
> > On Wed, 27 Nov 2013 14:23:11 -0800
> >  (PST)
> > Suneel Marthi <su...@yahoo.com> wrote:
> >> Below are the Open issues for 0.9:-
> >
> > This looks like we should be targeting Dec. 9th as code freeze to me.
> > What do you all think?
> >
> >
> >> Mahout-1245, Mahout-1304, Mahout-1305, Mahout-1307, Mahout-1326 - All
> >> related to Wiki updates, missing Wiki documentation and Wiki
> >> migration to new CMS.  Isabel's working on M-1245 (migrating to new
> >> CMS). Could some of the others be consolidated with
>  that?
> >
> > I believe MAHOUT-1245 essentially is ready to be published - all I want
> > before notifying INFRA to
> > switch to the new cms based site is one other
> > person to take at least a brief look.
> >
> > For MAHOUT-1304 - Sebastian, can you please check that the cms based
> > site actually does fit on 1280px? We can close this issue then.
> >
> > MAHOUT-1305 - I think this should be turned into a task to actually
> > delete most of the pages that have been migrated to the new CMS (almost
> > all of them). Once 1245 is shipped, it would be great if a few more
> > people could lend a hand in getting this done.
> >
> > MAHOUT-1307 - Can be closed once switched to CMS
> >
> > MAHOUT-1326 - This really relates to the old Confluence export plugin
> > we once have been using to generate static pages out of our wiki that
> > is no longer active. Unless anyone on the Mahout dev list
> > knows how to
> > fully
> >  delete all exported static pages we should file an issue with
> > INFRA to ask for help getting those deleted. They definitely are
> > confusing to users.
> >
> >
> >
> >> M-1286 - Peng and ssc, we had talked about this during the last
> >> hangout. Can this be included in 0.9?
> >>
> >> M-1030 - Andrew Musselman? Any updates on this, its important that we
> >> fix this for 0.9
> >>
> >> M-1319, M-1328,
> >>   M-1347, M-1364 - Suneel
> >>
> >> M-1273 - Kun Yung, remember talking about this in one of the earlier
> >> hangouts; can't recall what was decided?
> >>
> >> M-1312, M-1256 - Dan Filimon (or Stevo??)
> >>
> >> M-996  someone could pick
> >  this up (if its still relevant with present
> >> codebase i.e.)
> >
> > I think this can move to the next release - according to the
> > contributor and Sebastian the patch is rather hacky and there for
> > illustration purposes only. I'd rather see some more thought go into
> > that instead of pushing to have this in 0.9.
> >
> >
> >> M-1265 Yexi had submitted a patch for this, it would be good if this
> >> could go in as part of 0.9
> >>
> >> M-1288 Solr Recommender - Pat Ferrell
> >>
> >> M-1285: Any takers for this?
> >
> > Would be nice to have - in particular if someone on dev@ (not
> > necessarily a committer) wants to get started with the code base.
> > Otherwise I'd say fix for next release
> >  if time gets short.
> >
> >
> >> M-1356: Isabel's started on this, Stevo could u review this?
> >
> > We definitely can punt that for the next release or even thereafter. It
> > would be great if someone who has some knowledge of Java security
> > policies would take a look. The implication of not fixing this
> > essentially is that in case someone commits test code that writes
> > outside of target or to some globally shared directory we might end up
> > having randomly failing tests due to the parallel setup again. But as
> > these will occur shortly after the commit it should be easy enough to
> > find the code change that caused the breakage.
> >
> >
> >
> >> M-1329: Support for Hadoop 2
> >
> > Is that truly feasable
> >  within a week?
> >
> >
> >> M-1366:  Stevo, Isabel ????
> >
> > This should be done as part of the release process by release manager
> > at the latest.
> >
> >
> >> M-1261: Sebastian???
> >>
> >> M-1309, M-1310, M-1311, M-1316 - all related to running Mahout on
> >> Windows ??
> >
> > I'm not aware of us supporting Windows.
> >
> >
> >> M-1350 - Any takers?? (Stevo??)
> >
> > To me this looks like a broken classpath on the user side. Without a
> > patch to at least re-produce the issue I wouldn't spend too much time
> >
> > on this.
> >
> >
> > Isabel
> >
>

Re: Mahout 0.9 release

Posted by Suneel Marthi <su...@yahoo.com>.
JIRAs Update for 0.9 release:-

Wiki - Isabel, Sebastian and other volunteers
-----------------------------------------------------
M-1245, M-1304, M-1305, M-1307, M-1326

Suneel
-----------
M-1319
M-1242 (Patch available to be committed to trunk)

Pat
-------
M-1288 Solr Recommender

Yexi, Suneel
---------------
M-1265 - Multi Layer Perceptron

Stevo, Isabel
-----------------
M-1366 

Andrew
----------
M-1030, M-1349

Ted
------
M-1368 (Patch available to be committed to trunk)










On Sunday, December 1, 2013 7:57 AM, Suneel Marthi <su...@yahoo.com> wrote:
 
Open JIRAs for 0.9 release :-

Wiki - Isabel, Sebastian and other volunteers
-----------------------------------------------------

M-1245, M-1304, M-1305, M-1307, M-1326

Suneel
-----------
M-1319, M-1328

Pat
-------
M-1288 Solr Recommender

Sebastian, Peng
--------------------
M-1286

Yexi, Suneel
---------------
M-1265 - Multi Layer Perceptron
Ted, do u have cycles to review this, the patch's up on Reviewboard.

Stevo, Isabel
-----------------
M-1366 - Please delete old releases from mirroring system
M-1345 - Enable Randomized testing for all modules

Andrew
----------
M-1030

Open Issues (any takers for these ???)
--------------------------------------------
M-1242 
M-1349 






On Friday, November 29, 2013 12:07 PM, Sebastian Schelter <ss...@googlemail.com> wrote:
 
On 29.11.2013 17:59, Suneel Marthi wrote:
> Open JIRAs for 0.9:
> 
> Mahout-1245, Mahout-1304, Mahout-1305, Mahout-1307, Mahout-1326 - related to Wiki updates. 
> Definitely appreciate more hands here to review/update the wiki
> 
> M-1286 - Peng and
>  Sebastian, no updates on this. Can this be included in 0.9?

I will look into this over the weekend!


> 
> M-1030 - Andrew Musselman
> 
> M-1319, M-1328 -  Suneel
> 
> M-1347 - Suneel, patch has been committed to trunk.
> 
> M-1265 - I have been working with Yexi on this. Ted, would u have time to review this; the code's on Reviewboard.
> 
> M-1288 - Sole Recommender, Pat Ferrel
> 
> M-1345: Isabel, Frank. I think we are good on this patch. Isabel, could u commit this to trunk?
> 
> M-1312: Stevo, could u look at this?
> 
> M-1349: Any takers for this??
> 
> Others: Spectral Kmeans clustering documentation (Shannon)
> 
> 
> 
> 
> On Thursday, November 28, 2013 10:38 AM, Suneel Marthi <su...@yahoo.com> wrote:
>  
> Adding Mahout-1349 to the list of JIRAs . 
> 
> 
> 
> 
> 
> On Thursday, November 28, 2013 10:37 AM, Suneel Marthi <su...@yahoo.com> wrote:
>  
> Update on Open JIRAs for 0.9:
> 
> Mahout-1245, Mahout-1304, Mahout-1305, Mahout-1307, Mahout-1326 - all related to Wiki updates, please see Isabel's updates.
> 
>
 M-1286 - Peng and
>  Sebastian, we had talked about this during the last hangout. Can this be included in 0.9?
> 
> M-1030- Andrew Musselman, its critical that we get this into 0.9, its been deferred for last 2 Mahout releases.
> 
> M-1319, M-1328, M-1347, M-1350 - Suneel
> 
> 
> M-1265 - Multi Layer Perceptron, Yexi please look at my comments on Reviewboard.
> 
> M-1273 - Kun Yung, Ted, defer this to next release ???
> 
> 
> 
> M-1312, M-1256 - Stevo, could u take one of them
> 
> 
> On Thursday, November 28, 2013 5:01 AM, Isabel Drost-Fromm <is...@apache.org> wrote:
> 
> On Wed, 27 Nov 2013 14:23:11 -0800
>  (PST)
> Suneel Marthi <su...@yahoo.com> wrote:
>> Below are the Open issues for 0.9:-
> 
> This looks like we should be targeting Dec. 9th as code freeze to me.
> What do you all think?
> 
> 
>> Mahout-1245, Mahout-1304, Mahout-1305, Mahout-1307, Mahout-1326 - All
>> related to Wiki updates, missing Wiki documentation and Wiki
>> migration to new CMS.  Isabel's working on M-1245 (migrating to new
>> CMS). Could some of the others be consolidated with
 that?
> 
> I believe MAHOUT-1245 essentially is ready to be published - all I want
> before notifying INFRA to
> switch to the new cms based site is one other
> person to take at least a brief look.
> 
> For MAHOUT-1304 - Sebastian, can you please check that the cms based
> site actually does fit on 1280px? We can close this issue then.
> 
> MAHOUT-1305 - I think this should be turned into a task to actually
> delete most of the pages that have been migrated to the new CMS (almost
> all of them). Once 1245 is shipped, it would be great if a few more
> people could lend a hand in getting this done.
> 
> MAHOUT-1307 - Can be closed once switched to CMS
> 
> MAHOUT-1326 - This really relates to the old Confluence export plugin
> we once have been using to generate static pages out of our wiki that
> is no longer active. Unless anyone on the Mahout dev list
> knows how to
> fully
>  delete all exported static pages we should file an issue with
> INFRA to ask for help getting those deleted. They definitely are
> confusing to users.
> 
> 
> 
>> M-1286 - Peng and ssc, we had talked about this during the last
>> hangout. Can this be included in 0.9?
>>
>> M-1030 - Andrew Musselman? Any updates on this, its important that we
>> fix this for 0.9
>>
>> M-1319, M-1328,
>>   M-1347, M-1364 - Suneel
>>
>> M-1273 - Kun Yung, remember talking about this in one of the earlier
>> hangouts; can't recall what was decided?
>>
>> M-1312, M-1256 - Dan Filimon (or Stevo??)
>>
>> M-996  someone could pick
>  this up (if its still relevant with present
>> codebase i.e.)
> 
> I think this can move to the next release - according to the
> contributor and Sebastian the patch is rather hacky and there for
> illustration purposes only. I'd rather see some more thought go into
> that instead of pushing to have this in 0.9.
> 
> 
>> M-1265 Yexi had submitted a patch for this, it would be good if this
>> could go in as part of 0.9  
>>
>> M-1288 Solr Recommender - Pat Ferrell 
>>
>> M-1285: Any takers for this?
> 
> Would be nice to have - in particular if someone on dev@ (not
> necessarily a committer) wants to get started with the code base.
> Otherwise I'd say fix for next release
>  if time gets short.
> 
> 
>> M-1356: Isabel's started on this, Stevo could u review this?
> 
> We definitely can punt that for the next release or even thereafter. It
> would be great if someone who has some knowledge of Java security
> policies would take a look. The implication of not fixing this
> essentially is that in case someone commits test code that writes
> outside of target or to some globally shared directory we might end up
> having randomly failing tests due to the parallel setup again. But as
> these will occur shortly after the commit it should be easy enough to
> find the code change that caused the breakage.
> 
> 
> 
>> M-1329: Support for Hadoop 2
> 
> Is that truly feasable
>  within a week?
> 
> 
>> M-1366:  Stevo, Isabel ????
> 
> This should be done as part of the release process by release manager
> at the latest.
> 
> 
>> M-1261: Sebastian???
>>
>> M-1309, M-1310, M-1311, M-1316 - all related to running Mahout on
>> Windows ??
> 
> I'm not aware of us supporting Windows.
> 
> 
>> M-1350 - Any takers?? (Stevo??)
> 
> To me this looks like a broken classpath on the user side. Without a
> patch to at least re-produce the issue I wouldn't spend too much time
> 
> on this.
> 
> 
> Isabel
> 

Re: Mahout 0.9 release

Posted by Andrew Musselman <an...@gmail.com>.
Thanks; me too

> On Dec 1, 2013, at 10:53 AM, Suneel Marthi <su...@yahoo.com> wrote:
> 
> Sorry I am out on the streets but see M-1265 comments for a link to review board 
> 
> Sent from my iPhone
> 
>> On Dec 1, 2013, at 1:50 PM, Andrew Musselman <an...@gmail.com> wrote:
>> 
>> No, just reviewboard in general; never put any patches up before.
>> 
>>> On Dec 1, 2013, at 8:52 AM, Suneel Marthi <su...@yahoo.com> wrote:
>>> 
>>> For M-1349??  There's no patch for this, no one's worked on it yet.
>>> 
>>> 
>>> 
>>> On Sunday, December 1, 2013 11:50 AM, Andrew Musselman <an...@gmail.com> wrote:
>>> I will look at M-1349 since I'm in there.
>>> 
>>> Where's the Reviewboard.
>>> 
>>> 
>>> On Sun, Dec 1, 2013 at 4:57 AM, Suneel Marthi <su...@yahoo.com> wrote:
>>> Open JIRAs for 0.9 release :-
>>> 
>>> Wiki - Isabel, Sebastian and other volunteers
>>> -----------------------------------------------------
>>> 
>>> M-1245, M-1304, M-1305, M-1307, M-1326
>>> 
>>> Suneel
>>> -----------
>>> M-1319, M-1328
>>> 
>>> Pat
>>> -------
>>> M-1288 Solr Recommender
>>> 
>>> Sebastian, Peng
>>> --------------------
>>> M-1286
>>> 
>>> Yexi, Suneel
>>> ---------------
>>> M-1265 - Multi Layer Perceptron
>>> Ted, do u have cycles to review this, the patch's up on Reviewboard.
>>> 
>>> Stevo, Isabel
>>> -----------------
>>> M-1366 - Please delete old releases from mirroring system
>>> M-1345 - Enable Randomized testing for all modules
>>> 
>>> Andrew
>>> ----------
>>> M-1030
>>> 
>>> Open Issues (any takers for these ???)
>>> --------------------------------------------
>>> M-1242
>>> M-1349
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> On Friday, November 29, 2013 12:07 PM, Sebastian Schelter <ss...@googlemail.com> wrote:
>>> 
>>> On 29.11.2013 17:59, Suneel Marthi wrote:
>>>> Open JIRAs for 0.9:
>>>> 
>>>> Mahout-1245, Mahout-1304, Mahout-1305, Mahout-1307, Mahout-1326 - related to Wiki updates.
>>>> Definitely appreciate more hands here to review/update the wiki
>>>> 
>>>> M-1286 - Peng and
>>>> Sebastian, no updates on this. Can this be included in 0.9?
>>> 
>>> I will look into this over the weekend!
>>> 
>>> 
>>>> 
>>>> M-1030 - Andrew Musselman
>>>> 
>>>> M-1319, M-1328 -  Suneel
>>>> 
>>>> M-1347 - Suneel, patch has been committed to trunk.
>>>> 
>>>> M-1265 - I have been working with Yexi on this. Ted, would u have time to review this; the code's on Reviewboard.
>>>> 
>>>> M-1288 - Sole Recommender, Pat Ferrel
>>>> 
>>>> M-1345: Isabel, Frank. I think we are good on this patch. Isabel, could u commit this to trunk?
>>>> 
>>>> M-1312: Stevo, could u look at this?
>>>> 
>>>> M-1349: Any takers for this??
>>>> 
>>>> Others: Spectral Kmeans clustering documentation (Shannon)
>>>> 
>>>> 
>>>> 
>>>> 
>>>> On Thursday, November 28, 2013 10:38 AM, Suneel Marthi <su...@yahoo.com> wrote:
>>>> 
>>>> Adding Mahout-1349 to the list of JIRAs .
>>>> 
>>>> 
>>>> 
>>>> 
>>>> 
>>>> On Thursday, November 28, 2013 10:37 AM, Suneel Marthi <su...@yahoo.com> wrote:
>>>> 
>>>> Update on Open JIRAs for 0.9:
>>>> 
>>>> Mahout-1245, Mahout-1304, Mahout-1305, Mahout-1307, Mahout-1326 - all related to Wiki updates, please see Isabel's updates.
>>>> 
>>>> M-1286 - Peng and
>>>> Sebastian, we had talked about this during the last hangout. Can this be included in 0.9?
>>>> 
>>>> M-1030- Andrew Musselman, its critical that we get this into 0.9, its been deferred for last 2 Mahout releases.
>>>> 
>>>> M-1319, M-1328, M-1347, M-1350 - Suneel
>>>> 
>>>> 
>>>> M-1265 - Multi Layer Perceptron, Yexi please look at my comments on Reviewboard.
>>>> 
>>>> M-1273 - Kun Yung, Ted, defer this to next release ???
>>>> 
>>>> 
>>>> 
>>>> M-1312, M-1256 - Stevo, could u take one of them
>>>> 
>>>> 
>>>> On Thursday, November 28, 2013 5:01 AM, Isabel Drost-Fromm <is...@apache.org> wrote:
>>>> 
>>>> On Wed, 27 Nov 2013 14:23:11 -0800
>>>> (PST)
>>>> Suneel Marthi <su...@yahoo.com> wrote:
>>>>> Below are the Open issues for 0.9:-
>>>> 
>>>> This looks like we should be targeting Dec. 9th as code freeze to me.
>>>> What do you all think?
>>>> 
>>>> 
>>>>> Mahout-1245, Mahout-1304, Mahout-1305, Mahout-1307, Mahout-1326 - All
>>>>> related to Wiki updates, missing Wiki documentation and Wiki
>>>>> migration to new CMS.  Isabel's working on M-1245 (migrating to new
>>>>> CMS). Could some of the others be consolidated with that?
>>>> 
>>>> I believe MAHOUT-1245 essentially is ready to be published - all I want
>>>> before notifying INFRA to
>>>> switch to the new cms based site is one other
>>>> person to take at least a brief look.
>>>> 
>>>> For MAHOUT-1304 - Sebastian, can you please check that the cms based
>>>> site actually does fit on 1280px? We can close this issue then.
>>>> 
>>>> MAHOUT-1305 - I think this should be turned into a task to actually
>>>> delete most of the pages that have been migrated to the new CMS (almost
>>>> all of them). Once 1245 is shipped, it would be great if a few more
>>>> people could lend a hand in getting this done.
>>>> 
>>>> MAHOUT-1307 - Can be closed once switched to CMS
>>>> 
>>>> MAHOUT-1326 - This really relates to the old Confluence export plugin
>>>> we once have been using to generate static pages out of our wiki that
>>>> is no longer active. Unless anyone on the Mahout dev list
>>>> knows how to
>>>> fully
>>>> delete all exported static pages we should file an issue with
>>>> INFRA to ask for help getting those deleted. They definitely are
>>>> confusing to users.
>>>> 
>>>> 
>>>> 
>>>>> M-1286 - Peng and ssc, we had talked about this during the last
>>>>> hangout. Can this be included in 0.9?
>>>>> 
>>>>> M-1030 - Andrew Musselman? Any updates on this, its important that we
>>>>> fix this for 0.9
>>>>> 
>>>>> M-1319, M-1328,
>>>>> M-1347, M-1364 - Suneel
>>>>> 
>>>>> M-1273 - Kun Yung, remember talking about this in one of the earlier
>>>>> hangouts; can't recall what was decided?
>>>>> 
>>>>> M-1312, M-1256 - Dan Filimon (or Stevo??)
>>>>> 
>>>>> M-996  someone could pick
>>>> this up (if its still relevant with present
>>>>> codebase i.e.)
>>>> 
>>>> I think this can move to the next release - according to the
>>>> contributor and Sebastian the patch is rather hacky and there for
>>>> illustration purposes only. I'd rather see some more thought go into
>>>> that instead of pushing to have this in 0.9.
>>>> 
>>>> 
>>>>> M-1265 Yexi had submitted a patch for this, it would be good if this
>>>>> could go in as part of 0.9 
>>>>> 
>>>>> M-1288 Solr Recommender - Pat Ferrell
>>>>> 
>>>>> M-1285: Any takers for this?
>>>> 
>>>> Would be nice to have - in particular if someone on dev@ (not
>>>> necessarily a committer) wants to get started with the code base.
>>>> Otherwise I'd say fix for next release
>>>> if time gets short.
>>>> 
>>>> 
>>>>> M-1356: Isabel's started on this, Stevo could u review this?
>>>> 
>>>> We definitely can punt that for the next release or even thereafter. It
>>>> would be great if someone who has some knowledge of Java security
>>>> policies would take a look. The implication of not fixing this
>>>> essentially is that in case someone commits test code that writes
>>>> outside of target or to some globally shared directory we might end up
>>>> having randomly failing tests due to the parallel setup again. But as
>>>> these will occur shortly after the commit it should be easy enough to
>>>> find the code change that caused the breakage.
>>>> 
>>>> 
>>>> 
>>>>> M-1329: Support for Hadoop 2
>>>> 
>>>> Is that truly feasable
>>>> within a week?
>>>> 
>>>> 
>>>>> M-1366:  Stevo, Isabel ????
>>>> 
>>>> This should be done as part of the release process by release manager
>>>> at the latest.
>>>> 
>>>> 
>>>>> M-1261: Sebastian???
>>>>> 
>>>>> M-1309, M-1310, M-1311, M-1316 - all related to running Mahout on
>>>>> Windows ??
>>>> 
>>>> I'm not aware of us supporting Windows.
>>>> 
>>>> 
>>>>> M-1350 - Any takers?? (Stevo??)
>>>> 
>>>> To me this looks like a broken classpath on the user side. Without a
>>>> patch to at least re-produce the issue I wouldn't spend too much time
>>>> 
>>>> on this.
>>>> 
>>>> 
>>>> Isabel
>>> 
>>> 
>>> 

Re: Mahout 0.9 release

Posted by Suneel Marthi <su...@yahoo.com>.
Sorry I am out on the streets but see M-1265 comments for a link to review board 

Sent from my iPhone

> On Dec 1, 2013, at 1:50 PM, Andrew Musselman <an...@gmail.com> wrote:
> 
> No, just reviewboard in general; never put any patches up before.
> 
>> On Dec 1, 2013, at 8:52 AM, Suneel Marthi <su...@yahoo.com> wrote:
>> 
>> For M-1349??  There's no patch for this, no one's worked on it yet.
>> 
>> 
>> 
>> On Sunday, December 1, 2013 11:50 AM, Andrew Musselman <an...@gmail.com> wrote:
>> I will look at M-1349 since I'm in there.
>> 
>> Where's the Reviewboard.
>> 
>> 
>> On Sun, Dec 1, 2013 at 4:57 AM, Suneel Marthi <su...@yahoo.com> wrote:
>> Open JIRAs for 0.9 release :-
>> 
>> Wiki - Isabel, Sebastian and other volunteers
>> -----------------------------------------------------
>> 
>> M-1245, M-1304, M-1305, M-1307, M-1326
>> 
>> Suneel
>> -----------
>> M-1319, M-1328
>> 
>> Pat
>> -------
>> M-1288 Solr Recommender
>> 
>> Sebastian, Peng
>> --------------------
>> M-1286
>> 
>> Yexi, Suneel
>> ---------------
>> M-1265 - Multi Layer Perceptron
>> Ted, do u have cycles to review this, the patch's up on Reviewboard.
>> 
>> Stevo, Isabel
>> -----------------
>> M-1366 - Please delete old releases from mirroring system
>> M-1345 - Enable Randomized testing for all modules
>> 
>> Andrew
>> ----------
>> M-1030
>> 
>> Open Issues (any takers for these ???)
>> --------------------------------------------
>> M-1242
>> M-1349
>> 
>> 
>> 
>> 
>> 
>> 
>> On Friday, November 29, 2013 12:07 PM, Sebastian Schelter <ss...@googlemail.com> wrote:
>> 
>> On 29.11.2013 17:59, Suneel Marthi wrote:
>>> Open JIRAs for 0.9:
>>> 
>>> Mahout-1245, Mahout-1304, Mahout-1305, Mahout-1307, Mahout-1326 - related to Wiki updates.
>>> Definitely appreciate more hands here to review/update the wiki
>>> 
>>> M-1286 - Peng and
>>> Sebastian, no updates on this. Can this be included in 0.9?
>> 
>> I will look into this over the weekend!
>> 
>> 
>>> 
>>> M-1030 - Andrew Musselman
>>> 
>>> M-1319, M-1328 -  Suneel
>>> 
>>> M-1347 - Suneel, patch has been committed to trunk.
>>> 
>>> M-1265 - I have been working with Yexi on this. Ted, would u have time to review this; the code's on Reviewboard.
>>> 
>>> M-1288 - Sole Recommender, Pat Ferrel
>>> 
>>> M-1345: Isabel, Frank. I think we are good on this patch. Isabel, could u commit this to trunk?
>>> 
>>> M-1312: Stevo, could u look at this?
>>> 
>>> M-1349: Any takers for this??
>>> 
>>> Others: Spectral Kmeans clustering documentation (Shannon)
>>> 
>>> 
>>> 
>>> 
>>> On Thursday, November 28, 2013 10:38 AM, Suneel Marthi <su...@yahoo.com> wrote:
>>> 
>>> Adding Mahout-1349 to the list of JIRAs .
>>> 
>>> 
>>> 
>>> 
>>> 
>>> On Thursday, November 28, 2013 10:37 AM, Suneel Marthi <su...@yahoo.com> wrote:
>>> 
>>> Update on Open JIRAs for 0.9:
>>> 
>>> Mahout-1245, Mahout-1304, Mahout-1305, Mahout-1307, Mahout-1326 - all related to Wiki updates, please see Isabel's updates.
>>> 
>>> M-1286 - Peng and
>>> Sebastian, we had talked about this during the last hangout. Can this be included in 0.9?
>>> 
>>> M-1030- Andrew Musselman, its critical that we get this into 0.9, its been deferred for last 2 Mahout releases.
>>> 
>>> M-1319, M-1328, M-1347, M-1350 - Suneel
>>> 
>>> 
>>> M-1265 - Multi Layer Perceptron, Yexi please look at my comments on Reviewboard.
>>> 
>>> M-1273 - Kun Yung, Ted, defer this to next release ???
>>> 
>>> 
>>> 
>>> M-1312, M-1256 - Stevo, could u take one of them
>>> 
>>> 
>>> On Thursday, November 28, 2013 5:01 AM, Isabel Drost-Fromm <is...@apache.org> wrote:
>>> 
>>> On Wed, 27 Nov 2013 14:23:11 -0800
>>> (PST)
>>> Suneel Marthi <su...@yahoo.com> wrote:
>>>> Below are the Open issues for 0.9:-
>>> 
>>> This looks like we should be targeting Dec. 9th as code freeze to me.
>>> What do you all think?
>>> 
>>> 
>>>> Mahout-1245, Mahout-1304, Mahout-1305, Mahout-1307, Mahout-1326 - All
>>>> related to Wiki updates, missing Wiki documentation and Wiki
>>>> migration to new CMS.  Isabel's working on M-1245 (migrating to new
>>>> CMS). Could some of the others be consolidated with that?
>>> 
>>> I believe MAHOUT-1245 essentially is ready to be published - all I want
>>> before notifying INFRA to
>>> switch to the new cms based site is one other
>>> person to take at least a brief look.
>>> 
>>> For MAHOUT-1304 - Sebastian, can you please check that the cms based
>>> site actually does fit on 1280px? We can close this issue then.
>>> 
>>> MAHOUT-1305 - I think this should be turned into a task to actually
>>> delete most of the pages that have been migrated to the new CMS (almost
>>> all of them). Once 1245 is shipped, it would be great if a few more
>>> people could lend a hand in getting this done.
>>> 
>>> MAHOUT-1307 - Can be closed once switched to CMS
>>> 
>>> MAHOUT-1326 - This really relates to the old Confluence export plugin
>>> we once have been using to generate static pages out of our wiki that
>>> is no longer active. Unless anyone on the Mahout dev list
>>> knows how to
>>> fully
>>> delete all exported static pages we should file an issue with
>>> INFRA to ask for help getting those deleted. They definitely are
>>> confusing to users.
>>> 
>>> 
>>> 
>>>> M-1286 - Peng and ssc, we had talked about this during the last
>>>> hangout. Can this be included in 0.9?
>>>> 
>>>> M-1030 - Andrew Musselman? Any updates on this, its important that we
>>>> fix this for 0.9
>>>> 
>>>> M-1319, M-1328,
>>>>  M-1347, M-1364 - Suneel
>>>> 
>>>> M-1273 - Kun Yung, remember talking about this in one of the earlier
>>>> hangouts; can't recall what was decided?
>>>> 
>>>> M-1312, M-1256 - Dan Filimon (or Stevo??)
>>>> 
>>>> M-996  someone could pick
>>> this up (if its still relevant with present
>>>> codebase i.e.)
>>> 
>>> I think this can move to the next release - according to the
>>> contributor and Sebastian the patch is rather hacky and there for
>>> illustration purposes only. I'd rather see some more thought go into
>>> that instead of pushing to have this in 0.9.
>>> 
>>> 
>>>> M-1265 Yexi had submitted a patch for this, it would be good if this
>>>> could go in as part of 0.9 
>>>> 
>>>> M-1288 Solr Recommender - Pat Ferrell
>>>> 
>>>> M-1285: Any takers for this?
>>> 
>>> Would be nice to have - in particular if someone on dev@ (not
>>> necessarily a committer) wants to get started with the code base.
>>> Otherwise I'd say fix for next release
>>> if time gets short.
>>> 
>>> 
>>>> M-1356: Isabel's started on this, Stevo could u review this?
>>> 
>>> We definitely can punt that for the next release or even thereafter. It
>>> would be great if someone who has some knowledge of Java security
>>> policies would take a look. The implication of not fixing this
>>> essentially is that in case someone commits test code that writes
>>> outside of target or to some globally shared directory we might end up
>>> having randomly failing tests due to the parallel setup again. But as
>>> these will occur shortly after the commit it should be easy enough to
>>> find the code change that caused the breakage.
>>> 
>>> 
>>> 
>>>> M-1329: Support for Hadoop 2
>>> 
>>> Is that truly feasable
>>> within a week?
>>> 
>>> 
>>>> M-1366:  Stevo, Isabel ????
>>> 
>>> This should be done as part of the release process by release manager
>>> at the latest.
>>> 
>>> 
>>>> M-1261: Sebastian???
>>>> 
>>>> M-1309, M-1310, M-1311, M-1316 - all related to running Mahout on
>>>> Windows ??
>>> 
>>> I'm not aware of us supporting Windows.
>>> 
>>> 
>>>> M-1350 - Any takers?? (Stevo??)
>>> 
>>> To me this looks like a broken classpath on the user side. Without a
>>> patch to at least re-produce the issue I wouldn't spend too much time
>>> 
>>> on this.
>>> 
>>> 
>>> Isabel
>> 
>> 
>> 

Re: Mahout 0.9 release

Posted by Andrew Musselman <an...@gmail.com>.
Awesome, thanks


On Tue, Dec 3, 2013 at 1:49 PM, Suneel Marthi <su...@yahoo.com>wrote:

>
>
> Phew. I see the problem. Change https to http in the base directory and
> that should do it.
>
>
> Change the base directory to:
> http://svn.apache.org/repos/asf/mahout/trunk
>
> I don't know why, could be because your patch was generated from
> http://svn.apache.org/repos/asf/mahout/trunk.
>
>
>
> On Tuesday, December 3, 2013 4:39 PM, Andrew Musselman <
> andrew.musselman@gmail.com> wrote:
>
> Yeah
>
>
> > On Dec 3, 2013, at 1:36 PM, Suneel Marthi <su...@yahoo.com>
> wrote:
> >
> > Andrew,
> >
> > Let me try this. Is it the patch for M-1030 that u r trying to get onto
> reviewboard?
> >
> >
> >
> >
> >
> > On Tuesday, December 3, 2013 3:14 PM, Andrew Musselman <
> andrew.musselman@gmail.com> wrote:
> >
> > Must be missing something in the reviewboard workflow; keep getting this
> > error when I use mahout/trun or the full URL as Base Directory:  The
> file '
> >
> https://svn.apache.org/repos/asf/mahout/trunk/integration/src/main/java/org/apache/mahout/utils/clustering/JsonClusterWriter.java
> '
> > (r1546394) could not be found in the repository
> >
> > But the rev I have locally is newer than that rev.
> >
> > $ svn info
> > Path: .
> > URL: http://svn.apache.org/repos/asf/mahout/trunk
> > Repository Root: http://svn.apache.org/repos/asf
> > Repository UUID: 13f79535-47bb-0310-9956-ffa450edef68
> > Revision: 1546876
> > Node Kind: directory
> > Schedule: normal
> > Last Changed Author: smarthi
> > Last Changed Rev: 1546869
> > Last Changed Date: 2013-12-01 15:35:30 -0800 (Sun, 01 Dec 2013)
> >
> >
> >
> >> On Mon, Dec 2, 2013 at 6:53 AM, Yexi Jiang <ye...@gmail.com> wrote:
> >>
> >> I used the base as: https://svn.apache.org/repos/asf/mahout/trunk
> >>
> >>
> >> 2013/12/2 Suneel Marthi <su...@yahoo.com>
> >>
> >>> Its been a while since I last did it, I think the Base Directory needs
> to
> >>> be mahout/trunk.
> >>>
> >>>
> >>>
> >>>
> >>>
> >>> On Monday, December 2, 2013 1:17 AM, Andrew Musselman <
> >>> andrew.musselman@gmail.com> wrote:
> >>>
> >>> Any tips on submitting to reviewboard for mahout?  I tried selecting
> repo
> >>> mahout and didn't know which base directory to use, and then used
> >>> mahout-git and wasn't able to use the patch I made via subversion.
> >>>
> >>>
> >>>
> >>> On Sun, Dec 1, 2013 at 2:56 PM, Suneel Marthi <suneel_marthi@yahoo.com
> >>>> wrote:
> >>>
> >>>> Here's the link to Reviewboard
> >>>>
> >>>> https://reviews.apache.org
> >>>>
> >>>>
> >>>>
> >>>>
> >>>>
> >>>>
> >>>> On Sunday, December 1, 2013 1:51 PM, Andrew Musselman <
> >>>> andrew.musselman@gmail.com> wrote:
> >>>>
> >>>> No, just reviewboard in general; never put any patches up before.
> >>>>
> >>>>
> >>>>>> On Dec 1, 2013, at 8:52 AM, Suneel Marthi <su...@yahoo.com>
> >>>>> wrote:
> >>>>>
> >>>>> For M-1349??  There's no patch for this, no one's worked on it yet.
> >>>>>
> >>>>>
> >>>>>
> >>>>>> On Sunday, December 1, 2013 11:50 AM, Andrew Musselman <
> >>>>> andrew.musselman@gmail.com> wrote:
> >>>>> I will look at M-1349 since I'm in there.
> >>>>>
> >>>>> Where's the Reviewboard.
> >>>>>
> >>>>>
> >>>>> On Sun, Dec 1, 2013 at 4:57 AM, Suneel Marthi <
> >> suneel_marthi@yahoo.com
> >>>>
> >>>> wrote:
> >>>>> Open JIRAs for 0.9 release :-
> >>>>>
> >>>>> Wiki - Isabel, Sebastian and other volunteers
> >>>>> -----------------------------------------------------
> >>>>>
> >>>>> M-1245, M-1304, M-1305, M-1307, M-1326
> >>>>>
> >>>>> Suneel
> >>>>> -----------
> >>>>> M-1319, M-1328
> >>>>>
> >>>>> Pat
> >>>>> -------
> >>>>> M-1288 Solr Recommender
> >>>>>
> >>>>> Sebastian, Peng
> >>>>> --------------------
> >>>>> M-1286
> >>>>>
> >>>>> Yexi, Suneel
> >>>>> ---------------
> >>>>> M-1265 - Multi Layer Perceptron
> >>>>> Ted, do u have cycles to review this, the patch's up on Reviewboard.
> >>>>>
> >>>>> Stevo, Isabel
> >>>>> -----------------
> >>>>> M-1366 - Please delete old releases from mirroring system
> >>>>> M-1345 - Enable Randomized testing for all modules
> >>>>>
> >>>>> Andrew
> >>>>> ----------
> >>>>> M-1030
> >>>>>
> >>>>> Open Issues (any takers for these ???)
> >>>>> --------------------------------------------
> >>>>> M-1242
> >>>>> M-1349
> >>>>>
> >>>>>
> >>>>>
> >>>>>
> >>>>>
> >>>>>
> >>>>>> On Friday, November 29, 2013 12:07 PM, Sebastian Schelter <
> >>>>> ssc.open@googlemail.com> wrote:
> >>>>>
> >>>>>> On 29.11.2013 17:59, Suneel Marthi wrote:
> >>>>>> Open JIRAs for 0.9:
> >>>>>>
> >>>>>> Mahout-1245, Mahout-1304, Mahout-1305, Mahout-1307, Mahout-1326 -
> >>>> related to Wiki updates.
> >>>>>> Definitely appreciate more hands here to review/update the wiki
> >>>>>>
> >>>>>> M-1286 - Peng and
> >>>>>>   Sebastian, no updates on this. Can this be included in 0.9?
> >>>>>
> >>>>> I will look into this over the weekend!
> >>>>>
> >>>>>
> >>>>>>
> >>>>>> M-1030 - Andrew Musselman
> >>>>>>
> >>>>>> M-1319, M-1328 -  Suneel
> >>>>>>
> >>>>>> M-1347 - Suneel, patch has been committed to trunk.
> >>>>>>
> >>>>>> M-1265 - I have been working with Yexi on this. Ted, would u have
> >>> time
> >>>> to review this; the code's on Reviewboard.
> >>>>>>
> >>>>>> M-1288 - Sole Recommender, Pat Ferrel
> >>>>>>
> >>>>>> M-1345: Isabel, Frank. I think we are good on this patch. Isabel,
> >>>> could u commit this to trunk?
> >>>>>>
> >>>>>> M-1312: Stevo, could u look at this?
> >>>>>>
> >>>>>> M-1349: Any takers for this??
> >>>>>>
> >>>>>> Others: Spectral Kmeans clustering documentation (Shannon)
> >>>>>>
> >>>>>>
> >>>>>>
> >>>>>>
> >>>>>> On Thursday, November 28, 2013 10:38 AM, Suneel Marthi <
> >>>> suneel_marthi@yahoo.com> wrote:
> >>>>>>
> >>>>>> Adding Mahout-1349 to the list of JIRAs .
> >>>>>>
> >>>>>>
> >>>>>>
> >>>>>>
> >>>>>>
> >>>>>> On Thursday, November 28, 2013 10:37 AM, Suneel Marthi <
> >>>> suneel_marthi@yahoo.com> wrote:
> >>>>>>
> >>>>>> Update on Open JIRAs for 0.9:
> >>>>>>
> >>>>>> Mahout-1245, Mahout-1304, Mahout-1305, Mahout-1307, Mahout-1326 -
> >> all
> >>>> related to Wiki updates, please see Isabel's updates.
> >>>>>>
> >>>>>> M-1286 - Peng and
> >>>>>>   Sebastian, we had talked about this during the last hangout. Can
> >>> this
> >>>> be included in 0.9?
> >>>>>>
> >>>>>> M-1030- Andrew Musselman, its critical that we get this into 0.9,
> >> its
> >>>> been deferred for last 2 Mahout releases.
> >>>>>>
> >>>>>> M-1319, M-1328, M-1347, M-1350 - Suneel
> >>>>>>
> >>>>>>
> >>>>>> M-1265 - Multi Layer Perceptron, Yexi please look at my comments on
> >>>> Reviewboard.
> >>>>>>
> >>>>>> M-1273 - Kun Yung, Ted, defer this to next release ???
> >>>>>>
> >>>>>>
> >>>>>>
> >>>>>> M-1312, M-1256 - Stevo, could u take one of them
> >>>>>>
> >>>>>>
> >>>>>> On Thursday, November 28, 2013 5:01 AM, Isabel Drost-Fromm <
> >>>> isabel@apache.org> wrote:
> >>>>>>
> >>>>>> On Wed, 27 Nov 2013 14:23:11 -0800
> >>>>>>   (PST)
> >>>>>> Suneel Marthi <su...@yahoo.com> wrote:
> >>>>>>> Below are the Open issues for 0.9:-
> >>>>>>
> >>>>>> This looks like we should be targeting Dec. 9th as code freeze to
> >> me.
> >>>>>> What do you all think?
> >>>>>>
> >>>>>>
> >>>>>>> Mahout-1245, Mahout-1304, Mahout-1305, Mahout-1307, Mahout-1326 -
> >>> All
> >>>>>>> related to Wiki updates, missing Wiki documentation and Wiki
> >>>>>>> migration to new CMS.  Isabel's working on M-1245 (migrating to
> >> new
> >>>>>>> CMS). Could some of the others be consolidated with that?
> >>>>>>
> >>>>>> I believe MAHOUT-1245 essentially is ready to be published - all I
> >>> want
> >>>>>> before notifying INFRA to
> >>>>>> switch to the new cms based site is one other
> >>>>>> person to take at least a brief look.
> >>>>>>
> >>>>>> For MAHOUT-1304 - Sebastian, can you please check that the cms
> >> based
> >>>>>> site actually does fit on 1280px? We can close this issue then.
> >>>>>>
> >>>>>> MAHOUT-1305 - I think this should be turned into a task to actually
> >>>>>> delete most of the pages that have been migrated to the new CMS
> >>> (almost
> >>>>>> all of them). Once 1245 is shipped, it would be great if a few more
> >>>>>> people could lend a hand in getting this done.
> >>>>>>
> >>>>>> MAHOUT-1307 - Can be closed once switched to CMS
> >>>>>>
> >>>>>> MAHOUT-1326 - This really relates to the old Confluence export
> >> plugin
> >>>>>> we once have been using to generate static pages out of our wiki
> >> that
> >>>>>> is no longer active. Unless anyone on the Mahout dev list
> >>>>>> knows how to
> >>>>>> fully
> >>>>>>   delete all exported static pages we should file an issue with
> >>>>>> INFRA to ask for help getting those deleted. They definitely are
> >>>>>> confusing to users.
> >>>>>>
> >>>>>>
> >>>>>>
> >>>>>>> M-1286 - Peng and ssc, we had talked about this during the last
> >>>>>>> hangout. Can this be included in 0.9?
> >>>>>>>
> >>>>>>> M-1030 - Andrew Musselman? Any updates on this, its important that
> >>> we
> >>>>>>> fix this for 0.9
> >>>>>>>
> >>>>>>> M-1319, M-1328,
> >>>>>>>    M-1347, M-1364 - Suneel
> >>>>>>>
> >>>>>>> M-1273 - Kun Yung, remember talking about this in one of the
> >> earlier
> >>>>>>> hangouts; can't recall what was decided?
> >>>>>>>
> >>>>>>> M-1312, M-1256 - Dan Filimon (or Stevo??)
> >>>>>>>
> >>>>>>> M-996  someone could pick
> >>>>>>   this up (if its still relevant with present
> >>>>>>> codebase i.e.)
> >>>>>>
> >>>>>> I think this can move to the next release - according to the
> >>>>>> contributor and Sebastian the patch is rather hacky and there for
> >>>>>> illustration purposes only. I'd rather see some more thought go
> >> into
> >>>>>> that instead of pushing to have this in 0.9.
> >>>>>>
> >>>>>>
> >>>>>>> M-1265 Yexi had submitted a patch for this, it would be good if
> >> this
> >>>>>>> could go in as part of 0.9
> >>>>>>>
> >>>>>>> M-1288 Solr Recommender - Pat Ferrell
> >>>>>>>
> >>>>>>> M-1285: Any takers for this?
> >>>>>>
> >>>>>> Would be nice to have - in particular if someone on dev@ (not
> >>>>>> necessarily a committer) wants to get started with the code base.
> >>>>>> Otherwise I'd say fix for next release
> >>>>>>   if time gets short.
> >>>>>>
> >>>>>>
> >>>>>>> M-1356: Isabel's started on this, Stevo could u review this?
> >>>>>>
> >>>>>> We definitely can punt that for the next release or even
> >> thereafter.
> >>> It
> >>>>>> would be great if someone who has some knowledge of Java security
> >>>>>> policies would take a look. The implication of not fixing this
> >>>>>> essentially is that in case someone commits test code that writes
> >>>>>> outside of target or to some globally shared directory we might end
> >>> up
> >>>>>> having randomly failing tests due to the parallel setup again. But
> >> as
> >>>>>> these will occur shortly after the commit it should be easy enough
> >> to
> >>>>>> find the code change that caused the breakage.
> >>>>>>
> >>>>>>
> >>>>>>
> >>>>>>> M-1329: Support for Hadoop 2
> >>>>>>
> >>>>>> Is that truly feasable
> >>>>>>   within a week?
> >>>>>>
> >>>>>>
> >>>>>>> M-1366:  Stevo, Isabel ????
> >>>>>>
> >>>>>> This should be done as part of the release process by release
> >> manager
> >>>>>> at the latest.
> >>>>>>
> >>>>>>
> >>>>>>> M-1261: Sebastian???
> >>>>>>>
> >>>>>>> M-1309, M-1310, M-1311, M-1316 - all related to running Mahout on
> >>>>>>> Windows ??
> >>>>>>
> >>>>>> I'm not aware of us supporting Windows.
> >>>>>>
> >>>>>>
> >>>>>>> M-1350 - Any takers?? (Stevo??)
> >>>>>>
> >>>>>> To me this looks like a broken classpath on the user side. Without
> >> a
> >>>>>> patch to at least re-produce the issue I wouldn't spend too much
> >> time
> >>>>>>
> >>>>>> on this.
> >>>>>>
> >>>>>>
> >>>>>> Isabel
> >>
> >>
> >>
> >> --
> >> ------
> >> Yexi Jiang,
> >> ECS 251,  yjian004@cs.fiu.edu
> >> School of Computer and Information Science,
> >> Florida International University
> >> Homepage: http://users.cis.fiu.edu/~yjian004/
>

Re: Mahout 0.9 release

Posted by Suneel Marthi <su...@yahoo.com>.

Phew. I see the problem. Change https to http in the base directory and that should do it.


Change the base directory to: 
http://svn.apache.org/repos/asf/mahout/trunk

I don't know why, could be because your patch was generated from http://svn.apache.org/repos/asf/mahout/trunk.



On Tuesday, December 3, 2013 4:39 PM, Andrew Musselman <an...@gmail.com> wrote:
 
Yeah


> On Dec 3, 2013, at 1:36 PM, Suneel Marthi <su...@yahoo.com> wrote:
> 
> Andrew, 
> 
> Let me try this. Is it the patch for M-1030 that u r trying to get onto reviewboard?
> 
> 
> 
> 
> 
> On Tuesday, December 3, 2013 3:14 PM, Andrew Musselman <an...@gmail.com> wrote:
> 
> Must be missing something in the reviewboard workflow; keep getting this
> error when I use mahout/trun or the full URL as Base Directory:  The file '
> https://svn.apache.org/repos/asf/mahout/trunk/integration/src/main/java/org/apache/mahout/utils/clustering/JsonClusterWriter.java'
> (r1546394) could not be found in the repository
> 
> But the rev I have locally is newer than that rev.
> 
> $ svn info
> Path: .
> URL: http://svn.apache.org/repos/asf/mahout/trunk
> Repository Root: http://svn.apache.org/repos/asf
> Repository UUID: 13f79535-47bb-0310-9956-ffa450edef68
> Revision: 1546876
> Node Kind: directory
> Schedule: normal
> Last Changed Author: smarthi
> Last Changed Rev: 1546869
> Last Changed Date: 2013-12-01 15:35:30 -0800 (Sun, 01 Dec 2013)
> 
> 
> 
>> On Mon, Dec 2, 2013 at 6:53 AM, Yexi Jiang <ye...@gmail.com> wrote:
>> 
>> I used the base as: https://svn.apache.org/repos/asf/mahout/trunk
>> 
>> 
>> 2013/12/2 Suneel Marthi <su...@yahoo.com>
>> 
>>> Its been a while since I last did it, I think the Base Directory needs to
>>> be mahout/trunk.
>>> 
>>> 
>>> 
>>> 
>>> 
>>> On Monday, December 2, 2013 1:17 AM, Andrew Musselman <
>>> andrew.musselman@gmail.com> wrote:
>>> 
>>> Any tips on submitting to reviewboard for mahout?  I tried selecting repo
>>> mahout and didn't know which base directory to use, and then used
>>> mahout-git and wasn't able to use the patch I made via subversion.
>>> 
>>> 
>>> 
>>> On Sun, Dec 1, 2013 at 2:56 PM, Suneel Marthi <suneel_marthi@yahoo.com
>>>> wrote:
>>> 
>>>> Here's the link to Reviewboard
>>>> 
>>>> https://reviews.apache.org
>>>> 
>>>> 
>>>> 
>>>> 
>>>> 
>>>> 
>>>> On Sunday, December 1, 2013 1:51 PM, Andrew Musselman <
>>>> andrew.musselman@gmail.com> wrote:
>>>> 
>>>> No, just reviewboard in general; never put any patches up before.
>>>> 
>>>> 
>>>>>> On Dec 1, 2013, at 8:52 AM, Suneel Marthi <su...@yahoo.com>
>>>>> wrote:
>>>>> 
>>>>> For M-1349??  There's no patch for this, no one's worked on it yet.
>>>>> 
>>>>> 
>>>>> 
>>>>>> On Sunday, December 1, 2013 11:50 AM, Andrew Musselman <
>>>>> andrew.musselman@gmail.com> wrote:
>>>>> I will look at M-1349 since I'm in there.
>>>>> 
>>>>> Where's the Reviewboard.
>>>>> 
>>>>> 
>>>>> On Sun, Dec 1, 2013 at 4:57 AM, Suneel Marthi <
>> suneel_marthi@yahoo.com
>>>> 
>>>> wrote:
>>>>> Open JIRAs for 0.9 release :-
>>>>> 
>>>>> Wiki - Isabel, Sebastian and other volunteers
>>>>> -----------------------------------------------------
>>>>> 
>>>>> M-1245, M-1304, M-1305, M-1307, M-1326
>>>>> 
>>>>> Suneel
>>>>> -----------
>>>>> M-1319, M-1328
>>>>> 
>>>>> Pat
>>>>> -------
>>>>> M-1288 Solr Recommender
>>>>> 
>>>>> Sebastian, Peng
>>>>> --------------------
>>>>> M-1286
>>>>> 
>>>>> Yexi, Suneel
>>>>> ---------------
>>>>> M-1265 - Multi Layer Perceptron
>>>>> Ted, do u have cycles to review this, the patch's up on Reviewboard.
>>>>> 
>>>>> Stevo, Isabel
>>>>> -----------------
>>>>> M-1366 - Please delete old releases from mirroring system
>>>>> M-1345 - Enable Randomized testing for all modules
>>>>> 
>>>>> Andrew
>>>>> ----------
>>>>> M-1030
>>>>> 
>>>>> Open Issues (any takers for these ???)
>>>>> --------------------------------------------
>>>>> M-1242
>>>>> M-1349
>>>>> 
>>>>> 
>>>>> 
>>>>> 
>>>>> 
>>>>> 
>>>>>> On Friday, November 29, 2013 12:07 PM, Sebastian Schelter <
>>>>> ssc.open@googlemail.com> wrote:
>>>>> 
>>>>>> On 29.11.2013 17:59, Suneel Marthi wrote:
>>>>>> Open JIRAs for 0.9:
>>>>>> 
>>>>>> Mahout-1245, Mahout-1304, Mahout-1305, Mahout-1307, Mahout-1326 -
>>>> related to Wiki updates.
>>>>>> Definitely appreciate more hands here to review/update the wiki
>>>>>> 
>>>>>> M-1286 - Peng and
>>>>>>   Sebastian, no updates on this. Can this be included in 0.9?
>>>>> 
>>>>> I will look into this over the weekend!
>>>>> 
>>>>> 
>>>>>> 
>>>>>> M-1030 - Andrew Musselman
>>>>>> 
>>>>>> M-1319, M-1328 -  Suneel
>>>>>> 
>>>>>> M-1347 - Suneel, patch has been committed to trunk.
>>>>>> 
>>>>>> M-1265 - I have been working with Yexi on this. Ted, would u have
>>> time
>>>> to review this; the code's on Reviewboard.
>>>>>> 
>>>>>> M-1288 - Sole Recommender, Pat Ferrel
>>>>>> 
>>>>>> M-1345: Isabel, Frank. I think we are good on this patch. Isabel,
>>>> could u commit this to trunk?
>>>>>> 
>>>>>> M-1312: Stevo, could u look at this?
>>>>>> 
>>>>>> M-1349: Any takers for this??
>>>>>> 
>>>>>> Others: Spectral Kmeans clustering documentation (Shannon)
>>>>>> 
>>>>>> 
>>>>>> 
>>>>>> 
>>>>>> On Thursday, November 28, 2013 10:38 AM, Suneel Marthi <
>>>> suneel_marthi@yahoo.com> wrote:
>>>>>> 
>>>>>> Adding Mahout-1349 to the list of JIRAs .
>>>>>> 
>>>>>> 
>>>>>> 
>>>>>> 
>>>>>> 
>>>>>> On Thursday, November 28, 2013 10:37 AM, Suneel Marthi <
>>>> suneel_marthi@yahoo.com> wrote:
>>>>>> 
>>>>>> Update on Open JIRAs for 0.9:
>>>>>> 
>>>>>> Mahout-1245, Mahout-1304, Mahout-1305, Mahout-1307, Mahout-1326 -
>> all
>>>> related to Wiki updates, please see Isabel's updates.
>>>>>> 
>>>>>> M-1286 - Peng and
>>>>>>   Sebastian, we had talked about this during the last hangout. Can
>>> this
>>>> be included in 0.9?
>>>>>> 
>>>>>> M-1030- Andrew Musselman, its critical that we get this into 0.9,
>> its
>>>> been deferred for last 2 Mahout releases.
>>>>>> 
>>>>>> M-1319, M-1328, M-1347, M-1350 - Suneel
>>>>>> 
>>>>>> 
>>>>>> M-1265 - Multi Layer Perceptron, Yexi please look at my comments on
>>>> Reviewboard.
>>>>>> 
>>>>>> M-1273 - Kun Yung, Ted, defer this to next release ???
>>>>>> 
>>>>>> 
>>>>>> 
>>>>>> M-1312, M-1256 - Stevo, could u take one of them
>>>>>> 
>>>>>> 
>>>>>> On Thursday, November 28, 2013 5:01 AM, Isabel Drost-Fromm <
>>>> isabel@apache.org> wrote:
>>>>>> 
>>>>>> On Wed, 27 Nov 2013 14:23:11 -0800
>>>>>>   (PST)
>>>>>> Suneel Marthi <su...@yahoo.com> wrote:
>>>>>>> Below are the Open issues for 0.9:-
>>>>>> 
>>>>>> This looks like we should be targeting Dec. 9th as code freeze to
>> me.
>>>>>> What do you all think?
>>>>>> 
>>>>>> 
>>>>>>> Mahout-1245, Mahout-1304, Mahout-1305, Mahout-1307, Mahout-1326 -
>>> All
>>>>>>> related to Wiki updates, missing Wiki documentation and Wiki
>>>>>>> migration to new CMS.  Isabel's working on M-1245 (migrating to
>> new
>>>>>>> CMS). Could some of the others be consolidated with that?
>>>>>> 
>>>>>> I believe MAHOUT-1245 essentially is ready to be published - all I
>>> want
>>>>>> before notifying INFRA to
>>>>>> switch to the new cms based site is one other
>>>>>> person to take at least a brief look.
>>>>>> 
>>>>>> For MAHOUT-1304 - Sebastian, can you please check that the cms
>> based
>>>>>> site actually does fit on 1280px? We can close this issue then.
>>>>>> 
>>>>>> MAHOUT-1305 - I think this should be turned into a task to actually
>>>>>> delete most of the pages that have been migrated to the new CMS
>>> (almost
>>>>>> all of them). Once 1245 is shipped, it would be great if a few more
>>>>>> people could lend a hand in getting this done.
>>>>>> 
>>>>>> MAHOUT-1307 - Can be closed once switched to CMS
>>>>>> 
>>>>>> MAHOUT-1326 - This really relates to the old Confluence export
>> plugin
>>>>>> we once have been using to generate static pages out of our wiki
>> that
>>>>>> is no longer active. Unless anyone on the Mahout dev list
>>>>>> knows how to
>>>>>> fully
>>>>>>   delete all exported static pages we should file an issue with
>>>>>> INFRA to ask for help getting those deleted. They definitely are
>>>>>> confusing to users.
>>>>>> 
>>>>>> 
>>>>>> 
>>>>>>> M-1286 - Peng and ssc, we had talked about this during the last
>>>>>>> hangout. Can this be included in 0.9?
>>>>>>> 
>>>>>>> M-1030 - Andrew Musselman? Any updates on this, its important that
>>> we
>>>>>>> fix this for 0.9
>>>>>>> 
>>>>>>> M-1319, M-1328,
>>>>>>>    M-1347, M-1364 - Suneel
>>>>>>> 
>>>>>>> M-1273 - Kun Yung, remember talking about this in one of the
>> earlier
>>>>>>> hangouts; can't recall what was decided?
>>>>>>> 
>>>>>>> M-1312, M-1256 - Dan Filimon (or Stevo??)
>>>>>>> 
>>>>>>> M-996  someone could pick
>>>>>>   this up (if its still relevant with present
>>>>>>> codebase i.e.)
>>>>>> 
>>>>>> I think this can move to the next release - according to the
>>>>>> contributor and Sebastian the patch is rather hacky and there for
>>>>>> illustration purposes only. I'd rather see some more thought go
>> into
>>>>>> that instead of pushing to have this in 0.9.
>>>>>> 
>>>>>> 
>>>>>>> M-1265 Yexi had submitted a patch for this, it would be good if
>> this
>>>>>>> could go in as part of 0.9
>>>>>>> 
>>>>>>> M-1288 Solr Recommender - Pat Ferrell
>>>>>>> 
>>>>>>> M-1285: Any takers for this?
>>>>>> 
>>>>>> Would be nice to have - in particular if someone on dev@ (not
>>>>>> necessarily a committer) wants to get started with the code base.
>>>>>> Otherwise I'd say fix for next release
>>>>>>   if time gets short.
>>>>>> 
>>>>>> 
>>>>>>> M-1356: Isabel's started on this, Stevo could u review this?
>>>>>> 
>>>>>> We definitely can punt that for the next release or even
>> thereafter.
>>> It
>>>>>> would be great if someone who has some knowledge of Java security
>>>>>> policies would take a look. The implication of not fixing this
>>>>>> essentially is that in case someone commits test code that writes
>>>>>> outside of target or to some globally shared directory we might end
>>> up
>>>>>> having randomly failing tests due to the parallel setup again. But
>> as
>>>>>> these will occur shortly after the commit it should be easy enough
>> to
>>>>>> find the code change that caused the breakage.
>>>>>> 
>>>>>> 
>>>>>> 
>>>>>>> M-1329: Support for Hadoop 2
>>>>>> 
>>>>>> Is that truly feasable
>>>>>>   within a week?
>>>>>> 
>>>>>> 
>>>>>>> M-1366:  Stevo, Isabel ????
>>>>>> 
>>>>>> This should be done as part of the release process by release
>> manager
>>>>>> at the latest.
>>>>>> 
>>>>>> 
>>>>>>> M-1261: Sebastian???
>>>>>>> 
>>>>>>> M-1309, M-1310, M-1311, M-1316 - all related to running Mahout on
>>>>>>> Windows ??
>>>>>> 
>>>>>> I'm not aware of us supporting Windows.
>>>>>> 
>>>>>> 
>>>>>>> M-1350 - Any takers?? (Stevo??)
>>>>>> 
>>>>>> To me this looks like a broken classpath on the user side. Without
>> a
>>>>>> patch to at least re-produce the issue I wouldn't spend too much
>> time
>>>>>> 
>>>>>> on this.
>>>>>> 
>>>>>> 
>>>>>> Isabel
>> 
>> 
>> 
>> --
>> ------
>> Yexi Jiang,
>> ECS 251,  yjian004@cs.fiu.edu
>> School of Computer and Information Science,
>> Florida International University
>> Homepage: http://users.cis.fiu.edu/~yjian004/

Re: Mahout 0.9 release

Posted by Andrew Musselman <an...@gmail.com>.
Yeah

> On Dec 3, 2013, at 1:36 PM, Suneel Marthi <su...@yahoo.com> wrote:
> 
> Andrew, 
> 
> Let me try this. Is it the patch for M-1030 that u r trying to get onto reviewboard?
> 
> 
> 
> 
> 
> On Tuesday, December 3, 2013 3:14 PM, Andrew Musselman <an...@gmail.com> wrote:
> 
> Must be missing something in the reviewboard workflow; keep getting this
> error when I use mahout/trun or the full URL as Base Directory:  The file '
> https://svn.apache.org/repos/asf/mahout/trunk/integration/src/main/java/org/apache/mahout/utils/clustering/JsonClusterWriter.java'
> (r1546394) could not be found in the repository
> 
> But the rev I have locally is newer than that rev.
> 
> $ svn info
> Path: .
> URL: http://svn.apache.org/repos/asf/mahout/trunk
> Repository Root: http://svn.apache.org/repos/asf
> Repository UUID: 13f79535-47bb-0310-9956-ffa450edef68
> Revision: 1546876
> Node Kind: directory
> Schedule: normal
> Last Changed Author: smarthi
> Last Changed Rev: 1546869
> Last Changed Date: 2013-12-01 15:35:30 -0800 (Sun, 01 Dec 2013)
> 
> 
> 
>> On Mon, Dec 2, 2013 at 6:53 AM, Yexi Jiang <ye...@gmail.com> wrote:
>> 
>> I used the base as: https://svn.apache.org/repos/asf/mahout/trunk
>> 
>> 
>> 2013/12/2 Suneel Marthi <su...@yahoo.com>
>> 
>>> Its been a while since I last did it, I think the Base Directory needs to
>>> be mahout/trunk.
>>> 
>>> 
>>> 
>>> 
>>> 
>>> On Monday, December 2, 2013 1:17 AM, Andrew Musselman <
>>> andrew.musselman@gmail.com> wrote:
>>> 
>>> Any tips on submitting to reviewboard for mahout?  I tried selecting repo
>>> mahout and didn't know which base directory to use, and then used
>>> mahout-git and wasn't able to use the patch I made via subversion.
>>> 
>>> 
>>> 
>>> On Sun, Dec 1, 2013 at 2:56 PM, Suneel Marthi <suneel_marthi@yahoo.com
>>>> wrote:
>>> 
>>>> Here's the link to Reviewboard
>>>> 
>>>> https://reviews.apache.org
>>>> 
>>>> 
>>>> 
>>>> 
>>>> 
>>>> 
>>>> On Sunday, December 1, 2013 1:51 PM, Andrew Musselman <
>>>> andrew.musselman@gmail.com> wrote:
>>>> 
>>>> No, just reviewboard in general; never put any patches up before.
>>>> 
>>>> 
>>>>>> On Dec 1, 2013, at 8:52 AM, Suneel Marthi <su...@yahoo.com>
>>>>> wrote:
>>>>> 
>>>>> For M-1349??  There's no patch for this, no one's worked on it yet.
>>>>> 
>>>>> 
>>>>> 
>>>>>> On Sunday, December 1, 2013 11:50 AM, Andrew Musselman <
>>>>> andrew.musselman@gmail.com> wrote:
>>>>> I will look at M-1349 since I'm in there.
>>>>> 
>>>>> Where's the Reviewboard.
>>>>> 
>>>>> 
>>>>> On Sun, Dec 1, 2013 at 4:57 AM, Suneel Marthi <
>> suneel_marthi@yahoo.com
>>>> 
>>>> wrote:
>>>>> Open JIRAs for 0.9 release :-
>>>>> 
>>>>> Wiki - Isabel, Sebastian and other volunteers
>>>>> -----------------------------------------------------
>>>>> 
>>>>> M-1245, M-1304, M-1305, M-1307, M-1326
>>>>> 
>>>>> Suneel
>>>>> -----------
>>>>> M-1319, M-1328
>>>>> 
>>>>> Pat
>>>>> -------
>>>>> M-1288 Solr Recommender
>>>>> 
>>>>> Sebastian, Peng
>>>>> --------------------
>>>>> M-1286
>>>>> 
>>>>> Yexi, Suneel
>>>>> ---------------
>>>>> M-1265 - Multi Layer Perceptron
>>>>> Ted, do u have cycles to review this, the patch's up on Reviewboard.
>>>>> 
>>>>> Stevo, Isabel
>>>>> -----------------
>>>>> M-1366 - Please delete old releases from mirroring system
>>>>> M-1345 - Enable Randomized testing for all modules
>>>>> 
>>>>> Andrew
>>>>> ----------
>>>>> M-1030
>>>>> 
>>>>> Open Issues (any takers for these ???)
>>>>> --------------------------------------------
>>>>> M-1242
>>>>> M-1349
>>>>> 
>>>>> 
>>>>> 
>>>>> 
>>>>> 
>>>>> 
>>>>>> On Friday, November 29, 2013 12:07 PM, Sebastian Schelter <
>>>>> ssc.open@googlemail.com> wrote:
>>>>> 
>>>>>> On 29.11.2013 17:59, Suneel Marthi wrote:
>>>>>> Open JIRAs for 0.9:
>>>>>> 
>>>>>> Mahout-1245, Mahout-1304, Mahout-1305, Mahout-1307, Mahout-1326 -
>>>> related to Wiki updates.
>>>>>> Definitely appreciate more hands here to review/update the wiki
>>>>>> 
>>>>>> M-1286 - Peng and
>>>>>>   Sebastian, no updates on this. Can this be included in 0.9?
>>>>> 
>>>>> I will look into this over the weekend!
>>>>> 
>>>>> 
>>>>>> 
>>>>>> M-1030 - Andrew Musselman
>>>>>> 
>>>>>> M-1319, M-1328 -  Suneel
>>>>>> 
>>>>>> M-1347 - Suneel, patch has been committed to trunk.
>>>>>> 
>>>>>> M-1265 - I have been working with Yexi on this. Ted, would u have
>>> time
>>>> to review this; the code's on Reviewboard.
>>>>>> 
>>>>>> M-1288 - Sole Recommender, Pat Ferrel
>>>>>> 
>>>>>> M-1345: Isabel, Frank. I think we are good on this patch. Isabel,
>>>> could u commit this to trunk?
>>>>>> 
>>>>>> M-1312: Stevo, could u look at this?
>>>>>> 
>>>>>> M-1349: Any takers for this??
>>>>>> 
>>>>>> Others: Spectral Kmeans clustering documentation (Shannon)
>>>>>> 
>>>>>> 
>>>>>> 
>>>>>> 
>>>>>> On Thursday, November 28, 2013 10:38 AM, Suneel Marthi <
>>>> suneel_marthi@yahoo.com> wrote:
>>>>>> 
>>>>>> Adding Mahout-1349 to the list of JIRAs .
>>>>>> 
>>>>>> 
>>>>>> 
>>>>>> 
>>>>>> 
>>>>>> On Thursday, November 28, 2013 10:37 AM, Suneel Marthi <
>>>> suneel_marthi@yahoo.com> wrote:
>>>>>> 
>>>>>> Update on Open JIRAs for 0.9:
>>>>>> 
>>>>>> Mahout-1245, Mahout-1304, Mahout-1305, Mahout-1307, Mahout-1326 -
>> all
>>>> related to Wiki updates, please see Isabel's updates.
>>>>>> 
>>>>>> M-1286 - Peng and
>>>>>>   Sebastian, we had talked about this during the last hangout. Can
>>> this
>>>> be included in 0.9?
>>>>>> 
>>>>>> M-1030- Andrew Musselman, its critical that we get this into 0.9,
>> its
>>>> been deferred for last 2 Mahout releases.
>>>>>> 
>>>>>> M-1319, M-1328, M-1347, M-1350 - Suneel
>>>>>> 
>>>>>> 
>>>>>> M-1265 - Multi Layer Perceptron, Yexi please look at my comments on
>>>> Reviewboard.
>>>>>> 
>>>>>> M-1273 - Kun Yung, Ted, defer this to next release ???
>>>>>> 
>>>>>> 
>>>>>> 
>>>>>> M-1312, M-1256 - Stevo, could u take one of them
>>>>>> 
>>>>>> 
>>>>>> On Thursday, November 28, 2013 5:01 AM, Isabel Drost-Fromm <
>>>> isabel@apache.org> wrote:
>>>>>> 
>>>>>> On Wed, 27 Nov 2013 14:23:11 -0800
>>>>>>   (PST)
>>>>>> Suneel Marthi <su...@yahoo.com> wrote:
>>>>>>> Below are the Open issues for 0.9:-
>>>>>> 
>>>>>> This looks like we should be targeting Dec. 9th as code freeze to
>> me.
>>>>>> What do you all think?
>>>>>> 
>>>>>> 
>>>>>>> Mahout-1245, Mahout-1304, Mahout-1305, Mahout-1307, Mahout-1326 -
>>> All
>>>>>>> related to Wiki updates, missing Wiki documentation and Wiki
>>>>>>> migration to new CMS.  Isabel's working on M-1245 (migrating to
>> new
>>>>>>> CMS). Could some of the others be consolidated with that?
>>>>>> 
>>>>>> I believe MAHOUT-1245 essentially is ready to be published - all I
>>> want
>>>>>> before notifying INFRA to
>>>>>> switch to the new cms based site is one other
>>>>>> person to take at least a brief look.
>>>>>> 
>>>>>> For MAHOUT-1304 - Sebastian, can you please check that the cms
>> based
>>>>>> site actually does fit on 1280px? We can close this issue then.
>>>>>> 
>>>>>> MAHOUT-1305 - I think this should be turned into a task to actually
>>>>>> delete most of the pages that have been migrated to the new CMS
>>> (almost
>>>>>> all of them). Once 1245 is shipped, it would be great if a few more
>>>>>> people could lend a hand in getting this done.
>>>>>> 
>>>>>> MAHOUT-1307 - Can be closed once switched to CMS
>>>>>> 
>>>>>> MAHOUT-1326 - This really relates to the old Confluence export
>> plugin
>>>>>> we once have been using to generate static pages out of our wiki
>> that
>>>>>> is no longer active. Unless anyone on the Mahout dev list
>>>>>> knows how to
>>>>>> fully
>>>>>>   delete all exported static pages we should file an issue with
>>>>>> INFRA to ask for help getting those deleted. They definitely are
>>>>>> confusing to users.
>>>>>> 
>>>>>> 
>>>>>> 
>>>>>>> M-1286 - Peng and ssc, we had talked about this during the last
>>>>>>> hangout. Can this be included in 0.9?
>>>>>>> 
>>>>>>> M-1030 - Andrew Musselman? Any updates on this, its important that
>>> we
>>>>>>> fix this for 0.9
>>>>>>> 
>>>>>>> M-1319, M-1328,
>>>>>>>    M-1347, M-1364 - Suneel
>>>>>>> 
>>>>>>> M-1273 - Kun Yung, remember talking about this in one of the
>> earlier
>>>>>>> hangouts; can't recall what was decided?
>>>>>>> 
>>>>>>> M-1312, M-1256 - Dan Filimon (or Stevo??)
>>>>>>> 
>>>>>>> M-996  someone could pick
>>>>>>   this up (if its still relevant with present
>>>>>>> codebase i.e.)
>>>>>> 
>>>>>> I think this can move to the next release - according to the
>>>>>> contributor and Sebastian the patch is rather hacky and there for
>>>>>> illustration purposes only. I'd rather see some more thought go
>> into
>>>>>> that instead of pushing to have this in 0.9.
>>>>>> 
>>>>>> 
>>>>>>> M-1265 Yexi had submitted a patch for this, it would be good if
>> this
>>>>>>> could go in as part of 0.9
>>>>>>> 
>>>>>>> M-1288 Solr Recommender - Pat Ferrell
>>>>>>> 
>>>>>>> M-1285: Any takers for this?
>>>>>> 
>>>>>> Would be nice to have - in particular if someone on dev@ (not
>>>>>> necessarily a committer) wants to get started with the code base.
>>>>>> Otherwise I'd say fix for next release
>>>>>>   if time gets short.
>>>>>> 
>>>>>> 
>>>>>>> M-1356: Isabel's started on this, Stevo could u review this?
>>>>>> 
>>>>>> We definitely can punt that for the next release or even
>> thereafter.
>>> It
>>>>>> would be great if someone who has some knowledge of Java security
>>>>>> policies would take a look. The implication of not fixing this
>>>>>> essentially is that in case someone commits test code that writes
>>>>>> outside of target or to some globally shared directory we might end
>>> up
>>>>>> having randomly failing tests due to the parallel setup again. But
>> as
>>>>>> these will occur shortly after the commit it should be easy enough
>> to
>>>>>> find the code change that caused the breakage.
>>>>>> 
>>>>>> 
>>>>>> 
>>>>>>> M-1329: Support for Hadoop 2
>>>>>> 
>>>>>> Is that truly feasable
>>>>>>   within a week?
>>>>>> 
>>>>>> 
>>>>>>> M-1366:  Stevo, Isabel ????
>>>>>> 
>>>>>> This should be done as part of the release process by release
>> manager
>>>>>> at the latest.
>>>>>> 
>>>>>> 
>>>>>>> M-1261: Sebastian???
>>>>>>> 
>>>>>>> M-1309, M-1310, M-1311, M-1316 - all related to running Mahout on
>>>>>>> Windows ??
>>>>>> 
>>>>>> I'm not aware of us supporting Windows.
>>>>>> 
>>>>>> 
>>>>>>> M-1350 - Any takers?? (Stevo??)
>>>>>> 
>>>>>> To me this looks like a broken classpath on the user side. Without
>> a
>>>>>> patch to at least re-produce the issue I wouldn't spend too much
>> time
>>>>>> 
>>>>>> on this.
>>>>>> 
>>>>>> 
>>>>>> Isabel
>> 
>> 
>> 
>> --
>> ------
>> Yexi Jiang,
>> ECS 251,  yjian004@cs.fiu.edu
>> School of Computer and Information Science,
>> Florida International University
>> Homepage: http://users.cis.fiu.edu/~yjian004/

Re: Mahout 0.9 release

Posted by Suneel Marthi <su...@yahoo.com>.
Andrew, 

Let me try this. Is it the patch for M-1030 that u r trying to get onto reviewboard?





On Tuesday, December 3, 2013 3:14 PM, Andrew Musselman <an...@gmail.com> wrote:
 
Must be missing something in the reviewboard workflow; keep getting this
error when I use mahout/trun or the full URL as Base Directory:  The file '
https://svn.apache.org/repos/asf/mahout/trunk/integration/src/main/java/org/apache/mahout/utils/clustering/JsonClusterWriter.java'
(r1546394) could not be found in the repository

But the rev I have locally is newer than that rev.

$ svn info
Path: .
URL: http://svn.apache.org/repos/asf/mahout/trunk
Repository Root: http://svn.apache.org/repos/asf
Repository UUID: 13f79535-47bb-0310-9956-ffa450edef68
Revision: 1546876
Node Kind: directory
Schedule: normal
Last Changed Author: smarthi
Last Changed Rev: 1546869
Last Changed Date: 2013-12-01 15:35:30 -0800 (Sun, 01 Dec 2013)



On Mon, Dec 2, 2013 at 6:53 AM, Yexi Jiang <ye...@gmail.com> wrote:

> I used the base as: https://svn.apache.org/repos/asf/mahout/trunk
>
>
> 2013/12/2 Suneel Marthi <su...@yahoo.com>
>
> > Its been a while since I last did it, I think the Base Directory needs to
> > be mahout/trunk.
> >
> >
> >
> >
> >
> > On Monday, December 2, 2013 1:17 AM, Andrew Musselman <
> > andrew.musselman@gmail.com> wrote:
> >
> > Any tips on submitting to reviewboard for mahout?  I tried selecting repo
> > mahout and didn't know which base directory to use, and then used
> > mahout-git and wasn't able to use the patch I made via subversion.
> >
> >
> >
> > On Sun, Dec 1, 2013 at 2:56 PM, Suneel Marthi <suneel_marthi@yahoo.com
> > >wrote:
> >
> > > Here's the link to Reviewboard
> > >
> > > https://reviews.apache.org
> > >
> > >
> > >
> > >
> > >
> > >
> > > On Sunday, December 1, 2013 1:51 PM, Andrew Musselman <
> > > andrew.musselman@gmail.com> wrote:
> > >
> > > No, just reviewboard in general; never put any patches up before.
> > >
> > >
> > > > On Dec 1, 2013, at 8:52 AM, Suneel Marthi <su...@yahoo.com>
> > > wrote:
> > > >
> > > > For M-1349??  There's no patch for this, no one's worked on it yet.
> > > >
> > > >
> > > >
> > > > On Sunday, December 1, 2013 11:50 AM, Andrew Musselman <
> > > andrew.musselman@gmail.com> wrote:
> > > > I will look at M-1349 since I'm in there.
> > > >
> > > > Where's the Reviewboard.
> > > >
> > > >
> > > > On Sun, Dec 1, 2013 at 4:57 AM, Suneel Marthi <
> suneel_marthi@yahoo.com
> > >
> > > wrote:
> > > > Open JIRAs for 0.9 release :-
> > > >
> > > > Wiki - Isabel, Sebastian and other volunteers
> > > > -----------------------------------------------------
> > > >
> > > > M-1245, M-1304, M-1305, M-1307, M-1326
> > > >
> > > > Suneel
> > > > -----------
> > > > M-1319, M-1328
> > > >
> > > > Pat
> > > > -------
> > > > M-1288 Solr Recommender
> > > >
> > > > Sebastian, Peng
> > > > --------------------
> > > > M-1286
> > > >
> > > > Yexi, Suneel
> > > > ---------------
> > > > M-1265 - Multi Layer Perceptron
> > > > Ted, do u have cycles to review this, the patch's up on Reviewboard.
> > > >
> > > > Stevo, Isabel
> > > > -----------------
> > > > M-1366 - Please delete old releases from mirroring system
> > > > M-1345 - Enable Randomized testing for all modules
> > > >
> > > > Andrew
> > > > ----------
> > > > M-1030
> > > >
> > > > Open Issues (any takers for these ???)
> > > > --------------------------------------------
> > > > M-1242
> > > > M-1349
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > > On Friday, November 29, 2013 12:07 PM, Sebastian Schelter <
> > > ssc.open@googlemail.com> wrote:
> > > >
> > > > On 29.11.2013 17:59, Suneel Marthi wrote:
> > > > > Open JIRAs for 0.9:
> > > > >
> > > > > Mahout-1245, Mahout-1304, Mahout-1305, Mahout-1307, Mahout-1326 -
> > > related to Wiki updates.
> > > > > Definitely appreciate more hands here to review/update the wiki
> > > > >
> > > > > M-1286 - Peng and
> > > > >  Sebastian, no updates on this. Can this be included in 0.9?
> > > >
> > > > I will look into this over the weekend!
> > > >
> > > >
> > > > >
> > > > > M-1030 - Andrew Musselman
> > > > >
> > > > > M-1319, M-1328 -  Suneel
> > > > >
> > > > > M-1347 - Suneel, patch has been committed to trunk.
> > > > >
> > > > > M-1265 - I have been working with Yexi on this. Ted, would u have
> > time
> > > to review this; the code's on Reviewboard.
> > > > >
> > > > > M-1288 - Sole Recommender, Pat Ferrel
> > > > >
> > > > > M-1345: Isabel, Frank. I think we are good on this patch. Isabel,
> > > could u commit this to trunk?
> > > > >
> > > > > M-1312: Stevo, could u look at this?
> > > > >
> > > > > M-1349: Any takers for this??
> > > > >
> > > > > Others: Spectral Kmeans clustering documentation (Shannon)
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > On Thursday, November 28, 2013 10:38 AM, Suneel Marthi <
> > > suneel_marthi@yahoo.com> wrote:
> > > > >
> > > > > Adding Mahout-1349 to the list of JIRAs .
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > On Thursday, November 28, 2013 10:37 AM, Suneel Marthi <
> > > suneel_marthi@yahoo.com> wrote:
> > > > >
> > > > > Update on Open JIRAs for 0.9:
> > > > >
> > > > > Mahout-1245, Mahout-1304, Mahout-1305, Mahout-1307, Mahout-1326 -
> all
> > > related to Wiki updates, please see Isabel's updates.
> > > > >
> > > > > M-1286 - Peng and
> > > > >  Sebastian, we had talked about this during the last hangout. Can
> > this
> > > be included in 0.9?
> > > > >
> > > > > M-1030- Andrew Musselman, its critical that we get this into 0.9,
> its
> > > been deferred for last 2 Mahout releases.
> > > > >
> > > > > M-1319, M-1328, M-1347, M-1350 - Suneel
> > > > >
> > > > >
> > > > > M-1265 - Multi Layer Perceptron, Yexi please look at my comments on
> > > Reviewboard.
> > > > >
> > > > > M-1273 - Kun Yung, Ted, defer this to next release ???
> > > > >
> > > > >
> > > > >
> > > > > M-1312, M-1256 - Stevo, could u take one of them
> > > > >
> > > > >
> > > > > On Thursday, November 28, 2013 5:01 AM, Isabel Drost-Fromm <
> > > isabel@apache.org> wrote:
> > > > >
> > > > > On Wed, 27 Nov 2013 14:23:11 -0800
> > > > >  (PST)
> > > > > Suneel Marthi <su...@yahoo.com> wrote:
> > > > >> Below are the Open issues for 0.9:-
> > > > >
> > > > > This looks like we should be targeting Dec. 9th as code freeze to
> me.
> > > > > What do you all think?
> > > > >
> > > > >
> > > > >> Mahout-1245, Mahout-1304, Mahout-1305, Mahout-1307, Mahout-1326 -
> > All
> > > > >> related to Wiki updates, missing Wiki documentation and Wiki
> > > > >> migration to new CMS.  Isabel's working on M-1245 (migrating to
> new
> > > > >> CMS). Could some of the others be consolidated with that?
> > > > >
> > > > > I believe MAHOUT-1245 essentially is ready to be published - all I
> > want
> > > > > before notifying INFRA to
> > > > > switch to the new cms based site is one other
> > > > > person to take at least a brief look.
> > > > >
> > > > > For MAHOUT-1304 - Sebastian, can you please check that the cms
> based
> > > > > site actually does fit on 1280px? We can close this issue then.
> > > > >
> > > > > MAHOUT-1305 - I think this should be turned into a task to actually
> > > > > delete most of the pages that have been migrated to the new CMS
> > (almost
> > > > > all of them). Once 1245 is shipped, it would be great if a few more
> > > > > people could lend a hand in getting this done.
> > > > >
> > > > > MAHOUT-1307 - Can be closed once switched to CMS
> > > > >
> > > > > MAHOUT-1326 - This really relates to the old Confluence export
> plugin
> > > > > we once have been using to generate static pages out of our wiki
> that
> > > > > is no longer active. Unless anyone on the Mahout dev list
> > > > > knows how to
> > > > > fully
> > > > >  delete all exported static pages we should file an issue with
> > > > > INFRA to ask for help getting those deleted. They definitely are
> > > > > confusing to users.
> > > > >
> > > > >
> > > > >
> > > > >> M-1286 - Peng and ssc, we had talked about this during the last
> > > > >> hangout. Can this be included in 0.9?
> > > > >>
> > > > >> M-1030 - Andrew Musselman? Any updates on this, its important that
> > we
> > > > >> fix this for 0.9
> > > > >>
> > > > >> M-1319, M-1328,
> > > > >>   M-1347, M-1364 - Suneel
> > > > >>
> > > > >> M-1273 - Kun Yung, remember talking about this in one of the
> earlier
> > > > >> hangouts; can't recall what was decided?
> > > > >>
> > > > >> M-1312, M-1256 - Dan Filimon (or Stevo??)
> > > > >>
> > > > >> M-996  someone could pick
> > > > >  this up (if its still relevant with present
> > > > >> codebase i.e.)
> > > > >
> > > > > I think this can move to the next release - according to the
> > > > > contributor and Sebastian the patch is rather hacky and there for
> > > > > illustration purposes only. I'd rather see some more thought go
> into
> > > > > that instead of pushing to have this in 0.9.
> > > > >
> > > > >
> > > > >> M-1265 Yexi had submitted a patch for this, it would be good if
> this
> > > > >> could go in as part of 0.9
> > > > >>
> > > > >> M-1288 Solr Recommender - Pat Ferrell
> > > > >>
> > > > >> M-1285: Any takers for this?
> > > > >
> > > > > Would be nice to have - in particular if someone on dev@ (not
> > > > > necessarily a committer) wants to get started with the code base.
> > > > > Otherwise I'd say fix for next release
> > > > >  if time gets short.
> > > > >
> > > > >
> > > > >> M-1356: Isabel's started on this, Stevo could u review this?
> > > > >
> > > > > We definitely can punt that for the next release or even
> thereafter.
> > It
> > > > > would be great if someone who has some knowledge of Java security
> > > > > policies would take a look. The implication of not fixing this
> > > > > essentially is that in case someone commits test code that writes
> > > > > outside of target or to some globally shared directory we might end
> > up
> > > > > having randomly failing tests due to the parallel setup again. But
> as
> > > > > these will occur shortly after the commit it should be easy enough
> to
> > > > > find the code change that caused the breakage.
> > > > >
> > > > >
> > > > >
> > > > >> M-1329: Support for Hadoop 2
> > > > >
> > > > > Is that truly feasable
> > > > >  within a week?
> > > > >
> > > > >
> > > > >> M-1366:  Stevo, Isabel ????
> > > > >
> > > > > This should be done as part of the release process by release
> manager
> > > > > at the latest.
> > > > >
> > > > >
> > > > >> M-1261: Sebastian???
> > > > >>
> > > > >> M-1309, M-1310, M-1311, M-1316 - all related to running Mahout on
> > > > >> Windows ??
> > > > >
> > > > > I'm not aware of us supporting Windows.
> > > > >
> > > > >
> > > > >> M-1350 - Any takers?? (Stevo??)
> > > > >
> > > > > To me this looks like a broken classpath on the user side. Without
> a
> > > > > patch to at least re-produce the issue I wouldn't spend too much
> time
> > > > >
> > > > > on this.
> > > > >
> > > > >
> > > > > Isabel
> > > > >
> > > >
> > > >
> > > >
> > >
> >
>
>
>
> --
> ------
> Yexi Jiang,
> ECS 251,  yjian004@cs.fiu.edu
> School of Computer and Information Science,
> Florida International University
> Homepage: http://users.cis.fiu.edu/~yjian004/
>

Re: Mahout 0.9 release

Posted by Andrew Musselman <an...@gmail.com>.
Must be missing something in the reviewboard workflow; keep getting this
error when I use mahout/trun or the full URL as Base Directory:  The file '
https://svn.apache.org/repos/asf/mahout/trunk/integration/src/main/java/org/apache/mahout/utils/clustering/JsonClusterWriter.java'
(r1546394) could not be found in the repository

But the rev I have locally is newer than that rev.

$ svn info
Path: .
URL: http://svn.apache.org/repos/asf/mahout/trunk
Repository Root: http://svn.apache.org/repos/asf
Repository UUID: 13f79535-47bb-0310-9956-ffa450edef68
Revision: 1546876
Node Kind: directory
Schedule: normal
Last Changed Author: smarthi
Last Changed Rev: 1546869
Last Changed Date: 2013-12-01 15:35:30 -0800 (Sun, 01 Dec 2013)



On Mon, Dec 2, 2013 at 6:53 AM, Yexi Jiang <ye...@gmail.com> wrote:

> I used the base as: https://svn.apache.org/repos/asf/mahout/trunk
>
>
> 2013/12/2 Suneel Marthi <su...@yahoo.com>
>
> > Its been a while since I last did it, I think the Base Directory needs to
> > be mahout/trunk.
> >
> >
> >
> >
> >
> > On Monday, December 2, 2013 1:17 AM, Andrew Musselman <
> > andrew.musselman@gmail.com> wrote:
> >
> > Any tips on submitting to reviewboard for mahout?  I tried selecting repo
> > mahout and didn't know which base directory to use, and then used
> > mahout-git and wasn't able to use the patch I made via subversion.
> >
> >
> >
> > On Sun, Dec 1, 2013 at 2:56 PM, Suneel Marthi <suneel_marthi@yahoo.com
> > >wrote:
> >
> > > Here's the link to Reviewboard
> > >
> > > https://reviews.apache.org
> > >
> > >
> > >
> > >
> > >
> > >
> > > On Sunday, December 1, 2013 1:51 PM, Andrew Musselman <
> > > andrew.musselman@gmail.com> wrote:
> > >
> > > No, just reviewboard in general; never put any patches up before.
> > >
> > >
> > > > On Dec 1, 2013, at 8:52 AM, Suneel Marthi <su...@yahoo.com>
> > > wrote:
> > > >
> > > > For M-1349??  There's no patch for this, no one's worked on it yet.
> > > >
> > > >
> > > >
> > > > On Sunday, December 1, 2013 11:50 AM, Andrew Musselman <
> > > andrew.musselman@gmail.com> wrote:
> > > > I will look at M-1349 since I'm in there.
> > > >
> > > > Where's the Reviewboard.
> > > >
> > > >
> > > > On Sun, Dec 1, 2013 at 4:57 AM, Suneel Marthi <
> suneel_marthi@yahoo.com
> > >
> > > wrote:
> > > > Open JIRAs for 0.9 release :-
> > > >
> > > > Wiki - Isabel, Sebastian and other volunteers
> > > > -----------------------------------------------------
> > > >
> > > > M-1245, M-1304, M-1305, M-1307, M-1326
> > > >
> > > > Suneel
> > > > -----------
> > > > M-1319, M-1328
> > > >
> > > > Pat
> > > > -------
> > > > M-1288 Solr Recommender
> > > >
> > > > Sebastian, Peng
> > > > --------------------
> > > > M-1286
> > > >
> > > > Yexi, Suneel
> > > > ---------------
> > > > M-1265 - Multi Layer Perceptron
> > > > Ted, do u have cycles to review this, the patch's up on Reviewboard.
> > > >
> > > > Stevo, Isabel
> > > > -----------------
> > > > M-1366 - Please delete old releases from mirroring system
> > > > M-1345 - Enable Randomized testing for all modules
> > > >
> > > > Andrew
> > > > ----------
> > > > M-1030
> > > >
> > > > Open Issues (any takers for these ???)
> > > > --------------------------------------------
> > > > M-1242
> > > > M-1349
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > > On Friday, November 29, 2013 12:07 PM, Sebastian Schelter <
> > > ssc.open@googlemail.com> wrote:
> > > >
> > > > On 29.11.2013 17:59, Suneel Marthi wrote:
> > > > > Open JIRAs for 0.9:
> > > > >
> > > > > Mahout-1245, Mahout-1304, Mahout-1305, Mahout-1307, Mahout-1326 -
> > > related to Wiki updates.
> > > > > Definitely appreciate more hands here to review/update the wiki
> > > > >
> > > > > M-1286 - Peng and
> > > > >  Sebastian, no updates on this. Can this be included in 0.9?
> > > >
> > > > I will look into this over the weekend!
> > > >
> > > >
> > > > >
> > > > > M-1030 - Andrew Musselman
> > > > >
> > > > > M-1319, M-1328 -  Suneel
> > > > >
> > > > > M-1347 - Suneel, patch has been committed to trunk.
> > > > >
> > > > > M-1265 - I have been working with Yexi on this. Ted, would u have
> > time
> > > to review this; the code's on Reviewboard.
> > > > >
> > > > > M-1288 - Sole Recommender, Pat Ferrel
> > > > >
> > > > > M-1345: Isabel, Frank. I think we are good on this patch. Isabel,
> > > could u commit this to trunk?
> > > > >
> > > > > M-1312: Stevo, could u look at this?
> > > > >
> > > > > M-1349: Any takers for this??
> > > > >
> > > > > Others: Spectral Kmeans clustering documentation (Shannon)
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > On Thursday, November 28, 2013 10:38 AM, Suneel Marthi <
> > > suneel_marthi@yahoo.com> wrote:
> > > > >
> > > > > Adding Mahout-1349 to the list of JIRAs .
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > On Thursday, November 28, 2013 10:37 AM, Suneel Marthi <
> > > suneel_marthi@yahoo.com> wrote:
> > > > >
> > > > > Update on Open JIRAs for 0.9:
> > > > >
> > > > > Mahout-1245, Mahout-1304, Mahout-1305, Mahout-1307, Mahout-1326 -
> all
> > > related to Wiki updates, please see Isabel's updates.
> > > > >
> > > > > M-1286 - Peng and
> > > > >  Sebastian, we had talked about this during the last hangout. Can
> > this
> > > be included in 0.9?
> > > > >
> > > > > M-1030- Andrew Musselman, its critical that we get this into 0.9,
> its
> > > been deferred for last 2 Mahout releases.
> > > > >
> > > > > M-1319, M-1328, M-1347, M-1350 - Suneel
> > > > >
> > > > >
> > > > > M-1265 - Multi Layer Perceptron, Yexi please look at my comments on
> > > Reviewboard.
> > > > >
> > > > > M-1273 - Kun Yung, Ted, defer this to next release ???
> > > > >
> > > > >
> > > > >
> > > > > M-1312, M-1256 - Stevo, could u take one of them
> > > > >
> > > > >
> > > > > On Thursday, November 28, 2013 5:01 AM, Isabel Drost-Fromm <
> > > isabel@apache.org> wrote:
> > > > >
> > > > > On Wed, 27 Nov 2013 14:23:11 -0800
> > > > >  (PST)
> > > > > Suneel Marthi <su...@yahoo.com> wrote:
> > > > >> Below are the Open issues for 0.9:-
> > > > >
> > > > > This looks like we should be targeting Dec. 9th as code freeze to
> me.
> > > > > What do you all think?
> > > > >
> > > > >
> > > > >> Mahout-1245, Mahout-1304, Mahout-1305, Mahout-1307, Mahout-1326 -
> > All
> > > > >> related to Wiki updates, missing Wiki documentation and Wiki
> > > > >> migration to new CMS.  Isabel's working on M-1245 (migrating to
> new
> > > > >> CMS). Could some of the others be consolidated with that?
> > > > >
> > > > > I believe MAHOUT-1245 essentially is ready to be published - all I
> > want
> > > > > before notifying INFRA to
> > > > > switch to the new cms based site is one other
> > > > > person to take at least a brief look.
> > > > >
> > > > > For MAHOUT-1304 - Sebastian, can you please check that the cms
> based
> > > > > site actually does fit on 1280px? We can close this issue then.
> > > > >
> > > > > MAHOUT-1305 - I think this should be turned into a task to actually
> > > > > delete most of the pages that have been migrated to the new CMS
> > (almost
> > > > > all of them). Once 1245 is shipped, it would be great if a few more
> > > > > people could lend a hand in getting this done.
> > > > >
> > > > > MAHOUT-1307 - Can be closed once switched to CMS
> > > > >
> > > > > MAHOUT-1326 - This really relates to the old Confluence export
> plugin
> > > > > we once have been using to generate static pages out of our wiki
> that
> > > > > is no longer active. Unless anyone on the Mahout dev list
> > > > > knows how to
> > > > > fully
> > > > >  delete all exported static pages we should file an issue with
> > > > > INFRA to ask for help getting those deleted. They definitely are
> > > > > confusing to users.
> > > > >
> > > > >
> > > > >
> > > > >> M-1286 - Peng and ssc, we had talked about this during the last
> > > > >> hangout. Can this be included in 0.9?
> > > > >>
> > > > >> M-1030 - Andrew Musselman? Any updates on this, its important that
> > we
> > > > >> fix this for 0.9
> > > > >>
> > > > >> M-1319, M-1328,
> > > > >>   M-1347, M-1364 - Suneel
> > > > >>
> > > > >> M-1273 - Kun Yung, remember talking about this in one of the
> earlier
> > > > >> hangouts; can't recall what was decided?
> > > > >>
> > > > >> M-1312, M-1256 - Dan Filimon (or Stevo??)
> > > > >>
> > > > >> M-996  someone could pick
> > > > >  this up (if its still relevant with present
> > > > >> codebase i.e.)
> > > > >
> > > > > I think this can move to the next release - according to the
> > > > > contributor and Sebastian the patch is rather hacky and there for
> > > > > illustration purposes only. I'd rather see some more thought go
> into
> > > > > that instead of pushing to have this in 0.9.
> > > > >
> > > > >
> > > > >> M-1265 Yexi had submitted a patch for this, it would be good if
> this
> > > > >> could go in as part of 0.9
> > > > >>
> > > > >> M-1288 Solr Recommender - Pat Ferrell
> > > > >>
> > > > >> M-1285: Any takers for this?
> > > > >
> > > > > Would be nice to have - in particular if someone on dev@ (not
> > > > > necessarily a committer) wants to get started with the code base.
> > > > > Otherwise I'd say fix for next release
> > > > >  if time gets short.
> > > > >
> > > > >
> > > > >> M-1356: Isabel's started on this, Stevo could u review this?
> > > > >
> > > > > We definitely can punt that for the next release or even
> thereafter.
> > It
> > > > > would be great if someone who has some knowledge of Java security
> > > > > policies would take a look. The implication of not fixing this
> > > > > essentially is that in case someone commits test code that writes
> > > > > outside of target or to some globally shared directory we might end
> > up
> > > > > having randomly failing tests due to the parallel setup again. But
> as
> > > > > these will occur shortly after the commit it should be easy enough
> to
> > > > > find the code change that caused the breakage.
> > > > >
> > > > >
> > > > >
> > > > >> M-1329: Support for Hadoop 2
> > > > >
> > > > > Is that truly feasable
> > > > >  within a week?
> > > > >
> > > > >
> > > > >> M-1366:  Stevo, Isabel ????
> > > > >
> > > > > This should be done as part of the release process by release
> manager
> > > > > at the latest.
> > > > >
> > > > >
> > > > >> M-1261: Sebastian???
> > > > >>
> > > > >> M-1309, M-1310, M-1311, M-1316 - all related to running Mahout on
> > > > >> Windows ??
> > > > >
> > > > > I'm not aware of us supporting Windows.
> > > > >
> > > > >
> > > > >> M-1350 - Any takers?? (Stevo??)
> > > > >
> > > > > To me this looks like a broken classpath on the user side. Without
> a
> > > > > patch to at least re-produce the issue I wouldn't spend too much
> time
> > > > >
> > > > > on this.
> > > > >
> > > > >
> > > > > Isabel
> > > > >
> > > >
> > > >
> > > >
> > >
> >
>
>
>
> --
> ------
> Yexi Jiang,
> ECS 251,  yjian004@cs.fiu.edu
> School of Computer and Information Science,
> Florida International University
> Homepage: http://users.cis.fiu.edu/~yjian004/
>

Re: Mahout 0.9 release

Posted by Yexi Jiang <ye...@gmail.com>.
I used the base as: https://svn.apache.org/repos/asf/mahout/trunk


2013/12/2 Suneel Marthi <su...@yahoo.com>

> Its been a while since I last did it, I think the Base Directory needs to
> be mahout/trunk.
>
>
>
>
>
> On Monday, December 2, 2013 1:17 AM, Andrew Musselman <
> andrew.musselman@gmail.com> wrote:
>
> Any tips on submitting to reviewboard for mahout?  I tried selecting repo
> mahout and didn't know which base directory to use, and then used
> mahout-git and wasn't able to use the patch I made via subversion.
>
>
>
> On Sun, Dec 1, 2013 at 2:56 PM, Suneel Marthi <suneel_marthi@yahoo.com
> >wrote:
>
> > Here's the link to Reviewboard
> >
> > https://reviews.apache.org
> >
> >
> >
> >
> >
> >
> > On Sunday, December 1, 2013 1:51 PM, Andrew Musselman <
> > andrew.musselman@gmail.com> wrote:
> >
> > No, just reviewboard in general; never put any patches up before.
> >
> >
> > > On Dec 1, 2013, at 8:52 AM, Suneel Marthi <su...@yahoo.com>
> > wrote:
> > >
> > > For M-1349??  There's no patch for this, no one's worked on it yet.
> > >
> > >
> > >
> > > On Sunday, December 1, 2013 11:50 AM, Andrew Musselman <
> > andrew.musselman@gmail.com> wrote:
> > > I will look at M-1349 since I'm in there.
> > >
> > > Where's the Reviewboard.
> > >
> > >
> > > On Sun, Dec 1, 2013 at 4:57 AM, Suneel Marthi <suneel_marthi@yahoo.com
> >
> > wrote:
> > > Open JIRAs for 0.9 release :-
> > >
> > > Wiki - Isabel, Sebastian and other volunteers
> > > -----------------------------------------------------
> > >
> > > M-1245, M-1304, M-1305, M-1307, M-1326
> > >
> > > Suneel
> > > -----------
> > > M-1319, M-1328
> > >
> > > Pat
> > > -------
> > > M-1288 Solr Recommender
> > >
> > > Sebastian, Peng
> > > --------------------
> > > M-1286
> > >
> > > Yexi, Suneel
> > > ---------------
> > > M-1265 - Multi Layer Perceptron
> > > Ted, do u have cycles to review this, the patch's up on Reviewboard.
> > >
> > > Stevo, Isabel
> > > -----------------
> > > M-1366 - Please delete old releases from mirroring system
> > > M-1345 - Enable Randomized testing for all modules
> > >
> > > Andrew
> > > ----------
> > > M-1030
> > >
> > > Open Issues (any takers for these ???)
> > > --------------------------------------------
> > > M-1242
> > > M-1349
> > >
> > >
> > >
> > >
> > >
> > >
> > > On Friday, November 29, 2013 12:07 PM, Sebastian Schelter <
> > ssc.open@googlemail.com> wrote:
> > >
> > > On 29.11.2013 17:59, Suneel Marthi wrote:
> > > > Open JIRAs for 0.9:
> > > >
> > > > Mahout-1245, Mahout-1304, Mahout-1305, Mahout-1307, Mahout-1326 -
> > related to Wiki updates.
> > > > Definitely appreciate more hands here to review/update the wiki
> > > >
> > > > M-1286 - Peng and
> > > >  Sebastian, no updates on this. Can this be included in 0.9?
> > >
> > > I will look into this over the weekend!
> > >
> > >
> > > >
> > > > M-1030 - Andrew Musselman
> > > >
> > > > M-1319, M-1328 -  Suneel
> > > >
> > > > M-1347 - Suneel, patch has been committed to trunk.
> > > >
> > > > M-1265 - I have been working with Yexi on this. Ted, would u have
> time
> > to review this; the code's on Reviewboard.
> > > >
> > > > M-1288 - Sole Recommender, Pat Ferrel
> > > >
> > > > M-1345: Isabel, Frank. I think we are good on this patch. Isabel,
> > could u commit this to trunk?
> > > >
> > > > M-1312: Stevo, could u look at this?
> > > >
> > > > M-1349: Any takers for this??
> > > >
> > > > Others: Spectral Kmeans clustering documentation (Shannon)
> > > >
> > > >
> > > >
> > > >
> > > > On Thursday, November 28, 2013 10:38 AM, Suneel Marthi <
> > suneel_marthi@yahoo.com> wrote:
> > > >
> > > > Adding Mahout-1349 to the list of JIRAs .
> > > >
> > > >
> > > >
> > > >
> > > >
> > > > On Thursday, November 28, 2013 10:37 AM, Suneel Marthi <
> > suneel_marthi@yahoo.com> wrote:
> > > >
> > > > Update on Open JIRAs for 0.9:
> > > >
> > > > Mahout-1245, Mahout-1304, Mahout-1305, Mahout-1307, Mahout-1326 - all
> > related to Wiki updates, please see Isabel's updates.
> > > >
> > > > M-1286 - Peng and
> > > >  Sebastian, we had talked about this during the last hangout. Can
> this
> > be included in 0.9?
> > > >
> > > > M-1030- Andrew Musselman, its critical that we get this into 0.9, its
> > been deferred for last 2 Mahout releases.
> > > >
> > > > M-1319, M-1328, M-1347, M-1350 - Suneel
> > > >
> > > >
> > > > M-1265 - Multi Layer Perceptron, Yexi please look at my comments on
> > Reviewboard.
> > > >
> > > > M-1273 - Kun Yung, Ted, defer this to next release ???
> > > >
> > > >
> > > >
> > > > M-1312, M-1256 - Stevo, could u take one of them
> > > >
> > > >
> > > > On Thursday, November 28, 2013 5:01 AM, Isabel Drost-Fromm <
> > isabel@apache.org> wrote:
> > > >
> > > > On Wed, 27 Nov 2013 14:23:11 -0800
> > > >  (PST)
> > > > Suneel Marthi <su...@yahoo.com> wrote:
> > > >> Below are the Open issues for 0.9:-
> > > >
> > > > This looks like we should be targeting Dec. 9th as code freeze to me.
> > > > What do you all think?
> > > >
> > > >
> > > >> Mahout-1245, Mahout-1304, Mahout-1305, Mahout-1307, Mahout-1326 -
> All
> > > >> related to Wiki updates, missing Wiki documentation and Wiki
> > > >> migration to new CMS.  Isabel's working on M-1245 (migrating to new
> > > >> CMS). Could some of the others be consolidated with that?
> > > >
> > > > I believe MAHOUT-1245 essentially is ready to be published - all I
> want
> > > > before notifying INFRA to
> > > > switch to the new cms based site is one other
> > > > person to take at least a brief look.
> > > >
> > > > For MAHOUT-1304 - Sebastian, can you please check that the cms based
> > > > site actually does fit on 1280px? We can close this issue then.
> > > >
> > > > MAHOUT-1305 - I think this should be turned into a task to actually
> > > > delete most of the pages that have been migrated to the new CMS
> (almost
> > > > all of them). Once 1245 is shipped, it would be great if a few more
> > > > people could lend a hand in getting this done.
> > > >
> > > > MAHOUT-1307 - Can be closed once switched to CMS
> > > >
> > > > MAHOUT-1326 - This really relates to the old Confluence export plugin
> > > > we once have been using to generate static pages out of our wiki that
> > > > is no longer active. Unless anyone on the Mahout dev list
> > > > knows how to
> > > > fully
> > > >  delete all exported static pages we should file an issue with
> > > > INFRA to ask for help getting those deleted. They definitely are
> > > > confusing to users.
> > > >
> > > >
> > > >
> > > >> M-1286 - Peng and ssc, we had talked about this during the last
> > > >> hangout. Can this be included in 0.9?
> > > >>
> > > >> M-1030 - Andrew Musselman? Any updates on this, its important that
> we
> > > >> fix this for 0.9
> > > >>
> > > >> M-1319, M-1328,
> > > >>   M-1347, M-1364 - Suneel
> > > >>
> > > >> M-1273 - Kun Yung, remember talking about this in one of the earlier
> > > >> hangouts; can't recall what was decided?
> > > >>
> > > >> M-1312, M-1256 - Dan Filimon (or Stevo??)
> > > >>
> > > >> M-996  someone could pick
> > > >  this up (if its still relevant with present
> > > >> codebase i.e.)
> > > >
> > > > I think this can move to the next release - according to the
> > > > contributor and Sebastian the patch is rather hacky and there for
> > > > illustration purposes only. I'd rather see some more thought go into
> > > > that instead of pushing to have this in 0.9.
> > > >
> > > >
> > > >> M-1265 Yexi had submitted a patch for this, it would be good if this
> > > >> could go in as part of 0.9
> > > >>
> > > >> M-1288 Solr Recommender - Pat Ferrell
> > > >>
> > > >> M-1285: Any takers for this?
> > > >
> > > > Would be nice to have - in particular if someone on dev@ (not
> > > > necessarily a committer) wants to get started with the code base.
> > > > Otherwise I'd say fix for next release
> > > >  if time gets short.
> > > >
> > > >
> > > >> M-1356: Isabel's started on this, Stevo could u review this?
> > > >
> > > > We definitely can punt that for the next release or even thereafter.
> It
> > > > would be great if someone who has some knowledge of Java security
> > > > policies would take a look. The implication of not fixing this
> > > > essentially is that in case someone commits test code that writes
> > > > outside of target or to some globally shared directory we might end
> up
> > > > having randomly failing tests due to the parallel setup again. But as
> > > > these will occur shortly after the commit it should be easy enough to
> > > > find the code change that caused the breakage.
> > > >
> > > >
> > > >
> > > >> M-1329: Support for Hadoop 2
> > > >
> > > > Is that truly feasable
> > > >  within a week?
> > > >
> > > >
> > > >> M-1366:  Stevo, Isabel ????
> > > >
> > > > This should be done as part of the release process by release manager
> > > > at the latest.
> > > >
> > > >
> > > >> M-1261: Sebastian???
> > > >>
> > > >> M-1309, M-1310, M-1311, M-1316 - all related to running Mahout on
> > > >> Windows ??
> > > >
> > > > I'm not aware of us supporting Windows.
> > > >
> > > >
> > > >> M-1350 - Any takers?? (Stevo??)
> > > >
> > > > To me this looks like a broken classpath on the user side. Without a
> > > > patch to at least re-produce the issue I wouldn't spend too much time
> > > >
> > > > on this.
> > > >
> > > >
> > > > Isabel
> > > >
> > >
> > >
> > >
> >
>



-- 
------
Yexi Jiang,
ECS 251,  yjian004@cs.fiu.edu
School of Computer and Information Science,
Florida International University
Homepage: http://users.cis.fiu.edu/~yjian004/

Re: Mahout 0.9 release

Posted by Suneel Marthi <su...@yahoo.com>.
Its been a while since I last did it, I think the Base Directory needs to be mahout/trunk. 





On Monday, December 2, 2013 1:17 AM, Andrew Musselman <an...@gmail.com> wrote:
 
Any tips on submitting to reviewboard for mahout?  I tried selecting repo
mahout and didn't know which base directory to use, and then used
mahout-git and wasn't able to use the patch I made via subversion.



On Sun, Dec 1, 2013 at 2:56 PM, Suneel Marthi <su...@yahoo.com>wrote:

> Here's the link to Reviewboard
>
> https://reviews.apache.org
>
>
>
>
>
>
> On Sunday, December 1, 2013 1:51 PM, Andrew Musselman <
> andrew.musselman@gmail.com> wrote:
>
> No, just reviewboard in general; never put any patches up before.
>
>
> > On Dec 1, 2013, at 8:52 AM, Suneel Marthi <su...@yahoo.com>
> wrote:
> >
> > For M-1349??  There's no patch for this, no one's worked on it yet.
> >
> >
> >
> > On Sunday, December 1, 2013 11:50 AM, Andrew Musselman <
> andrew.musselman@gmail.com> wrote:
> > I will look at M-1349 since I'm in there.
> >
> > Where's the Reviewboard.
> >
> >
> > On Sun, Dec 1, 2013 at 4:57 AM, Suneel Marthi <su...@yahoo.com>
> wrote:
> > Open JIRAs for 0.9 release :-
> >
> > Wiki - Isabel, Sebastian and other volunteers
> > -----------------------------------------------------
> >
> > M-1245, M-1304, M-1305, M-1307, M-1326
> >
> > Suneel
> > -----------
> > M-1319, M-1328
> >
> > Pat
> > -------
> > M-1288 Solr Recommender
> >
> > Sebastian, Peng
> > --------------------
> > M-1286
> >
> > Yexi, Suneel
> > ---------------
> > M-1265 - Multi Layer Perceptron
> > Ted, do u have cycles to review this, the patch's up on Reviewboard.
> >
> > Stevo, Isabel
> > -----------------
> > M-1366 - Please delete old releases from mirroring system
> > M-1345 - Enable Randomized testing for all modules
> >
> > Andrew
> > ----------
> > M-1030
> >
> > Open Issues (any takers for these ???)
> > --------------------------------------------
> > M-1242
> > M-1349
> >
> >
> >
> >
> >
> >
> > On Friday, November 29, 2013 12:07 PM, Sebastian Schelter <
> ssc.open@googlemail.com> wrote:
> >
> > On 29.11.2013 17:59, Suneel Marthi wrote:
> > > Open JIRAs for 0.9:
> > >
> > > Mahout-1245, Mahout-1304, Mahout-1305, Mahout-1307, Mahout-1326 -
> related to Wiki updates.
> > > Definitely appreciate more hands here to review/update the wiki
> > >
> > > M-1286 - Peng and
> > >  Sebastian, no updates on this. Can this be included in 0.9?
> >
> > I will look into this over the weekend!
> >
> >
> > >
> > > M-1030 - Andrew Musselman
> > >
> > > M-1319, M-1328 -  Suneel
> > >
> > > M-1347 - Suneel, patch has been committed to trunk.
> > >
> > > M-1265 - I have been working with Yexi on this. Ted, would u have time
> to review this; the code's on Reviewboard.
> > >
> > > M-1288 - Sole Recommender, Pat Ferrel
> > >
> > > M-1345: Isabel, Frank. I think we are good on this patch. Isabel,
> could u commit this to trunk?
> > >
> > > M-1312: Stevo, could u look at this?
> > >
> > > M-1349: Any takers for this??
> > >
> > > Others: Spectral Kmeans clustering documentation (Shannon)
> > >
> > >
> > >
> > >
> > > On Thursday, November 28, 2013 10:38 AM, Suneel Marthi <
> suneel_marthi@yahoo.com> wrote:
> > >
> > > Adding Mahout-1349 to the list of JIRAs .
> > >
> > >
> > >
> > >
> > >
> > > On Thursday, November 28, 2013 10:37 AM, Suneel Marthi <
> suneel_marthi@yahoo.com> wrote:
> > >
> > > Update on Open JIRAs for 0.9:
> > >
> > > Mahout-1245, Mahout-1304, Mahout-1305, Mahout-1307, Mahout-1326 - all
> related to Wiki updates, please see Isabel's updates.
> > >
> > > M-1286 - Peng and
> > >  Sebastian, we had talked about this during the last hangout. Can this
> be included in 0.9?
> > >
> > > M-1030- Andrew Musselman, its critical that we get this into 0.9, its
> been deferred for last 2 Mahout releases.
> > >
> > > M-1319, M-1328, M-1347, M-1350 - Suneel
> > >
> > >
> > > M-1265 - Multi Layer Perceptron, Yexi please look at my comments on
> Reviewboard.
> > >
> > > M-1273 - Kun Yung, Ted, defer this to next release ???
> > >
> > >
> > >
> > > M-1312, M-1256 - Stevo, could u take one of them
> > >
> > >
> > > On Thursday, November 28, 2013 5:01 AM, Isabel Drost-Fromm <
> isabel@apache.org> wrote:
> > >
> > > On Wed, 27 Nov 2013 14:23:11 -0800
> > >  (PST)
> > > Suneel Marthi <su...@yahoo.com> wrote:
> > >> Below are the Open issues for 0.9:-
> > >
> > > This looks like we should be targeting Dec. 9th as code freeze to me.
> > > What do you all think?
> > >
> > >
> > >> Mahout-1245, Mahout-1304, Mahout-1305, Mahout-1307, Mahout-1326 - All
> > >> related to Wiki updates, missing Wiki documentation and Wiki
> > >> migration to new CMS.  Isabel's working on M-1245 (migrating to new
> > >> CMS). Could some of the others be consolidated with that?
> > >
> > > I believe MAHOUT-1245 essentially is ready to be published - all I want
> > > before notifying INFRA to
> > > switch to the new cms based site is one other
> > > person to take at least a brief look.
> > >
> > > For MAHOUT-1304 - Sebastian, can you please check that the cms based
> > > site actually does fit on 1280px? We can close this issue then.
> > >
> > > MAHOUT-1305 - I think this should be turned into a task to actually
> > > delete most of the pages that have been migrated to the new CMS (almost
> > > all of them). Once 1245 is shipped, it would be great if a few more
> > > people could lend a hand in getting this done.
> > >
> > > MAHOUT-1307 - Can be closed once switched to CMS
> > >
> > > MAHOUT-1326 - This really relates to the old Confluence export plugin
> > > we once have been using to generate static pages out of our wiki that
> > > is no longer active. Unless anyone on the Mahout dev list
> > > knows how to
> > > fully
> > >  delete all exported static pages we should file an issue with
> > > INFRA to ask for help getting those deleted. They definitely are
> > > confusing to users.
> > >
> > >
> > >
> > >> M-1286 - Peng and ssc, we had talked about this during the last
> > >> hangout. Can this be included in 0.9?
> > >>
> > >> M-1030 - Andrew Musselman? Any updates on this, its important that we
> > >> fix this for 0.9
> > >>
> > >> M-1319, M-1328,
> > >>   M-1347, M-1364 - Suneel
> > >>
> > >> M-1273 - Kun Yung, remember talking about this in one of the earlier
> > >> hangouts; can't recall what was decided?
> > >>
> > >> M-1312, M-1256 - Dan Filimon (or Stevo??)
> > >>
> > >> M-996  someone could pick
> > >  this up (if its still relevant with present
> > >> codebase i.e.)
> > >
> > > I think this can move to the next release - according to the
> > > contributor and Sebastian the patch is rather hacky and there for
> > > illustration purposes only. I'd rather see some more thought go into
> > > that instead of pushing to have this in 0.9.
> > >
> > >
> > >> M-1265 Yexi had submitted a patch for this, it would be good if this
> > >> could go in as part of 0.9
> > >>
> > >> M-1288 Solr Recommender - Pat Ferrell
> > >>
> > >> M-1285: Any takers for this?
> > >
> > > Would be nice to have - in particular if someone on dev@ (not
> > > necessarily a committer) wants to get started with the code base.
> > > Otherwise I'd say fix for next release
> > >  if time gets short.
> > >
> > >
> > >> M-1356: Isabel's started on this, Stevo could u review this?
> > >
> > > We definitely can punt that for the next release or even thereafter. It
> > > would be great if someone who has some knowledge of Java security
> > > policies would take a look. The implication of not fixing this
> > > essentially is that in case someone commits test code that writes
> > > outside of target or to some globally shared directory we might end up
> > > having randomly failing tests due to the parallel setup again. But as
> > > these will occur shortly after the commit it should be easy enough to
> > > find the code change that caused the breakage.
> > >
> > >
> > >
> > >> M-1329: Support for Hadoop 2
> > >
> > > Is that truly feasable
> > >  within a week?
> > >
> > >
> > >> M-1366:  Stevo, Isabel ????
> > >
> > > This should be done as part of the release process by release manager
> > > at the latest.
> > >
> > >
> > >> M-1261: Sebastian???
> > >>
> > >> M-1309, M-1310, M-1311, M-1316 - all related to running Mahout on
> > >> Windows ??
> > >
> > > I'm not aware of us supporting Windows.
> > >
> > >
> > >> M-1350 - Any takers?? (Stevo??)
> > >
> > > To me this looks like a broken classpath on the user side. Without a
> > > patch to at least re-produce the issue I wouldn't spend too much time
> > >
> > > on this.
> > >
> > >
> > > Isabel
> > >
> >
> >
> >
>

Re: Mahout 0.9 release

Posted by Andrew Musselman <an...@gmail.com>.
Any tips on submitting to reviewboard for mahout?  I tried selecting repo
mahout and didn't know which base directory to use, and then used
mahout-git and wasn't able to use the patch I made via subversion.


On Sun, Dec 1, 2013 at 2:56 PM, Suneel Marthi <su...@yahoo.com>wrote:

> Here's the link to Reviewboard
>
> https://reviews.apache.org
>
>
>
>
>
>
> On Sunday, December 1, 2013 1:51 PM, Andrew Musselman <
> andrew.musselman@gmail.com> wrote:
>
> No, just reviewboard in general; never put any patches up before.
>
>
> > On Dec 1, 2013, at 8:52 AM, Suneel Marthi <su...@yahoo.com>
> wrote:
> >
> > For M-1349??  There's no patch for this, no one's worked on it yet.
> >
> >
> >
> > On Sunday, December 1, 2013 11:50 AM, Andrew Musselman <
> andrew.musselman@gmail.com> wrote:
> > I will look at M-1349 since I'm in there.
> >
> > Where's the Reviewboard.
> >
> >
> > On Sun, Dec 1, 2013 at 4:57 AM, Suneel Marthi <su...@yahoo.com>
> wrote:
> > Open JIRAs for 0.9 release :-
> >
> > Wiki - Isabel, Sebastian and other volunteers
> > -----------------------------------------------------
> >
> > M-1245, M-1304, M-1305, M-1307, M-1326
> >
> > Suneel
> > -----------
> > M-1319, M-1328
> >
> > Pat
> > -------
> > M-1288 Solr Recommender
> >
> > Sebastian, Peng
> > --------------------
> > M-1286
> >
> > Yexi, Suneel
> > ---------------
> > M-1265 - Multi Layer Perceptron
> > Ted, do u have cycles to review this, the patch's up on Reviewboard.
> >
> > Stevo, Isabel
> > -----------------
> > M-1366 - Please delete old releases from mirroring system
> > M-1345 - Enable Randomized testing for all modules
> >
> > Andrew
> > ----------
> > M-1030
> >
> > Open Issues (any takers for these ???)
> > --------------------------------------------
> > M-1242
> > M-1349
> >
> >
> >
> >
> >
> >
> > On Friday, November 29, 2013 12:07 PM, Sebastian Schelter <
> ssc.open@googlemail.com> wrote:
> >
> > On 29.11.2013 17:59, Suneel Marthi wrote:
> > > Open JIRAs for 0.9:
> > >
> > > Mahout-1245, Mahout-1304, Mahout-1305, Mahout-1307, Mahout-1326 -
> related to Wiki updates.
> > > Definitely appreciate more hands here to review/update the wiki
> > >
> > > M-1286 - Peng and
> > >  Sebastian, no updates on this. Can this be included in 0.9?
> >
> > I will look into this over the weekend!
> >
> >
> > >
> > > M-1030 - Andrew Musselman
> > >
> > > M-1319, M-1328 -  Suneel
> > >
> > > M-1347 - Suneel, patch has been committed to trunk.
> > >
> > > M-1265 - I have been working with Yexi on this. Ted, would u have time
> to review this; the code's on Reviewboard.
> > >
> > > M-1288 - Sole Recommender, Pat Ferrel
> > >
> > > M-1345: Isabel, Frank. I think we are good on this patch. Isabel,
> could u commit this to trunk?
> > >
> > > M-1312: Stevo, could u look at this?
> > >
> > > M-1349: Any takers for this??
> > >
> > > Others: Spectral Kmeans clustering documentation (Shannon)
> > >
> > >
> > >
> > >
> > > On Thursday, November 28, 2013 10:38 AM, Suneel Marthi <
> suneel_marthi@yahoo.com> wrote:
> > >
> > > Adding Mahout-1349 to the list of JIRAs .
> > >
> > >
> > >
> > >
> > >
> > > On Thursday, November 28, 2013 10:37 AM, Suneel Marthi <
> suneel_marthi@yahoo.com> wrote:
> > >
> > > Update on Open JIRAs for 0.9:
> > >
> > > Mahout-1245, Mahout-1304, Mahout-1305, Mahout-1307, Mahout-1326 - all
> related to Wiki updates, please see Isabel's updates.
> > >
> > > M-1286 - Peng and
> > >  Sebastian, we had talked about this during the last hangout. Can this
> be included in 0.9?
> > >
> > > M-1030- Andrew Musselman, its critical that we get this into 0.9, its
> been deferred for last 2 Mahout releases.
> > >
> > > M-1319, M-1328, M-1347, M-1350 - Suneel
> > >
> > >
> > > M-1265 - Multi Layer Perceptron, Yexi please look at my comments on
> Reviewboard.
> > >
> > > M-1273 - Kun Yung, Ted, defer this to next release ???
> > >
> > >
> > >
> > > M-1312, M-1256 - Stevo, could u take one of them
> > >
> > >
> > > On Thursday, November 28, 2013 5:01 AM, Isabel Drost-Fromm <
> isabel@apache.org> wrote:
> > >
> > > On Wed, 27 Nov 2013 14:23:11 -0800
> > >  (PST)
> > > Suneel Marthi <su...@yahoo.com> wrote:
> > >> Below are the Open issues for 0.9:-
> > >
> > > This looks like we should be targeting Dec. 9th as code freeze to me.
> > > What do you all think?
> > >
> > >
> > >> Mahout-1245, Mahout-1304, Mahout-1305, Mahout-1307, Mahout-1326 - All
> > >> related to Wiki updates, missing Wiki documentation and Wiki
> > >> migration to new CMS.  Isabel's working on M-1245 (migrating to new
> > >> CMS). Could some of the others be consolidated with that?
> > >
> > > I believe MAHOUT-1245 essentially is ready to be published - all I want
> > > before notifying INFRA to
> > > switch to the new cms based site is one other
> > > person to take at least a brief look.
> > >
> > > For MAHOUT-1304 - Sebastian, can you please check that the cms based
> > > site actually does fit on 1280px? We can close this issue then.
> > >
> > > MAHOUT-1305 - I think this should be turned into a task to actually
> > > delete most of the pages that have been migrated to the new CMS (almost
> > > all of them). Once 1245 is shipped, it would be great if a few more
> > > people could lend a hand in getting this done.
> > >
> > > MAHOUT-1307 - Can be closed once switched to CMS
> > >
> > > MAHOUT-1326 - This really relates to the old Confluence export plugin
> > > we once have been using to generate static pages out of our wiki that
> > > is no longer active. Unless anyone on the Mahout dev list
> > > knows how to
> > > fully
> > >  delete all exported static pages we should file an issue with
> > > INFRA to ask for help getting those deleted. They definitely are
> > > confusing to users.
> > >
> > >
> > >
> > >> M-1286 - Peng and ssc, we had talked about this during the last
> > >> hangout. Can this be included in 0.9?
> > >>
> > >> M-1030 - Andrew Musselman? Any updates on this, its important that we
> > >> fix this for 0.9
> > >>
> > >> M-1319, M-1328,
> > >>   M-1347, M-1364 - Suneel
> > >>
> > >> M-1273 - Kun Yung, remember talking about this in one of the earlier
> > >> hangouts; can't recall what was decided?
> > >>
> > >> M-1312, M-1256 - Dan Filimon (or Stevo??)
> > >>
> > >> M-996  someone could pick
> > >  this up (if its still relevant with present
> > >> codebase i.e.)
> > >
> > > I think this can move to the next release - according to the
> > > contributor and Sebastian the patch is rather hacky and there for
> > > illustration purposes only. I'd rather see some more thought go into
> > > that instead of pushing to have this in 0.9.
> > >
> > >
> > >> M-1265 Yexi had submitted a patch for this, it would be good if this
> > >> could go in as part of 0.9
> > >>
> > >> M-1288 Solr Recommender - Pat Ferrell
> > >>
> > >> M-1285: Any takers for this?
> > >
> > > Would be nice to have - in particular if someone on dev@ (not
> > > necessarily a committer) wants to get started with the code base.
> > > Otherwise I'd say fix for next release
> > >  if time gets short.
> > >
> > >
> > >> M-1356: Isabel's started on this, Stevo could u review this?
> > >
> > > We definitely can punt that for the next release or even thereafter. It
> > > would be great if someone who has some knowledge of Java security
> > > policies would take a look. The implication of not fixing this
> > > essentially is that in case someone commits test code that writes
> > > outside of target or to some globally shared directory we might end up
> > > having randomly failing tests due to the parallel setup again. But as
> > > these will occur shortly after the commit it should be easy enough to
> > > find the code change that caused the breakage.
> > >
> > >
> > >
> > >> M-1329: Support for Hadoop 2
> > >
> > > Is that truly feasable
> > >  within a week?
> > >
> > >
> > >> M-1366:  Stevo, Isabel ????
> > >
> > > This should be done as part of the release process by release manager
> > > at the latest.
> > >
> > >
> > >> M-1261: Sebastian???
> > >>
> > >> M-1309, M-1310, M-1311, M-1316 - all related to running Mahout on
> > >> Windows ??
> > >
> > > I'm not aware of us supporting Windows.
> > >
> > >
> > >> M-1350 - Any takers?? (Stevo??)
> > >
> > > To me this looks like a broken classpath on the user side. Without a
> > > patch to at least re-produce the issue I wouldn't spend too much time
> > >
> > > on this.
> > >
> > >
> > > Isabel
> > >
> >
> >
> >
>

Re: Mahout 0.9 release

Posted by Suneel Marthi <su...@yahoo.com>.
Here's the link to Reviewboard

https://reviews.apache.org






On Sunday, December 1, 2013 1:51 PM, Andrew Musselman <an...@gmail.com> wrote:
 
No, just reviewboard in general; never put any patches up before.


> On Dec 1, 2013, at 8:52 AM, Suneel Marthi <su...@yahoo.com> wrote:
> 
> For M-1349??  There's no patch for this, no one's worked on it yet.
> 
> 
> 
> On Sunday, December 1, 2013 11:50 AM, Andrew Musselman <an...@gmail.com> wrote:
> I will look at M-1349 since I'm in there.
> 
> Where's the Reviewboard.
> 
> 
> On Sun, Dec 1, 2013 at 4:57 AM, Suneel Marthi <su...@yahoo.com> wrote:
> Open JIRAs for 0.9 release :-
> 
> Wiki - Isabel, Sebastian and other volunteers
> -----------------------------------------------------
> 
> M-1245, M-1304, M-1305, M-1307, M-1326
> 
> Suneel
> -----------
> M-1319, M-1328
> 
> Pat
> -------
> M-1288 Solr Recommender
> 
> Sebastian, Peng
> --------------------
> M-1286
> 
> Yexi, Suneel
> ---------------
> M-1265 - Multi Layer Perceptron
> Ted, do u have cycles to review this, the patch's up on Reviewboard.
> 
> Stevo, Isabel
> -----------------
> M-1366 - Please delete old releases from mirroring system
> M-1345 - Enable Randomized testing for all modules
> 
> Andrew
> ----------
> M-1030
> 
> Open Issues (any takers for these ???)
> --------------------------------------------
> M-1242
> M-1349
> 
> 
> 
> 
> 
> 
> On Friday, November 29, 2013 12:07 PM, Sebastian Schelter <ss...@googlemail.com> wrote:
> 
> On 29.11.2013 17:59, Suneel Marthi wrote:
> > Open JIRAs for 0.9:
> >
> > Mahout-1245, Mahout-1304, Mahout-1305, Mahout-1307, Mahout-1326 - related to Wiki updates.
> > Definitely appreciate more hands here to review/update the wiki
> >
> > M-1286 - Peng and
> >  Sebastian, no updates on this. Can this be included in 0.9?
> 
> I will look into this over the weekend!
> 
> 
> >
> > M-1030 - Andrew Musselman
> >
> > M-1319, M-1328 -  Suneel
> >
> > M-1347 - Suneel, patch has been committed to trunk.
> >
> > M-1265 - I have been working with Yexi on this. Ted, would u have time to review this; the code's on Reviewboard.
> >
> > M-1288 - Sole Recommender, Pat Ferrel
> >
> > M-1345: Isabel, Frank. I think we are good on this patch. Isabel, could u commit this to trunk?
> >
> > M-1312: Stevo, could u look at this?
> >
> > M-1349: Any takers for this??
> >
> > Others: Spectral Kmeans clustering documentation (Shannon)
> >
> >
> >
> >
> > On Thursday, November 28, 2013 10:38 AM, Suneel Marthi <su...@yahoo.com> wrote:
> > 
> > Adding Mahout-1349 to the list of JIRAs .
> >
> >
> >
> >
> >
> > On Thursday, November 28, 2013 10:37 AM, Suneel Marthi <su...@yahoo.com> wrote:
> > 
> > Update on Open JIRAs for 0.9:
> >
> > Mahout-1245, Mahout-1304, Mahout-1305, Mahout-1307, Mahout-1326 - all related to Wiki updates, please see Isabel's updates.
> >
> > M-1286 - Peng and
> >  Sebastian, we had talked about this during the last hangout. Can this be included in 0.9?
> >
> > M-1030- Andrew Musselman, its critical that we get this into 0.9, its been deferred for last 2 Mahout releases.
> >
> > M-1319, M-1328, M-1347, M-1350 - Suneel
> >
> >
> > M-1265 - Multi Layer Perceptron, Yexi please look at my comments on Reviewboard.
> >
> > M-1273 - Kun Yung, Ted, defer this to next release ???
> >
> >
> >
> > M-1312, M-1256 - Stevo, could u take one of them
> >
> >
> > On Thursday, November 28, 2013 5:01 AM, Isabel Drost-Fromm <is...@apache.org> wrote:
> >
> > On Wed, 27 Nov 2013 14:23:11 -0800
> >  (PST)
> > Suneel Marthi <su...@yahoo.com> wrote:
> >> Below are the Open issues for 0.9:-
> >
> > This looks like we should be targeting Dec. 9th as code freeze to me.
> > What do you all think?
> >
> >
> >> Mahout-1245, Mahout-1304, Mahout-1305, Mahout-1307, Mahout-1326 - All
> >> related to Wiki updates, missing Wiki documentation and Wiki
> >> migration to new CMS.  Isabel's working on M-1245 (migrating to new
> >> CMS). Could some of the others be consolidated with that?
> >
> > I believe MAHOUT-1245 essentially is ready to be published - all I want
> > before notifying INFRA to
> > switch to the new cms based site is one other
> > person to take at least a brief look.
> >
> > For MAHOUT-1304 - Sebastian, can you please check that the cms based
> > site actually does fit on 1280px? We can close this issue then.
> >
> > MAHOUT-1305 - I think this should be turned into a task to actually
> > delete most of the pages that have been migrated to the new CMS (almost
> > all of them). Once 1245 is shipped, it would be great if a few more
> > people could lend a hand in getting this done.
> >
> > MAHOUT-1307 - Can be closed once switched to CMS
> >
> > MAHOUT-1326 - This really relates to the old Confluence export plugin
> > we once have been using to generate static pages out of our wiki that
> > is no longer active. Unless anyone on the Mahout dev list
> > knows how to
> > fully
> >  delete all exported static pages we should file an issue with
> > INFRA to ask for help getting those deleted. They definitely are
> > confusing to users.
> >
> >
> >
> >> M-1286 - Peng and ssc, we had talked about this during the last
> >> hangout. Can this be included in 0.9?
> >>
> >> M-1030 - Andrew Musselman? Any updates on this, its important that we
> >> fix this for 0.9
> >>
> >> M-1319, M-1328,
> >>   M-1347, M-1364 - Suneel
> >>
> >> M-1273 - Kun Yung, remember talking about this in one of the earlier
> >> hangouts; can't recall what was decided?
> >>
> >> M-1312, M-1256 - Dan Filimon (or Stevo??)
> >>
> >> M-996  someone could pick
> >  this up (if its still relevant with present
> >> codebase i.e.)
> >
> > I think this can move to the next release - according to the
> > contributor and Sebastian the patch is rather hacky and there for
> > illustration purposes only. I'd rather see some more thought go into
> > that instead of pushing to have this in 0.9.
> >
> >
> >> M-1265 Yexi had submitted a patch for this, it would be good if this
> >> could go in as part of 0.9 
> >>
> >> M-1288 Solr Recommender - Pat Ferrell
> >>
> >> M-1285: Any takers for this?
> >
> > Would be nice to have - in particular if someone on dev@ (not
> > necessarily a committer) wants to get started with the code base.
> > Otherwise I'd say fix for next release
> >  if time gets short.
> >
> >
> >> M-1356: Isabel's started on this, Stevo could u review this?
> >
> > We definitely can punt that for the next release or even thereafter. It
> > would be great if someone who has some knowledge of Java security
> > policies would take a look. The implication of not fixing this
> > essentially is that in case someone commits test code that writes
> > outside of target or to some globally shared directory we might end up
> > having randomly failing tests due to the parallel setup again. But as
> > these will occur shortly after the commit it should be easy enough to
> > find the code change that caused the breakage.
> >
> >
> >
> >> M-1329: Support for Hadoop 2
> >
> > Is that truly feasable
> >  within a week?
> >
> >
> >> M-1366:  Stevo, Isabel ????
> >
> > This should be done as part of the release process by release manager
> > at the latest.
> >
> >
> >> M-1261: Sebastian???
> >>
> >> M-1309, M-1310, M-1311, M-1316 - all related to running Mahout on
> >> Windows ??
> >
> > I'm not aware of us supporting Windows.
> >
> >
> >> M-1350 - Any takers?? (Stevo??)
> >
> > To me this looks like a broken classpath on the user side. Without a
> > patch to at least re-produce the issue I wouldn't spend too much time
> >
> > on this.
> >
> >
> > Isabel
> >
> 
> 
> 

Re: Mahout 0.9 release

Posted by Andrew Musselman <an...@gmail.com>.
No, just reviewboard in general; never put any patches up before.

> On Dec 1, 2013, at 8:52 AM, Suneel Marthi <su...@yahoo.com> wrote:
> 
> For M-1349??  There's no patch for this, no one's worked on it yet.
> 
> 
> 
> On Sunday, December 1, 2013 11:50 AM, Andrew Musselman <an...@gmail.com> wrote:
> I will look at M-1349 since I'm in there.
> 
> Where's the Reviewboard.
> 
> 
> On Sun, Dec 1, 2013 at 4:57 AM, Suneel Marthi <su...@yahoo.com> wrote:
> Open JIRAs for 0.9 release :-
> 
> Wiki - Isabel, Sebastian and other volunteers
> -----------------------------------------------------
> 
> M-1245, M-1304, M-1305, M-1307, M-1326
> 
> Suneel
> -----------
> M-1319, M-1328
> 
> Pat
> -------
> M-1288 Solr Recommender
> 
> Sebastian, Peng
> --------------------
> M-1286
> 
> Yexi, Suneel
> ---------------
> M-1265 - Multi Layer Perceptron
> Ted, do u have cycles to review this, the patch's up on Reviewboard.
> 
> Stevo, Isabel
> -----------------
> M-1366 - Please delete old releases from mirroring system
> M-1345 - Enable Randomized testing for all modules
> 
> Andrew
> ----------
> M-1030
> 
> Open Issues (any takers for these ???)
> --------------------------------------------
> M-1242
> M-1349
> 
> 
> 
> 
> 
> 
> On Friday, November 29, 2013 12:07 PM, Sebastian Schelter <ss...@googlemail.com> wrote:
> 
> On 29.11.2013 17:59, Suneel Marthi wrote:
> > Open JIRAs for 0.9:
> >
> > Mahout-1245, Mahout-1304, Mahout-1305, Mahout-1307, Mahout-1326 - related to Wiki updates.
> > Definitely appreciate more hands here to review/update the wiki
> >
> > M-1286 - Peng and
> >  Sebastian, no updates on this. Can this be included in 0.9?
> 
> I will look into this over the weekend!
> 
> 
> >
> > M-1030 - Andrew Musselman
> >
> > M-1319, M-1328 -  Suneel
> >
> > M-1347 - Suneel, patch has been committed to trunk.
> >
> > M-1265 - I have been working with Yexi on this. Ted, would u have time to review this; the code's on Reviewboard.
> >
> > M-1288 - Sole Recommender, Pat Ferrel
> >
> > M-1345: Isabel, Frank. I think we are good on this patch. Isabel, could u commit this to trunk?
> >
> > M-1312: Stevo, could u look at this?
> >
> > M-1349: Any takers for this??
> >
> > Others: Spectral Kmeans clustering documentation (Shannon)
> >
> >
> >
> >
> > On Thursday, November 28, 2013 10:38 AM, Suneel Marthi <su...@yahoo.com> wrote:
> > 
> > Adding Mahout-1349 to the list of JIRAs .
> >
> >
> >
> >
> >
> > On Thursday, November 28, 2013 10:37 AM, Suneel Marthi <su...@yahoo.com> wrote:
> > 
> > Update on Open JIRAs for 0.9:
> >
> > Mahout-1245, Mahout-1304, Mahout-1305, Mahout-1307, Mahout-1326 - all related to Wiki updates, please see Isabel's updates.
> >
> > M-1286 - Peng and
> >  Sebastian, we had talked about this during the last hangout. Can this be included in 0.9?
> >
> > M-1030- Andrew Musselman, its critical that we get this into 0.9, its been deferred for last 2 Mahout releases.
> >
> > M-1319, M-1328, M-1347, M-1350 - Suneel
> >
> >
> > M-1265 - Multi Layer Perceptron, Yexi please look at my comments on Reviewboard.
> >
> > M-1273 - Kun Yung, Ted, defer this to next release ???
> >
> >
> >
> > M-1312, M-1256 - Stevo, could u take one of them
> >
> >
> > On Thursday, November 28, 2013 5:01 AM, Isabel Drost-Fromm <is...@apache.org> wrote:
> >
> > On Wed, 27 Nov 2013 14:23:11 -0800
> >  (PST)
> > Suneel Marthi <su...@yahoo.com> wrote:
> >> Below are the Open issues for 0.9:-
> >
> > This looks like we should be targeting Dec. 9th as code freeze to me.
> > What do you all think?
> >
> >
> >> Mahout-1245, Mahout-1304, Mahout-1305, Mahout-1307, Mahout-1326 - All
> >> related to Wiki updates, missing Wiki documentation and Wiki
> >> migration to new CMS.  Isabel's working on M-1245 (migrating to new
> >> CMS). Could some of the others be consolidated with that?
> >
> > I believe MAHOUT-1245 essentially is ready to be published - all I want
> > before notifying INFRA to
> > switch to the new cms based site is one other
> > person to take at least a brief look.
> >
> > For MAHOUT-1304 - Sebastian, can you please check that the cms based
> > site actually does fit on 1280px? We can close this issue then.
> >
> > MAHOUT-1305 - I think this should be turned into a task to actually
> > delete most of the pages that have been migrated to the new CMS (almost
> > all of them). Once 1245 is shipped, it would be great if a few more
> > people could lend a hand in getting this done.
> >
> > MAHOUT-1307 - Can be closed once switched to CMS
> >
> > MAHOUT-1326 - This really relates to the old Confluence export plugin
> > we once have been using to generate static pages out of our wiki that
> > is no longer active. Unless anyone on the Mahout dev list
> > knows how to
> > fully
> >  delete all exported static pages we should file an issue with
> > INFRA to ask for help getting those deleted. They definitely are
> > confusing to users.
> >
> >
> >
> >> M-1286 - Peng and ssc, we had talked about this during the last
> >> hangout. Can this be included in 0.9?
> >>
> >> M-1030 - Andrew Musselman? Any updates on this, its important that we
> >> fix this for 0.9
> >>
> >> M-1319, M-1328,
> >>   M-1347, M-1364 - Suneel
> >>
> >> M-1273 - Kun Yung, remember talking about this in one of the earlier
> >> hangouts; can't recall what was decided?
> >>
> >> M-1312, M-1256 - Dan Filimon (or Stevo??)
> >>
> >> M-996  someone could pick
> >  this up (if its still relevant with present
> >> codebase i.e.)
> >
> > I think this can move to the next release - according to the
> > contributor and Sebastian the patch is rather hacky and there for
> > illustration purposes only. I'd rather see some more thought go into
> > that instead of pushing to have this in 0.9.
> >
> >
> >> M-1265 Yexi had submitted a patch for this, it would be good if this
> >> could go in as part of 0.9 
> >>
> >> M-1288 Solr Recommender - Pat Ferrell
> >>
> >> M-1285: Any takers for this?
> >
> > Would be nice to have - in particular if someone on dev@ (not
> > necessarily a committer) wants to get started with the code base.
> > Otherwise I'd say fix for next release
> >  if time gets short.
> >
> >
> >> M-1356: Isabel's started on this, Stevo could u review this?
> >
> > We definitely can punt that for the next release or even thereafter. It
> > would be great if someone who has some knowledge of Java security
> > policies would take a look. The implication of not fixing this
> > essentially is that in case someone commits test code that writes
> > outside of target or to some globally shared directory we might end up
> > having randomly failing tests due to the parallel setup again. But as
> > these will occur shortly after the commit it should be easy enough to
> > find the code change that caused the breakage.
> >
> >
> >
> >> M-1329: Support for Hadoop 2
> >
> > Is that truly feasable
> >  within a week?
> >
> >
> >> M-1366:  Stevo, Isabel ????
> >
> > This should be done as part of the release process by release manager
> > at the latest.
> >
> >
> >> M-1261: Sebastian???
> >>
> >> M-1309, M-1310, M-1311, M-1316 - all related to running Mahout on
> >> Windows ??
> >
> > I'm not aware of us supporting Windows.
> >
> >
> >> M-1350 - Any takers?? (Stevo??)
> >
> > To me this looks like a broken classpath on the user side. Without a
> > patch to at least re-produce the issue I wouldn't spend too much time
> >
> > on this.
> >
> >
> > Isabel
> >
> 
> 
> 

Re: Mahout 0.9 release

Posted by Suneel Marthi <su...@yahoo.com>.
Code for M-1345 committed to trunk.





On Sunday, December 1, 2013 11:56 AM, Suneel Marthi <su...@yahoo.com> wrote:
 
I will be committing the patch for M-1345 in a few minutes, upgrading the Lucene version to 4.5.1 as committing this patch is gonna fail 'lucene2seq' tests on Mac OS for Lucene versions < 4.4.  





On Sunday, December 1, 2013 11:52 AM, Suneel Marthi <su...@yahoo.com> wrote:
 
For M-1349??  There's no patch for this, no one's worked on it yet.






On Sunday, December 1, 2013 11:50 AM, Andrew Musselman <an...@gmail.com> wrote:

I will look at M-1349 since I'm in there.

Where's the Reviewboard.



On Sun, Dec 1, 2013 at 4:57 AM, Suneel Marthi <su...@yahoo.com> wrote:

Open JIRAs for 0.9 release :-
>
>Wiki - Isabel, Sebastian and other volunteers
>-----------------------------------------------------
>
>M-1245, M-1304, M-1305, M-1307, M-1326
>
>Suneel
>-----------
>M-1319, M-1328
>
>Pat
>-------
>M-1288 Solr Recommender
>
>Sebastian, Peng
>--------------------
>M-1286
>
>Yexi, Suneel
>---------------
>M-1265 - Multi Layer Perceptron
>Ted, do u have cycles to review this, the patch's up on Reviewboard.
>
>Stevo, Isabel
>-----------------
>M-1366 - Please delete old releases from mirroring system
>M-1345 - Enable Randomized testing for all modules
>
>Andrew
>----------
>M-1030
>
>Open Issues (any takers for these ???)
>--------------------------------------------
>M-1242
>M-1349
>
>
>
>
>
>
>
>On Friday, November 29, 2013 12:07 PM, Sebastian Schelter <ss...@googlemail.com> wrote:
>
>On 29.11.2013 17:59, Suneel Marthi wrote:
>> Open JIRAs for 0.9:
>>
>> Mahout-1245, Mahout-1304, Mahout-1305, Mahout-1307, Mahout-1326 - related to Wiki updates.
>> Definitely appreciate more hands here to review/update
 the wiki
>>
>> M-1286 - Peng and
>>  Sebastian, no updates on this. Can this be included in 0.9?
>
>I will look into this over the weekend!
>
>
>>
>> M-1030 - Andrew Musselman
>>
>> M-1319, M-1328 -  Suneel
>>
>> M-1347 - Suneel, patch has been committed to trunk.
>>
>> M-1265 - I have been working with Yexi on this. Ted, would u have time to review this; the code's on Reviewboard.
>>
>> M-1288 - Sole Recommender, Pat Ferrel
>>
>> M-1345: Isabel, Frank. I think we are good on this patch. Isabel, could u commit this to trunk?
>>
>> M-1312: Stevo, could u look at this?
>>
>> M-1349: Any takers for this??
>>
>> Others: Spectral Kmeans clustering documentation (Shannon)
>>
>>
>>
>>
>> On Thursday, November 28, 2013 10:38 AM, Suneel Marthi <su...@yahoo.com> wrote:
>> 
>> Adding Mahout-1349 to the list of JIRAs .
>>
>>
>>
>>
>>
>> On Thursday, November 28, 2013 10:37 AM, Suneel Marthi <su...@yahoo.com> wrote:
>> 
>> Update on Open JIRAs for 0.9:
>>
>> Mahout-1245, Mahout-1304, Mahout-1305, Mahout-1307, Mahout-1326 - all related to Wiki updates, please see Isabel's updates.
>>
>> M-1286 - Peng and
>>  Sebastian, we had talked about this during the last hangout. Can this be included in 0.9?
>>
>> M-1030- Andrew Musselman, its critical that we get this into 0.9, its been deferred for last 2 Mahout releases.
>>
>> M-1319, M-1328, M-1347, M-1350 - Suneel
>>
>>
>> M-1265 - Multi Layer Perceptron, Yexi please look at my comments on Reviewboard.
>>
>> M-1273 - Kun Yung, Ted, defer this to next release ???
>>
>>
>>
>> M-1312, M-1256 - Stevo, could u take one of them
>>
>>
>> On Thursday, November 28, 2013 5:01 AM, Isabel Drost-Fromm <is...@apache.org> wrote:
>>
>> On Wed, 27 Nov 2013 14:23:11 -0800
>>  (PST)
>> Suneel Marthi <su...@yahoo.com> wrote:
>>> Below are the Open issues for 0.9:-
>>
>> This looks like we should be targeting Dec. 9th as code freeze to me.
>> What do you all think?
>>
>>
>>> Mahout-1245, Mahout-1304, Mahout-1305, Mahout-1307, Mahout-1326 - All
>>> related to Wiki updates, missing Wiki documentation and Wiki
>>> migration to new CMS.  Isabel's working on M-1245 (migrating to new
>>> CMS). Could some of the others be consolidated with that?
>>
>> I believe MAHOUT-1245 essentially is ready to be published - all I want
>> before notifying INFRA to
>> switch to the new cms based site is one other
>> person to take at least a brief look.
>>
>> For MAHOUT-1304 - Sebastian, can you please check that the cms based
>> site actually does fit on 1280px? We can
 close this issue then.
>>
>> MAHOUT-1305 - I think this should be turned into a task to actually
>> delete most of the pages that have been migrated to the new CMS (almost
>> all of them). Once 1245 is shipped, it would be great if a few more
>> people could lend a hand in getting this done.
>>
>> MAHOUT-1307 - Can be closed once switched to CMS
>>
>> MAHOUT-1326 - This really relates to the old Confluence export plugin
>> we once have been using to generate static pages out of our wiki that
>> is no longer active. Unless anyone on the Mahout dev list
>> knows how to
>> fully
>>  delete all exported static pages we should file an issue with
>> INFRA to ask for help getting those deleted. They definitely are
>> confusing to users.
>>
>>
>>
>>> M-1286 - Peng and ssc, we had talked about this during the last
>>> hangout. Can this be included in 0.9?
>>>
>>> M-1030 - Andrew Musselman? Any updates on this, its important that we
>>> fix this for 0.9
>>>
>>> M-1319, M-1328,
>>>   M-1347, M-1364 - Suneel
>>>
>>> M-1273 - Kun Yung, remember talking about this in one of the earlier
>>> hangouts; can't recall what was decided?
>>>
>>> M-1312, M-1256 - Dan Filimon (or
 Stevo??)
>>>
>>> M-996  someone could pick
>>  this up (if its still relevant with present
>>> codebase i.e.)
>>
>> I think this can move to the next release - according to the
>> contributor and Sebastian the patch is rather hacky and there for
>> illustration purposes only. I'd rather see some more thought go into
>> that instead of pushing to have this in 0.9.
>>
>>
>>> M-1265 Yexi had submitted a patch for this, it would be good if this
>>> could go in as part of 0.9 
>>>
>>> M-1288 Solr Recommender - Pat Ferrell
>>>
>>> M-1285: Any takers
 for this?
>>
>> Would be nice to have - in particular if someone on dev@ (not
>> necessarily a committer) wants to get started with the code base.
>> Otherwise I'd say fix for next release
>>  if time gets short.
>>
>>
>>> M-1356: Isabel's started on this, Stevo could u review this?
>>
>> We definitely can punt that for the next release or even thereafter. It
>> would be great if someone who has some knowledge of Java security
>> policies would take a look. The implication of not fixing this
>> essentially is that in case someone commits test code that writes
>> outside of target or to some globally shared directory we might end up
>> having randomly failing tests due to the parallel setup again. But as
>> these will occur shortly after the commit it should be easy enough to
>> find the code change that caused the breakage.
>>
>>
>>
>>> M-1329: Support for Hadoop 2
>>
>> Is that truly feasable
>>  within a week?
>>
>>
>>> M-1366:  Stevo, Isabel ????
>>
>> This should be done as part of the release process by release manager
>> at the latest.
>>
>>
>>> M-1261: Sebastian???
>>>
>>> M-1309, M-1310, M-1311,
 M-1316 - all related to running Mahout on
>>> Windows ??
>>
>> I'm not aware of us supporting Windows.
>>
>>
>>> M-1350 - Any takers?? (Stevo??)
>>
>> To me this looks like a broken classpath on the user side. Without a
>> patch to at least re-produce the issue I wouldn't spend too much time
>>
>> on this.
>>
>>
>> Isabel
>>

Re: Mahout 0.9 release

Posted by Suneel Marthi <su...@yahoo.com>.
I will be committing the patch for M-1345 in a few minutes, upgrading the Lucene version to 4.5.1 as committing this patch is gonna fail 'lucene2seq' tests on Mac OS for Lucene versions < 4.4.  





On Sunday, December 1, 2013 11:52 AM, Suneel Marthi <su...@yahoo.com> wrote:
 
For M-1349??  There's no patch for this, no one's worked on it yet.






On Sunday, December 1, 2013 11:50 AM, Andrew Musselman <an...@gmail.com> wrote:

I will look at M-1349 since I'm in there.

Where's the Reviewboard.



On Sun, Dec 1, 2013 at 4:57 AM, Suneel Marthi <su...@yahoo.com> wrote:

Open JIRAs for 0.9 release :-
>
>Wiki - Isabel, Sebastian and other volunteers
>-----------------------------------------------------
>
>M-1245, M-1304, M-1305, M-1307, M-1326
>
>Suneel
>-----------
>M-1319, M-1328
>
>Pat
>-------
>M-1288 Solr Recommender
>
>Sebastian, Peng
>--------------------
>M-1286
>
>Yexi, Suneel
>---------------
>M-1265 - Multi Layer Perceptron
>Ted, do u have cycles to review this, the patch's up on Reviewboard.
>
>Stevo, Isabel
>-----------------
>M-1366 - Please delete old releases from mirroring system
>M-1345 - Enable Randomized testing for all modules
>
>Andrew
>----------
>M-1030
>
>Open Issues (any takers for these ???)
>--------------------------------------------
>M-1242
>M-1349
>
>
>
>
>
>
>
>On Friday, November 29, 2013 12:07 PM, Sebastian Schelter <ss...@googlemail.com> wrote:
>
>On 29.11.2013 17:59, Suneel Marthi wrote:
>> Open JIRAs for 0.9:
>>
>> Mahout-1245, Mahout-1304, Mahout-1305, Mahout-1307, Mahout-1326 - related to Wiki updates.
>> Definitely appreciate more hands here to review/update the wiki
>>
>> M-1286 - Peng and
>>  Sebastian, no updates on this. Can this be included in 0.9?
>
>I will look into this over the weekend!
>
>
>>
>> M-1030 - Andrew Musselman
>>
>> M-1319, M-1328 -  Suneel
>>
>> M-1347 - Suneel, patch has been committed to trunk.
>>
>> M-1265 - I have been working with Yexi on this. Ted, would u have time to review this; the code's on Reviewboard.
>>
>> M-1288 - Sole Recommender, Pat Ferrel
>>
>> M-1345: Isabel, Frank. I think we are good on this patch. Isabel, could u commit this to trunk?
>>
>> M-1312: Stevo, could u look at this?
>>
>> M-1349: Any takers for this??
>>
>> Others: Spectral Kmeans clustering documentation (Shannon)
>>
>>
>>
>>
>> On Thursday, November 28, 2013 10:38 AM, Suneel Marthi <su...@yahoo.com> wrote:
>> 
>> Adding Mahout-1349 to the list of JIRAs .
>>
>>
>>
>>
>>
>> On Thursday, November 28, 2013 10:37 AM, Suneel Marthi <su...@yahoo.com> wrote:
>> 
>> Update on Open JIRAs for 0.9:
>>
>> Mahout-1245, Mahout-1304, Mahout-1305, Mahout-1307, Mahout-1326 - all related to Wiki updates, please see Isabel's updates.
>>
>> M-1286 - Peng and
>>  Sebastian, we had talked about this during the last hangout. Can this be included in 0.9?
>>
>> M-1030- Andrew Musselman, its critical that we get this into 0.9, its been deferred for last 2 Mahout releases.
>>
>> M-1319, M-1328, M-1347, M-1350 - Suneel
>>
>>
>> M-1265 - Multi Layer Perceptron, Yexi please look at my comments on Reviewboard.
>>
>> M-1273 - Kun Yung, Ted, defer this to next release ???
>>
>>
>>
>> M-1312, M-1256 - Stevo, could u take one of them
>>
>>
>> On Thursday, November 28, 2013 5:01 AM, Isabel Drost-Fromm <is...@apache.org> wrote:
>>
>> On Wed, 27 Nov 2013 14:23:11 -0800
>>  (PST)
>> Suneel Marthi <su...@yahoo.com> wrote:
>>> Below are the Open issues for 0.9:-
>>
>> This looks like we should be targeting Dec. 9th as code freeze to me.
>> What do you all think?
>>
>>
>>> Mahout-1245, Mahout-1304, Mahout-1305, Mahout-1307, Mahout-1326 - All
>>> related to Wiki updates, missing Wiki documentation and Wiki
>>> migration to new CMS.  Isabel's working on M-1245 (migrating to new
>>> CMS). Could some of the others be consolidated with that?
>>
>> I believe MAHOUT-1245 essentially is ready to be published - all I want
>> before notifying INFRA to
>> switch to the new cms based site is one other
>> person to take at least a brief look.
>>
>> For MAHOUT-1304 - Sebastian, can you please check that the cms based
>> site actually does fit on 1280px? We can close this issue then.
>>
>> MAHOUT-1305 - I think this should be turned into a task to actually
>> delete most of the pages that have been migrated to the new CMS (almost
>> all of them). Once 1245 is shipped, it would be great if a few more
>> people could lend a hand in getting this done.
>>
>> MAHOUT-1307 - Can be closed once switched to CMS
>>
>> MAHOUT-1326 - This really relates to the old Confluence export plugin
>> we once have been using to generate static pages out of our wiki that
>> is no longer active. Unless anyone on the Mahout dev list
>> knows how to
>> fully
>>  delete all exported static pages we should file an issue with
>> INFRA to ask for help getting those deleted. They definitely are
>> confusing to users.
>>
>>
>>
>>> M-1286 - Peng and ssc, we had talked about this during the last
>>> hangout. Can this be included in 0.9?
>>>
>>> M-1030 - Andrew Musselman? Any updates on this, its important that we
>>> fix this for 0.9
>>>
>>> M-1319, M-1328,
>>>   M-1347, M-1364 - Suneel
>>>
>>> M-1273 - Kun Yung, remember talking about this in one of the earlier
>>> hangouts; can't recall what was decided?
>>>
>>> M-1312, M-1256 - Dan Filimon (or Stevo??)
>>>
>>> M-996  someone could pick
>>  this up (if its still relevant with present
>>> codebase i.e.)
>>
>> I think this can move to the next release - according to the
>> contributor and Sebastian the patch is rather hacky and there for
>> illustration purposes only. I'd rather see some more thought go into
>> that instead of pushing to have this in 0.9.
>>
>>
>>> M-1265 Yexi had submitted a patch for this, it would be good if this
>>> could go in as part of 0.9 
>>>
>>> M-1288 Solr Recommender - Pat Ferrell
>>>
>>> M-1285: Any takers for this?
>>
>> Would be nice to have - in particular if someone on dev@ (not
>> necessarily a committer) wants to get started with the code base.
>> Otherwise I'd say fix for next release
>>  if time gets short.
>>
>>
>>> M-1356: Isabel's started on this, Stevo could u review this?
>>
>> We definitely can punt that for the next release or even thereafter. It
>> would be great if someone who has some knowledge of Java security
>> policies would take a look. The implication of not fixing this
>> essentially is that in case someone commits test code that writes
>> outside of target or to some globally shared directory we might end up
>> having randomly failing tests due to the parallel setup again. But as
>> these will occur shortly after the commit it should be easy enough to
>> find the code change that caused the breakage.
>>
>>
>>
>>> M-1329: Support for Hadoop 2
>>
>> Is that truly feasable
>>  within a week?
>>
>>
>>> M-1366:  Stevo, Isabel ????
>>
>> This should be done as part of the release process by release manager
>> at the latest.
>>
>>
>>> M-1261: Sebastian???
>>>
>>> M-1309, M-1310, M-1311, M-1316 - all related to running Mahout on
>>> Windows ??
>>
>> I'm not aware of us supporting Windows.
>>
>>
>>> M-1350 - Any takers?? (Stevo??)
>>
>> To me this looks like a broken classpath on the user side. Without a
>> patch to at least re-produce the issue I wouldn't spend too much time
>>
>> on this.
>>
>>
>> Isabel
>>

Re: Mahout 0.9 release

Posted by Suneel Marthi <su...@yahoo.com>.
For M-1349??  There's no patch for this, no one's worked on it yet.





On Sunday, December 1, 2013 11:50 AM, Andrew Musselman <an...@gmail.com> wrote:
 
I will look at M-1349 since I'm in there.

Where's the Reviewboard.



On Sun, Dec 1, 2013 at 4:57 AM, Suneel Marthi <su...@yahoo.com> wrote:

Open JIRAs for 0.9 release :-
>
>Wiki - Isabel, Sebastian and other volunteers
>-----------------------------------------------------
>
>M-1245, M-1304, M-1305, M-1307, M-1326
>
>Suneel
>-----------
>M-1319, M-1328
>
>Pat
>-------
>M-1288 Solr Recommender
>
>Sebastian, Peng
>--------------------
>M-1286
>
>Yexi, Suneel
>---------------
>M-1265 - Multi Layer Perceptron
>Ted, do u have cycles to review this, the patch's up on Reviewboard.
>
>Stevo, Isabel
>-----------------
>M-1366 - Please delete old releases from mirroring system
>M-1345 - Enable Randomized testing for all modules
>
>Andrew
>----------
>M-1030
>
>Open Issues (any takers for these ???)
>--------------------------------------------
>M-1242
>M-1349
>
>
>
>
>
>
>
>On Friday, November 29, 2013 12:07 PM, Sebastian Schelter <ss...@googlemail.com> wrote:
>
>On 29.11.2013 17:59, Suneel Marthi wrote:
>> Open JIRAs for 0.9:
>>
>> Mahout-1245, Mahout-1304, Mahout-1305, Mahout-1307, Mahout-1326 - related to Wiki updates.
>> Definitely appreciate more hands here to review/update the wiki
>>
>> M-1286 - Peng and
>>  Sebastian, no updates on this. Can this be included in 0.9?
>
>I will look into this over the weekend!
>
>
>>
>> M-1030 - Andrew Musselman
>>
>> M-1319, M-1328 -  Suneel
>>
>> M-1347 - Suneel, patch has been committed to trunk.
>>
>> M-1265 - I have been working with Yexi on this. Ted, would u have time to review this; the code's on Reviewboard.
>>
>> M-1288 - Sole Recommender, Pat Ferrel
>>
>> M-1345: Isabel, Frank. I think we are good on this patch. Isabel, could u commit this to trunk?
>>
>> M-1312: Stevo, could u look at this?
>>
>> M-1349: Any takers for this??
>>
>> Others: Spectral Kmeans clustering documentation (Shannon)
>>
>>
>>
>>
>> On Thursday, November 28, 2013 10:38 AM, Suneel Marthi <su...@yahoo.com> wrote:
>> 
>> Adding Mahout-1349 to the list of JIRAs .
>>
>>
>>
>>
>>
>> On Thursday, November 28, 2013 10:37 AM, Suneel Marthi <su...@yahoo.com> wrote:
>> 
>> Update on Open JIRAs for 0.9:
>>
>> Mahout-1245, Mahout-1304, Mahout-1305, Mahout-1307, Mahout-1326 - all related to Wiki updates, please see Isabel's updates.
>>
>> M-1286 - Peng and
>>  Sebastian, we had talked about this during the last hangout. Can this be included in 0.9?
>>
>> M-1030- Andrew Musselman, its critical that we get this into 0.9, its been deferred for last 2 Mahout releases.
>>
>> M-1319, M-1328, M-1347, M-1350 - Suneel
>>
>>
>> M-1265 - Multi Layer Perceptron, Yexi please look at my comments on Reviewboard.
>>
>> M-1273 - Kun Yung, Ted, defer this to next release ???
>>
>>
>>
>> M-1312, M-1256 - Stevo, could u take one of them
>>
>>
>> On Thursday, November 28, 2013 5:01 AM, Isabel Drost-Fromm <is...@apache.org> wrote:
>>
>> On Wed, 27 Nov 2013 14:23:11 -0800
>>  (PST)
>> Suneel Marthi <su...@yahoo.com> wrote:
>>> Below are the Open issues for 0.9:-
>>
>> This looks like we should be targeting Dec. 9th as code freeze to me.
>> What do you all think?
>>
>>
>>> Mahout-1245, Mahout-1304, Mahout-1305, Mahout-1307, Mahout-1326 - All
>>> related to Wiki updates, missing Wiki documentation and Wiki
>>> migration to new CMS.  Isabel's working on M-1245 (migrating to new
>>> CMS). Could some of the others be consolidated with that?
>>
>> I believe MAHOUT-1245 essentially is ready to be published - all I want
>> before notifying INFRA to
>> switch to the new cms based site is one other
>> person to take at least a brief look.
>>
>> For MAHOUT-1304 - Sebastian, can you please check that the cms based
>> site actually does fit on 1280px? We can close this issue then.
>>
>> MAHOUT-1305 - I think this should be turned into a task to actually
>> delete most of the pages that have been migrated to the new CMS (almost
>> all of them). Once 1245 is shipped, it would be great if a few more
>> people could lend a hand in getting this done.
>>
>> MAHOUT-1307 - Can be closed once switched to CMS
>>
>> MAHOUT-1326 - This really relates to the old Confluence export plugin
>> we once have been using to generate static pages out of our wiki that
>> is no longer active. Unless anyone on the Mahout dev list
>> knows how to
>> fully
>>  delete all exported static pages we should file an issue with
>> INFRA to ask for help getting those deleted. They definitely are
>> confusing to users.
>>
>>
>>
>>> M-1286 - Peng and ssc, we had talked about this during the last
>>> hangout. Can this be included in 0.9?
>>>
>>> M-1030 - Andrew Musselman? Any updates on this, its important that we
>>> fix this for 0.9
>>>
>>> M-1319, M-1328,
>>>   M-1347, M-1364 - Suneel
>>>
>>> M-1273 - Kun Yung, remember talking about this in one of the earlier
>>> hangouts; can't recall what was decided?
>>>
>>> M-1312, M-1256 - Dan Filimon (or Stevo??)
>>>
>>> M-996  someone could pick
>>  this up (if its still relevant with present
>>> codebase i.e.)
>>
>> I think this can move to the next release - according to the
>> contributor and Sebastian the patch is rather hacky and there for
>> illustration purposes only. I'd rather see some more thought go into
>> that instead of pushing to have this in 0.9.
>>
>>
>>> M-1265 Yexi had submitted a patch for this, it would be good if this
>>> could go in as part of 0.9 
>>>
>>> M-1288 Solr Recommender - Pat Ferrell
>>>
>>> M-1285: Any takers for this?
>>
>> Would be nice to have - in particular if someone on dev@ (not
>> necessarily a committer) wants to get started with the code base.
>> Otherwise I'd say fix for next release
>>  if time gets short.
>>
>>
>>> M-1356: Isabel's started on this, Stevo could u review this?
>>
>> We definitely can punt that for the next release or even thereafter. It
>> would be great if someone who has some knowledge of Java security
>> policies would take a look. The implication of not fixing this
>> essentially is that in case someone commits test code that writes
>> outside of target or to some globally shared directory we might end up
>> having randomly failing tests due to the parallel setup again. But as
>> these will occur shortly after the commit it should be easy enough to
>> find the code change that caused the breakage.
>>
>>
>>
>>> M-1329: Support for Hadoop 2
>>
>> Is that truly feasable
>>  within a week?
>>
>>
>>> M-1366:  Stevo, Isabel ????
>>
>> This should be done as part of the release process by release manager
>> at the latest.
>>
>>
>>> M-1261: Sebastian???
>>>
>>> M-1309, M-1310, M-1311, M-1316 - all related to running Mahout on
>>> Windows ??
>>
>> I'm not aware of us supporting Windows.
>>
>>
>>> M-1350 - Any takers?? (Stevo??)
>>
>> To me this looks like a broken classpath on the user side. Without a
>> patch to at least re-produce the issue I wouldn't spend too much time
>>
>> on this.
>>
>>
>> Isabel
>> 

Re: Mahout 0.9 release

Posted by Andrew Musselman <an...@gmail.com>.
I will look at M-1349 since I'm in there.

Where's the Reviewboard.


On Sun, Dec 1, 2013 at 4:57 AM, Suneel Marthi <su...@yahoo.com>wrote:

> Open JIRAs for 0.9 release :-
>
> Wiki - Isabel, Sebastian and other volunteers
> -----------------------------------------------------
>
> M-1245, M-1304, M-1305, M-1307, M-1326
>
> Suneel
> -----------
> M-1319, M-1328
>
> Pat
> -------
> M-1288 Solr Recommender
>
> Sebastian, Peng
> --------------------
> M-1286
>
> Yexi, Suneel
> ---------------
> M-1265 - Multi Layer Perceptron
> Ted, do u have cycles to review this, the patch's up on Reviewboard.
>
> Stevo, Isabel
> -----------------
> M-1366 - Please delete old releases from mirroring system
> M-1345 - Enable Randomized testing for all modules
>
> Andrew
> ----------
> M-1030
>
> Open Issues (any takers for these ???)
> --------------------------------------------
> M-1242
> M-1349
>
>
>
>
>
>
> On Friday, November 29, 2013 12:07 PM, Sebastian Schelter <
> ssc.open@googlemail.com> wrote:
>
> On 29.11.2013 17:59, Suneel Marthi wrote:
> > Open JIRAs for 0.9:
> >
> > Mahout-1245, Mahout-1304, Mahout-1305, Mahout-1307, Mahout-1326 -
> related to Wiki updates.
> > Definitely appreciate more hands here to review/update the wiki
> >
> > M-1286 - Peng and
> >  Sebastian, no updates on this. Can this be included in 0.9?
>
> I will look into this over the weekend!
>
>
> >
> > M-1030 - Andrew Musselman
> >
> > M-1319, M-1328 -  Suneel
> >
> > M-1347 - Suneel, patch has been committed to trunk.
> >
> > M-1265 - I have been working with Yexi on this. Ted, would u have time
> to review this; the code's on Reviewboard.
> >
> > M-1288 - Sole Recommender, Pat Ferrel
> >
> > M-1345: Isabel, Frank. I think we are good on this patch. Isabel, could
> u commit this to trunk?
> >
> > M-1312: Stevo, could u look at this?
> >
> > M-1349: Any takers for this??
> >
> > Others: Spectral Kmeans clustering documentation (Shannon)
> >
> >
> >
> >
> > On Thursday, November 28, 2013 10:38 AM, Suneel Marthi <
> suneel_marthi@yahoo.com> wrote:
> >
> > Adding Mahout-1349 to the list of JIRAs .
> >
> >
> >
> >
> >
> > On Thursday, November 28, 2013 10:37 AM, Suneel Marthi <
> suneel_marthi@yahoo.com> wrote:
> >
> > Update on Open JIRAs for 0.9:
> >
> > Mahout-1245, Mahout-1304, Mahout-1305, Mahout-1307, Mahout-1326 - all
> related to Wiki updates, please see Isabel's updates.
> >
> > M-1286 - Peng and
> >  Sebastian, we had talked about this during the last hangout. Can this
> be included in 0.9?
> >
> > M-1030- Andrew Musselman, its critical that we get this into 0.9, its
> been deferred for last 2 Mahout releases.
> >
> > M-1319, M-1328, M-1347, M-1350 - Suneel
> >
> >
> > M-1265 - Multi Layer Perceptron, Yexi please look at my comments on
> Reviewboard.
> >
> > M-1273 - Kun Yung, Ted, defer this to next release ???
> >
> >
> >
> > M-1312, M-1256 - Stevo, could u take one of them
> >
> >
> > On Thursday, November 28, 2013 5:01 AM, Isabel Drost-Fromm <
> isabel@apache.org> wrote:
> >
> > On Wed, 27 Nov 2013 14:23:11 -0800
> >  (PST)
> > Suneel Marthi <su...@yahoo.com> wrote:
> >> Below are the Open issues for 0.9:-
> >
> > This looks like we should be targeting Dec. 9th as code freeze to me.
> > What do you all think?
> >
> >
> >> Mahout-1245, Mahout-1304, Mahout-1305, Mahout-1307, Mahout-1326 - All
> >> related to Wiki updates, missing Wiki documentation and Wiki
> >> migration to new CMS.  Isabel's working on M-1245 (migrating to new
> >> CMS). Could some of the others be consolidated with that?
> >
> > I believe MAHOUT-1245 essentially is ready to be published - all I want
> > before notifying INFRA to
> > switch to the new cms based site is one other
> > person to take at least a brief look.
> >
> > For MAHOUT-1304 - Sebastian, can you please check that the cms based
> > site actually does fit on 1280px? We can close this issue then.
> >
> > MAHOUT-1305 - I think this should be turned into a task to actually
> > delete most of the pages that have been migrated to the new CMS (almost
> > all of them). Once 1245 is shipped, it would be great if a few more
> > people could lend a hand in getting this done.
> >
> > MAHOUT-1307 - Can be closed once switched to CMS
> >
> > MAHOUT-1326 - This really relates to the old Confluence export plugin
> > we once have been using to generate static pages out of our wiki that
> > is no longer active. Unless anyone on the Mahout dev list
> > knows how to
> > fully
> >  delete all exported static pages we should file an issue with
> > INFRA to ask for help getting those deleted. They definitely are
> > confusing to users.
> >
> >
> >
> >> M-1286 - Peng and ssc, we had talked about this during the last
> >> hangout. Can this be included in 0.9?
> >>
> >> M-1030 - Andrew Musselman? Any updates on this, its important that we
> >> fix this for 0.9
> >>
> >> M-1319, M-1328,
> >>   M-1347, M-1364 - Suneel
> >>
> >> M-1273 - Kun Yung, remember talking about this in one of the earlier
> >> hangouts; can't recall what was decided?
> >>
> >> M-1312, M-1256 - Dan Filimon (or Stevo??)
> >>
> >> M-996  someone could pick
> >  this up (if its still relevant with present
> >> codebase i.e.)
> >
> > I think this can move to the next release - according to the
> > contributor and Sebastian the patch is rather hacky and there for
> > illustration purposes only. I'd rather see some more thought go into
> > that instead of pushing to have this in 0.9.
> >
> >
> >> M-1265 Yexi had submitted a patch for this, it would be good if this
> >> could go in as part of 0.9
> >>
> >> M-1288 Solr Recommender - Pat Ferrell
> >>
> >> M-1285: Any takers for this?
> >
> > Would be nice to have - in particular if someone on dev@ (not
> > necessarily a committer) wants to get started with the code base.
> > Otherwise I'd say fix for next release
> >  if time gets short.
> >
> >
> >> M-1356: Isabel's started on this, Stevo could u review this?
> >
> > We definitely can punt that for the next release or even thereafter. It
> > would be great if someone who has some knowledge of Java security
> > policies would take a look. The implication of not fixing this
> > essentially is that in case someone commits test code that writes
> > outside of target or to some globally shared directory we might end up
> > having randomly failing tests due to the parallel setup again. But as
> > these will occur shortly after the commit it should be easy enough to
> > find the code change that caused the breakage.
> >
> >
> >
> >> M-1329: Support for Hadoop 2
> >
> > Is that truly feasable
> >  within a week?
> >
> >
> >> M-1366:  Stevo, Isabel ????
> >
> > This should be done as part of the release process by release manager
> > at the latest.
> >
> >
> >> M-1261: Sebastian???
> >>
> >> M-1309, M-1310, M-1311, M-1316 - all related to running Mahout on
> >> Windows ??
> >
> > I'm not aware of us supporting Windows.
> >
> >
> >> M-1350 - Any takers?? (Stevo??)
> >
> > To me this looks like a broken classpath on the user side. Without a
> > patch to at least re-produce the issue I wouldn't spend too much time
> >
> > on this.
> >
> >
> > Isabel
> >
>

Re: Mahout 0.9 release

Posted by Suneel Marthi <su...@yahoo.com>.
Had to upgrade Mahout's Lucene version to 4.5.1 as part of the fix for M-1345, else the Lucene tests (lucene2seq etc) after applying the patch for M-1345 were failing on Mac OS due to an issue with Lucene <= 4.3.1.

Pat, not sure about the impact of this Lucene upgrade on Solr Recommender (if any ??).  


Open JIRAs for 0.9 release:-


Wiki - Isabel, Sebastian and other volunteers
-----------------------------------------------------

M-1245, M-1304, M-1305, M-1307, M-1326

Suneel
---------
M-1319, M-1328


Yexi, Suneel
---------------
M-1265 - Multi Layer Perceptron


Stevo, Isabel
-----------------
M-1366 - Please delete old releases from mirroring system

Andrew
----------M-1030, M-1349


Pat
-------
M-1288 Solr Recommender


Sebastian

--------------------
M-1286 - Please Resolve this as 'Won't Fix'.

Open Issues (unassigned)
------------------------------
M-1242












On Sunday, December 1, 2013 7:57 AM, Suneel Marthi <su...@yahoo.com> wrote:
 
Open JIRAs for 0.9 release :-

Wiki - Isabel, Sebastian and other volunteers
-----------------------------------------------------

M-1245, M-1304, M-1305, M-1307, M-1326

Suneel
-----------
M-1319, M-1328

Pat
-------
M-1288 Solr Recommender

Sebastian, Peng
--------------------
M-1286

Yexi, Suneel
---------------
M-1265 - Multi Layer Perceptron
Ted, do u have cycles to review this, the patch's up on Reviewboard.

Stevo, Isabel
-----------------
M-1366 - Please delete old releases from mirroring system
M-1345 - Enable Randomized testing for all modules

Andrew
----------
M-1030

Open Issues (any takers for these ???)
--------------------------------------------
M-1242 
M-1349 






On Friday, November 29, 2013 12:07 PM, Sebastian Schelter <ss...@googlemail.com> wrote:
 
On 29.11.2013 17:59, Suneel Marthi wrote:
> Open JIRAs for 0.9:
> 
> Mahout-1245, Mahout-1304, Mahout-1305, Mahout-1307, Mahout-1326 - related to Wiki updates. 
> Definitely appreciate more hands here to review/update the wiki
> 
> M-1286 - Peng and
>  Sebastian, no updates on this. Can this be included in 0.9?

I will look into this over the weekend!


> 
> M-1030 - Andrew Musselman
> 
> M-1319, M-1328 -  Suneel
> 
> M-1347 - Suneel, patch has been committed to trunk.
> 
> M-1265 - I have been working with Yexi on this. Ted, would u have time to review this; the code's on Reviewboard.
> 
> M-1288 - Sole Recommender, Pat Ferrel
> 
> M-1345: Isabel, Frank. I think we are good on this patch. Isabel, could u commit this to trunk?
> 
> M-1312: Stevo, could u look at this?
> 
> M-1349: Any takers for this??
> 
> Others: Spectral Kmeans clustering documentation (Shannon)
> 
> 
> 
> 
> On Thursday, November 28, 2013 10:38 AM, Suneel Marthi <su...@yahoo.com> wrote:
>  
> Adding Mahout-1349 to the list of JIRAs . 
> 
> 
> 
> 
> 
> On Thursday, November 28, 2013 10:37 AM, Suneel Marthi <su...@yahoo.com> wrote:
>  
> Update on Open JIRAs for 0.9:
> 
> Mahout-1245, Mahout-1304, Mahout-1305, Mahout-1307, Mahout-1326 - all related to Wiki updates, please see Isabel's updates.
> 
>
 M-1286 - Peng and
>  Sebastian, we had talked about this during the last hangout. Can this be included in 0.9?
> 
> M-1030- Andrew Musselman, its critical that we get this into 0.9, its been deferred for last 2 Mahout releases.
> 
> M-1319, M-1328, M-1347, M-1350 - Suneel
> 
> 
> M-1265 - Multi Layer Perceptron, Yexi please look at my comments on Reviewboard.
> 
> M-1273 - Kun Yung, Ted, defer this to next release ???
> 
> 
> 
> M-1312, M-1256 - Stevo, could u take one of them
> 
> 
> On Thursday, November 28, 2013 5:01 AM, Isabel Drost-Fromm <is...@apache.org> wrote:
> 
> On Wed, 27 Nov 2013 14:23:11 -0800
>  (PST)
> Suneel Marthi <su...@yahoo.com> wrote:
>> Below are the Open issues for 0.9:-
> 
> This looks like we should be targeting Dec. 9th as code freeze to me.
> What do you all think?
> 
> 
>> Mahout-1245, Mahout-1304, Mahout-1305, Mahout-1307, Mahout-1326 - All
>> related to Wiki updates, missing Wiki documentation and Wiki
>> migration to new CMS.  Isabel's working on M-1245 (migrating to new
>> CMS). Could some of the others be consolidated with
 that?
> 
> I believe MAHOUT-1245 essentially is ready to be published - all I want
> before notifying INFRA to
> switch to the new cms based site is one other
> person to take at least a brief look.
> 
> For MAHOUT-1304 - Sebastian, can you please check that the cms based
> site actually does fit on 1280px? We can close this issue then.
> 
> MAHOUT-1305 - I think this should be turned into a task to actually
> delete most of the pages that have been migrated to the new CMS (almost
> all of them). Once 1245 is shipped, it would be great if a few more
> people could lend a hand in getting this done.
> 
> MAHOUT-1307 - Can be closed once switched to CMS
> 
> MAHOUT-1326 - This really relates to the old Confluence export plugin
> we once have been using to generate static pages out of our wiki that
> is no longer active. Unless anyone on the Mahout dev list
> knows how to
> fully
>  delete all exported static pages we should file an issue with
> INFRA to ask for help getting those deleted. They definitely are
> confusing to users.
> 
> 
> 
>> M-1286 - Peng and ssc, we had talked about this during the last
>> hangout. Can this be included in 0.9?
>>
>> M-1030 - Andrew Musselman? Any updates on this, its important that we
>> fix this for 0.9
>>
>> M-1319, M-1328,
>>   M-1347, M-1364 - Suneel
>>
>> M-1273 - Kun Yung, remember talking about this in one of the earlier
>> hangouts; can't recall what was decided?
>>
>> M-1312, M-1256 - Dan Filimon (or Stevo??)
>>
>> M-996  someone could pick
>  this up (if its still relevant with present
>> codebase i.e.)
> 
> I think this can move to the next release - according to the
> contributor and Sebastian the patch is rather hacky and there for
> illustration purposes only. I'd rather see some more thought go into
> that instead of pushing to have this in 0.9.
> 
> 
>> M-1265 Yexi had submitted a patch for this, it would be good if this
>> could go in as part of 0.9  
>>
>> M-1288 Solr Recommender - Pat Ferrell 
>>
>> M-1285: Any takers for this?
> 
> Would be nice to have - in particular if someone on dev@ (not
> necessarily a committer) wants to get started with the code base.
> Otherwise I'd say fix for next release
>  if time gets short.
> 
> 
>> M-1356: Isabel's started on this, Stevo could u review this?
> 
> We definitely can punt that for the next release or even thereafter. It
> would be great if someone who has some knowledge of Java security
> policies would take a look. The implication of not fixing this
> essentially is that in case someone commits test code that writes
> outside of target or to some globally shared directory we might end up
> having randomly failing tests due to the parallel setup again. But as
> these will occur shortly after the commit it should be easy enough to
> find the code change that caused the breakage.
> 
> 
> 
>> M-1329: Support for Hadoop 2
> 
> Is that truly feasable
>  within a week?
> 
> 
>> M-1366:  Stevo, Isabel ????
> 
> This should be done as part of the release process by release manager
> at the latest.
> 
> 
>> M-1261: Sebastian???
>>
>> M-1309, M-1310, M-1311, M-1316 - all related to running Mahout on
>> Windows ??
> 
> I'm not aware of us supporting Windows.
> 
> 
>> M-1350 - Any takers?? (Stevo??)
> 
> To me this looks like a broken classpath on the user side. Without a
> patch to at least re-produce the issue I wouldn't spend too much time
> 
> on this.
> 
> 
> Isabel
> 

Re: Mahout 0.9 release

Posted by Suneel Marthi <su...@yahoo.com>.
Open JIRAs for 0.9 release :-

Wiki - Isabel, Sebastian and other volunteers
-----------------------------------------------------

M-1245, M-1304, M-1305, M-1307, M-1326

Suneel
-----------
M-1319, M-1328

Pat
-------
M-1288 Solr Recommender

Sebastian, Peng
--------------------
M-1286

Yexi, Suneel
---------------
M-1265 - Multi Layer Perceptron
Ted, do u have cycles to review this, the patch's up on Reviewboard.

Stevo, Isabel
-----------------
M-1366 - Please delete old releases from mirroring system
M-1345 - Enable Randomized testing for all modules

Andrew
----------
M-1030

Open Issues (any takers for these ???)
--------------------------------------------
M-1242 
M-1349 






On Friday, November 29, 2013 12:07 PM, Sebastian Schelter <ss...@googlemail.com> wrote:
 
On 29.11.2013 17:59, Suneel Marthi wrote:
> Open JIRAs for 0.9:
> 
> Mahout-1245, Mahout-1304, Mahout-1305, Mahout-1307, Mahout-1326 - related to Wiki updates. 
> Definitely appreciate more hands here to review/update the wiki
> 
> M-1286 - Peng and
>  Sebastian, no updates on this. Can this be included in 0.9?

I will look into this over the weekend!


> 
> M-1030 - Andrew Musselman
> 
> M-1319, M-1328 -  Suneel
> 
> M-1347 - Suneel, patch has been committed to trunk.
> 
> M-1265 - I have been working with Yexi on this. Ted, would u have time to review this; the code's on Reviewboard.
> 
> M-1288 - Sole Recommender, Pat Ferrel
> 
> M-1345: Isabel, Frank. I think we are good on this patch. Isabel, could u commit this to trunk?
> 
> M-1312: Stevo, could u look at this?
> 
> M-1349: Any takers for this??
> 
> Others: Spectral Kmeans clustering documentation (Shannon)
> 
> 
> 
> 
> On Thursday, November 28, 2013 10:38 AM, Suneel Marthi <su...@yahoo.com> wrote:
>  
> Adding Mahout-1349 to the list of JIRAs . 
> 
> 
> 
> 
> 
> On Thursday, November 28, 2013 10:37 AM, Suneel Marthi <su...@yahoo.com> wrote:
>  
> Update on Open JIRAs for 0.9:
> 
> Mahout-1245, Mahout-1304, Mahout-1305, Mahout-1307, Mahout-1326 - all related to Wiki updates, please see Isabel's updates.
> 
> M-1286 - Peng and
>  Sebastian, we had talked about this during the last hangout. Can this be included in 0.9?
> 
> M-1030- Andrew Musselman, its critical that we get this into 0.9, its been deferred for last 2 Mahout releases.
> 
> M-1319, M-1328, M-1347, M-1350 - Suneel
> 
> 
> M-1265 - Multi Layer Perceptron, Yexi please look at my comments on Reviewboard.
> 
> M-1273 - Kun Yung, Ted, defer this to next release ???
> 
> 
> 
> M-1312, M-1256 - Stevo, could u take one of them
> 
> 
> On Thursday, November 28, 2013 5:01 AM, Isabel Drost-Fromm <is...@apache.org> wrote:
> 
> On Wed, 27 Nov 2013 14:23:11 -0800
>  (PST)
> Suneel Marthi <su...@yahoo.com> wrote:
>> Below are the Open issues for 0.9:-
> 
> This looks like we should be targeting Dec. 9th as code freeze to me.
> What do you all think?
> 
> 
>> Mahout-1245, Mahout-1304, Mahout-1305, Mahout-1307, Mahout-1326 - All
>> related to Wiki updates, missing Wiki documentation and Wiki
>> migration to new CMS.  Isabel's working on M-1245 (migrating to new
>> CMS). Could some of the others be consolidated with that?
> 
> I believe MAHOUT-1245 essentially is ready to be published - all I want
> before notifying INFRA to
> switch to the new cms based site is one other
> person to take at least a brief look.
> 
> For MAHOUT-1304 - Sebastian, can you please check that the cms based
> site actually does fit on 1280px? We can close this issue then.
> 
> MAHOUT-1305 - I think this should be turned into a task to actually
> delete most of the pages that have been migrated to the new CMS (almost
> all of them). Once 1245 is shipped, it would be great if a few more
> people could lend a hand in getting this done.
> 
> MAHOUT-1307 - Can be closed once switched to CMS
> 
> MAHOUT-1326 - This really relates to the old Confluence export plugin
> we once have been using to generate static pages out of our wiki that
> is no longer active. Unless anyone on the Mahout dev list
> knows how to
> fully
>  delete all exported static pages we should file an issue with
> INFRA to ask for help getting those deleted. They definitely are
> confusing to users.
> 
> 
> 
>> M-1286 - Peng and ssc, we had talked about this during the last
>> hangout. Can this be included in 0.9?
>>
>> M-1030 - Andrew Musselman? Any updates on this, its important that we
>> fix this for 0.9
>>
>> M-1319, M-1328,
>>   M-1347, M-1364 - Suneel
>>
>> M-1273 - Kun Yung, remember talking about this in one of the earlier
>> hangouts; can't recall what was decided?
>>
>> M-1312, M-1256 - Dan Filimon (or Stevo??)
>>
>> M-996  someone could pick
>  this up (if its still relevant with present
>> codebase i.e.)
> 
> I think this can move to the next release - according to the
> contributor and Sebastian the patch is rather hacky and there for
> illustration purposes only. I'd rather see some more thought go into
> that instead of pushing to have this in 0.9.
> 
> 
>> M-1265 Yexi had submitted a patch for this, it would be good if this
>> could go in as part of 0.9  
>>
>> M-1288 Solr Recommender - Pat Ferrell 
>>
>> M-1285: Any takers for this?
> 
> Would be nice to have - in particular if someone on dev@ (not
> necessarily a committer) wants to get started with the code base.
> Otherwise I'd say fix for next release
>  if time gets short.
> 
> 
>> M-1356: Isabel's started on this, Stevo could u review this?
> 
> We definitely can punt that for the next release or even thereafter. It
> would be great if someone who has some knowledge of Java security
> policies would take a look. The implication of not fixing this
> essentially is that in case someone commits test code that writes
> outside of target or to some globally shared directory we might end up
> having randomly failing tests due to the parallel setup again. But as
> these will occur shortly after the commit it should be easy enough to
> find the code change that caused the breakage.
> 
> 
> 
>> M-1329: Support for Hadoop 2
> 
> Is that truly feasable
>  within a week?
> 
> 
>> M-1366:  Stevo, Isabel ????
> 
> This should be done as part of the release process by release manager
> at the latest.
> 
> 
>> M-1261: Sebastian???
>>
>> M-1309, M-1310, M-1311, M-1316 - all related to running Mahout on
>> Windows ??
> 
> I'm not aware of us supporting Windows.
> 
> 
>> M-1350 - Any takers?? (Stevo??)
> 
> To me this looks like a broken classpath on the user side. Without a
> patch to at least re-produce the issue I wouldn't spend too much time
> 
> on this.
> 
> 
> Isabel
> 

Re: Mahout 0.9 release

Posted by Andrew Musselman <an...@gmail.com>.

> On Nov 29, 2013, at 9:07 AM, Sebastian Schelter <ss...@googlemail.com> wrote:
> 
>> On 29.11.2013 17:59, Suneel Marthi wrote:
>> Open JIRAs for 0.9:
>> 
>> Mahout-1245, Mahout-1304, Mahout-1305, Mahout-1307, Mahout-1326 - related to Wiki updates. 
>> Definitely appreciate more hands here to review/update the wiki
>> 
>> M-1286 - Peng and
>> Sebastian, no updates on this. Can this be included in 0.9?
> 
> I will look into this over the weekend!
> 
>> 
>> M-1030 - Andrew Musselman

I'll have a patch for review this weekend, made progress yesterday.

>> 
>> M-1319, M-1328 -  Suneel
>> 
>> M-1347 - Suneel, patch has been committed to trunk.
>> 
>> M-1265 - I have been working with Yexi on this. Ted, would u have time to review this; the code's on Reviewboard.
>> 
>> M-1288 - Sole Recommender, Pat Ferrel
>> 
>> M-1345: Isabel, Frank. I think we are good on this patch. Isabel, could u commit this to trunk?
>> 
>> M-1312: Stevo, could u look at this?
>> 
>> M-1349: Any takers for this??
>> 
>> Others: Spectral Kmeans clustering documentation (Shannon)
>> 
>> 
>> 
>> 
>> On Thursday, November 28, 2013 10:38 AM, Suneel Marthi <su...@yahoo.com> wrote:
>> 
>> Adding Mahout-1349 to the list of JIRAs . 
>> 
>> 
>> 
>> 
>> 
>> On Thursday, November 28, 2013 10:37 AM, Suneel Marthi <su...@yahoo.com> wrote:
>> 
>> Update on Open JIRAs for 0.9:
>> 
>> Mahout-1245, Mahout-1304, Mahout-1305, Mahout-1307, Mahout-1326 - all related to Wiki updates, please see Isabel's updates.
>> 
>> M-1286 - Peng and
>> Sebastian, we had talked about this during the last hangout. Can this be included in 0.9?
>> 
>> M-1030- Andrew Musselman, its critical that we get this into 0.9, its been deferred for last 2 Mahout releases.
>> 
>> M-1319, M-1328, M-1347, M-1350 - Suneel
>> 
>> 
>> M-1265 - Multi Layer Perceptron, Yexi please look at my comments on Reviewboard.
>> 
>> M-1273 - Kun Yung, Ted, defer this to next release ???
>> 
>> 
>> 
>> M-1312, M-1256 - Stevo, could u take one of them
>> 
>> 
>> On Thursday, November 28, 2013 5:01 AM, Isabel Drost-Fromm <is...@apache.org> wrote:
>> 
>> On Wed, 27 Nov 2013 14:23:11 -0800
>> (PST)
>> Suneel Marthi <su...@yahoo.com> wrote:
>>> Below are the Open issues for 0.9:-
>> 
>> This looks like we should be targeting Dec. 9th as code freeze to me.
>> What do you all think?
>> 
>> 
>>> Mahout-1245, Mahout-1304, Mahout-1305, Mahout-1307, Mahout-1326 - All
>>> related to Wiki updates, missing Wiki documentation and Wiki
>>> migration to new CMS.  Isabel's working on M-1245 (migrating to new
>>> CMS). Could some of the others be consolidated with that?
>> 
>> I believe MAHOUT-1245 essentially is ready to be published - all I want
>> before notifying INFRA to
>> switch to the new cms based site is one other
>> person to take at least a brief look.
>> 
>> For MAHOUT-1304 - Sebastian, can you please check that the cms based
>> site actually does fit on 1280px? We can close this issue then.
>> 
>> MAHOUT-1305 - I think this should be turned into a task to actually
>> delete most of the pages that have been migrated to the new CMS (almost
>> all of them). Once 1245 is shipped, it would be great if a few more
>> people could lend a hand in getting this done.
>> 
>> MAHOUT-1307 - Can be closed once switched to CMS
>> 
>> MAHOUT-1326 - This really relates to the old Confluence export plugin
>> we once have been using to generate static pages out of our wiki that
>> is no longer active. Unless anyone on the Mahout dev list
>> knows how to
>> fully
>> delete all exported static pages we should file an issue with
>> INFRA to ask for help getting those deleted. They definitely are
>> confusing to users.
>> 
>> 
>> 
>>> M-1286 - Peng and ssc, we had talked about this during the last
>>> hangout. Can this be included in 0.9?
>>> 
>>> M-1030 - Andrew Musselman? Any updates on this, its important that we
>>> fix this for 0.9
>>> 
>>> M-1319, M-1328,
>>>  M-1347, M-1364 - Suneel
>>> 
>>> M-1273 - Kun Yung, remember talking about this in one of the earlier
>>> hangouts; can't recall what was decided?
>>> 
>>> M-1312, M-1256 - Dan Filimon (or Stevo??)
>>> 
>>> M-996  someone could pick
>> this up (if its still relevant with present
>>> codebase i.e.)
>> 
>> I think this can move to the next release - according to the
>> contributor and Sebastian the patch is rather hacky and there for
>> illustration purposes only. I'd rather see some more thought go into
>> that instead of pushing to have this in 0.9.
>> 
>> 
>>> M-1265 Yexi had submitted a patch for this, it would be good if this
>>> could go in as part of 0.9  
>>> 
>>> M-1288 Solr Recommender - Pat Ferrell 
>>> 
>>> M-1285: Any takers for this?
>> 
>> Would be nice to have - in particular if someone on dev@ (not
>> necessarily a committer) wants to get started with the code base.
>> Otherwise I'd say fix for next release
>> if time gets short.
>> 
>> 
>>> M-1356: Isabel's started on this, Stevo could u review this?
>> 
>> We definitely can punt that for the next release or even thereafter. It
>> would be great if someone who has some knowledge of Java security
>> policies would take a look. The implication of not fixing this
>> essentially is that in case someone commits test code that writes
>> outside of target or to some globally shared directory we might end up
>> having randomly failing tests due to the parallel setup again. But as
>> these will occur shortly after the commit it should be easy enough to
>> find the code change that caused the breakage.
>> 
>> 
>> 
>>> M-1329: Support for Hadoop 2
>> 
>> Is that truly feasable
>> within a week?
>> 
>> 
>>> M-1366:  Stevo, Isabel ????
>> 
>> This should be done as part of the release process by release manager
>> at the latest.
>> 
>> 
>>> M-1261: Sebastian???
>>> 
>>> M-1309, M-1310, M-1311, M-1316 - all related to running Mahout on
>>> Windows ??
>> 
>> I'm not aware of us supporting Windows.
>> 
>> 
>>> M-1350 - Any takers?? (Stevo??)
>> 
>> To me this looks like a broken classpath on the user side. Without a
>> patch to at least re-produce the issue I wouldn't spend too much time
>> 
>> on this.
>> 
>> 
>> Isabel
> 

Re: Mahout 0.9 release

Posted by Sebastian Schelter <ss...@googlemail.com>.
On 29.11.2013 17:59, Suneel Marthi wrote:
> Open JIRAs for 0.9:
> 
> Mahout-1245, Mahout-1304, Mahout-1305, Mahout-1307, Mahout-1326 - related to Wiki updates. 
> Definitely appreciate more hands here to review/update the wiki
> 
> M-1286 - Peng and
>  Sebastian, no updates on this. Can this be included in 0.9?

I will look into this over the weekend!

> 
> M-1030 - Andrew Musselman
> 
> M-1319, M-1328 -  Suneel
> 
> M-1347 - Suneel, patch has been committed to trunk.
> 
> M-1265 - I have been working with Yexi on this. Ted, would u have time to review this; the code's on Reviewboard.
> 
> M-1288 - Sole Recommender, Pat Ferrel
> 
> M-1345: Isabel, Frank. I think we are good on this patch. Isabel, could u commit this to trunk?
> 
> M-1312: Stevo, could u look at this?
> 
> M-1349: Any takers for this??
> 
> Others: Spectral Kmeans clustering documentation (Shannon)
> 
> 
> 
> 
> On Thursday, November 28, 2013 10:38 AM, Suneel Marthi <su...@yahoo.com> wrote:
>  
> Adding Mahout-1349 to the list of JIRAs . 
> 
> 
> 
> 
> 
> On Thursday, November 28, 2013 10:37 AM, Suneel Marthi <su...@yahoo.com> wrote:
>  
> Update on Open JIRAs for 0.9:
> 
> Mahout-1245, Mahout-1304, Mahout-1305, Mahout-1307, Mahout-1326 - all related to Wiki updates, please see Isabel's updates.
> 
> M-1286 - Peng and
>  Sebastian, we had talked about this during the last hangout. Can this be included in 0.9?
> 
> M-1030- Andrew Musselman, its critical that we get this into 0.9, its been deferred for last 2 Mahout releases.
> 
> M-1319, M-1328, M-1347, M-1350 - Suneel
> 
> 
> M-1265 - Multi Layer Perceptron, Yexi please look at my comments on Reviewboard.
> 
> M-1273 - Kun Yung, Ted, defer this to next release ???
> 
> 
> 
> M-1312, M-1256 - Stevo, could u take one of them
> 
> 
> On Thursday, November 28, 2013 5:01 AM, Isabel Drost-Fromm <is...@apache.org> wrote:
> 
> On Wed, 27 Nov 2013 14:23:11 -0800
>  (PST)
> Suneel Marthi <su...@yahoo.com> wrote:
>> Below are the Open issues for 0.9:-
> 
> This looks like we should be targeting Dec. 9th as code freeze to me.
> What do you all think?
> 
> 
>> Mahout-1245, Mahout-1304, Mahout-1305, Mahout-1307, Mahout-1326 - All
>> related to Wiki updates, missing Wiki documentation and Wiki
>> migration to new CMS.  Isabel's working on M-1245 (migrating to new
>> CMS). Could some of the others be consolidated with that?
> 
> I believe MAHOUT-1245 essentially is ready to be published - all I want
> before notifying INFRA to
> switch to the new cms based site is one other
> person to take at least a brief look.
> 
> For MAHOUT-1304 - Sebastian, can you please check that the cms based
> site actually does fit on 1280px? We can close this issue then.
> 
> MAHOUT-1305 - I think this should be turned into a task to actually
> delete most of the pages that have been migrated to the new CMS (almost
> all of them). Once 1245 is shipped, it would be great if a few more
> people could lend a hand in getting this done.
> 
> MAHOUT-1307 - Can be closed once switched to CMS
> 
> MAHOUT-1326 - This really relates to the old Confluence export plugin
> we once have been using to generate static pages out of our wiki that
> is no longer active. Unless anyone on the Mahout dev list
> knows how to
> fully
>  delete all exported static pages we should file an issue with
> INFRA to ask for help getting those deleted. They definitely are
> confusing to users.
> 
> 
> 
>> M-1286 - Peng and ssc, we had talked about this during the last
>> hangout. Can this be included in 0.9?
>>
>> M-1030 - Andrew Musselman? Any updates on this, its important that we
>> fix this for 0.9
>>
>> M-1319, M-1328,
>>   M-1347, M-1364 - Suneel
>>
>> M-1273 - Kun Yung, remember talking about this in one of the earlier
>> hangouts; can't recall what was decided?
>>
>> M-1312, M-1256 - Dan Filimon (or Stevo??)
>>
>> M-996  someone could pick
>  this up (if its still relevant with present
>> codebase i.e.)
> 
> I think this can move to the next release - according to the
> contributor and Sebastian the patch is rather hacky and there for
> illustration purposes only. I'd rather see some more thought go into
> that instead of pushing to have this in 0.9.
> 
> 
>> M-1265 Yexi had submitted a patch for this, it would be good if this
>> could go in as part of 0.9  
>>
>> M-1288 Solr Recommender - Pat Ferrell 
>>
>> M-1285: Any takers for this?
> 
> Would be nice to have - in particular if someone on dev@ (not
> necessarily a committer) wants to get started with the code base.
> Otherwise I'd say fix for next release
>  if time gets short.
> 
> 
>> M-1356: Isabel's started on this, Stevo could u review this?
> 
> We definitely can punt that for the next release or even thereafter. It
> would be great if someone who has some knowledge of Java security
> policies would take a look. The implication of not fixing this
> essentially is that in case someone commits test code that writes
> outside of target or to some globally shared directory we might end up
> having randomly failing tests due to the parallel setup again. But as
> these will occur shortly after the commit it should be easy enough to
> find the code change that caused the breakage.
> 
> 
> 
>> M-1329: Support for Hadoop 2
> 
> Is that truly feasable
>  within a week?
> 
> 
>> M-1366:  Stevo, Isabel ????
> 
> This should be done as part of the release process by release manager
> at the latest.
> 
> 
>> M-1261: Sebastian???
>>
>> M-1309, M-1310, M-1311, M-1316 - all related to running Mahout on
>> Windows ??
> 
> I'm not aware of us supporting Windows.
> 
> 
>> M-1350 - Any takers?? (Stevo??)
> 
> To me this looks like a broken classpath on the user side. Without a
> patch to at least re-produce the issue I wouldn't spend too much time
> 
> on this.
> 
> 
> Isabel
> 


Re: Mahout 0.9 release

Posted by Suneel Marthi <su...@yahoo.com>.
Open JIRAs for 0.9:

Mahout-1245, Mahout-1304, Mahout-1305, Mahout-1307, Mahout-1326 - related to Wiki updates. 
Definitely appreciate more hands here to review/update the wiki

M-1286 - Peng and
 Sebastian, no updates on this. Can this be included in 0.9?

M-1030 - Andrew Musselman

M-1319, M-1328 -  Suneel

M-1347 - Suneel, patch has been committed to trunk.

M-1265 - I have been working with Yexi on this. Ted, would u have time to review this; the code's on Reviewboard.

M-1288 - Sole Recommender, Pat Ferrel

M-1345: Isabel, Frank. I think we are good on this patch. Isabel, could u commit this to trunk?

M-1312: Stevo, could u look at this?

M-1349: Any takers for this??

Others: Spectral Kmeans clustering documentation (Shannon)




On Thursday, November 28, 2013 10:38 AM, Suneel Marthi <su...@yahoo.com> wrote:
 
Adding Mahout-1349 to the list of JIRAs . 





On Thursday, November 28, 2013 10:37 AM, Suneel Marthi <su...@yahoo.com> wrote:
 
Update on Open JIRAs for 0.9:

Mahout-1245, Mahout-1304, Mahout-1305, Mahout-1307, Mahout-1326 - all related to Wiki updates, please see Isabel's updates.

M-1286 - Peng and
 Sebastian, we had talked about this during the last hangout. Can this be included in 0.9?

M-1030- Andrew Musselman, its critical that we get this into 0.9, its been deferred for last 2 Mahout releases.

M-1319, M-1328, M-1347, M-1350 - Suneel


M-1265 - Multi Layer Perceptron, Yexi please look at my comments on Reviewboard.

M-1273 - Kun Yung, Ted, defer this to next release ???



M-1312, M-1256 - Stevo, could u take one of them


On Thursday, November 28, 2013 5:01 AM, Isabel Drost-Fromm <is...@apache.org> wrote:

On Wed, 27 Nov 2013 14:23:11 -0800
 (PST)
Suneel Marthi <su...@yahoo.com> wrote:
> Below are the Open issues for 0.9:-

This looks like we should be targeting Dec. 9th as code freeze to me.
What do you all think?


> Mahout-1245, Mahout-1304, Mahout-1305, Mahout-1307, Mahout-1326 - All
> related to Wiki updates, missing Wiki documentation and Wiki
> migration to new CMS.  Isabel's working on M-1245 (migrating to new
> CMS). Could some of the others be consolidated with that?

I believe MAHOUT-1245 essentially is ready to be published - all I want
before notifying INFRA to
switch to the new cms based site is one other
person to take at least a brief look.

For MAHOUT-1304 - Sebastian, can you please check that the cms based
site actually does fit on 1280px? We can close this issue then.

MAHOUT-1305 - I think this should be turned into a task to actually
delete most of the pages that have been migrated to the new CMS (almost
all of them). Once 1245 is shipped, it would be great if a few more
people could lend a hand in getting this done.

MAHOUT-1307 - Can be closed once switched to CMS

MAHOUT-1326 - This really relates to the old Confluence export plugin
we once have been using to generate static pages out of our wiki that
is no longer active. Unless anyone on the Mahout dev list
knows how to
fully
 delete all exported static pages we should file an issue with
INFRA to ask for help getting those deleted. They definitely are
confusing to users.



> M-1286 - Peng and ssc, we had talked about this during the last
> hangout. Can this be included in 0.9?
> 
> M-1030 - Andrew Musselman? Any updates on this, its important that we
> fix this for 0.9
> 
> M-1319, M-1328,
>  M-1347, M-1364 - Suneel
> 
> M-1273 - Kun Yung, remember talking about this in one of the earlier
> hangouts; can't recall what was decided?
> 
> M-1312, M-1256 - Dan Filimon (or Stevo??)
> 
> M-996  someone could pick
 this up (if its still relevant with present
> codebase i.e.)

I think this can move to the next release - according to the
contributor and Sebastian the patch is rather hacky and there for
illustration purposes only. I'd rather see some more thought go into
that instead of pushing to have this in 0.9.


> M-1265 Yexi had submitted a patch for this, it would be good if this
> could go in as part of 0.9  
> 
> M-1288 Solr Recommender - Pat Ferrell 
> 
> M-1285: Any takers for this?

Would be nice to have - in particular if someone on dev@ (not
necessarily a committer) wants to get started with the code base.
Otherwise I'd say fix for next release
 if time gets short.


> M-1356: Isabel's started on this, Stevo could u review this?

We definitely can punt that for the next release or even thereafter. It
would be great if someone who has some knowledge of Java security
policies would take a look. The implication of not fixing this
essentially is that in case someone commits test code that writes
outside of target or to some globally shared directory we might end up
having randomly failing tests due to the parallel setup again. But as
these will occur shortly after the commit it should be easy enough to
find the code change that caused the breakage.



> M-1329: Support for Hadoop 2

Is that truly feasable
 within a week?


> M-1366:  Stevo, Isabel ????

This should be done as part of the release process by release manager
at the latest.


> M-1261: Sebastian???
> 
> M-1309, M-1310, M-1311, M-1316 - all related to running Mahout on
> Windows ??

I'm not aware of us supporting Windows.


> M-1350 - Any takers?? (Stevo??)

To me this looks like a broken classpath on the user side. Without a
patch to at least re-produce the issue I wouldn't spend too much time

on this.


Isabel

Re: Mahout 0.9 release

Posted by Suneel Marthi <su...@yahoo.com>.
Adding Mahout-1349 to the list of JIRAs . 





On Thursday, November 28, 2013 10:37 AM, Suneel Marthi <su...@yahoo.com> wrote:
 
Update on Open JIRAs for 0.9:

Mahout-1245, Mahout-1304, Mahout-1305, Mahout-1307, Mahout-1326 - all related to Wiki updates, please see Isabel's updates.

M-1286 - Peng and Sebastian, we had talked about this during the last hangout. Can this be included in 0.9?

M-1030- Andrew Musselman, its critical that we get this into 0.9, its been deferred for last 2 Mahout releases.

M-1319, M-1328, M-1347, M-1350 - Suneel


M-1265 - Multi Layer Perceptron, Yexi please look at my comments on Reviewboard.

M-1273 - Kun Yung, Ted, defer this to next release ???



M-1312, M-1256 - Stevo, could u take one of them


On Thursday, November 28, 2013 5:01 AM, Isabel Drost-Fromm <is...@apache.org> wrote:

On Wed, 27 Nov 2013 14:23:11 -0800 (PST)
Suneel Marthi <su...@yahoo.com> wrote:
> Below are the Open issues for 0.9:-

This looks like we should be targeting Dec. 9th as code freeze to me.
What do you all think?


> Mahout-1245, Mahout-1304, Mahout-1305, Mahout-1307, Mahout-1326 - All
> related to Wiki updates, missing Wiki documentation and Wiki
> migration to new CMS.  Isabel's working on M-1245 (migrating to new
> CMS). Could some of the others be consolidated with that?

I believe MAHOUT-1245 essentially is ready to be published - all I want
before notifying INFRA to
switch to the new cms based site is one other
person to take at least a brief look.

For MAHOUT-1304 - Sebastian, can you please check that the cms based
site actually does fit on 1280px? We can close this issue then.

MAHOUT-1305 - I think this should be turned into a task to actually
delete most of the pages that have been migrated to the new CMS (almost
all of them). Once 1245 is shipped, it would be great if a few more
people could lend a hand in getting this done.

MAHOUT-1307 - Can be closed once switched to CMS

MAHOUT-1326 - This really relates to the old Confluence export plugin
we once have been using to generate static pages out of our wiki that
is no longer active. Unless anyone on the Mahout dev list
knows how to
fully delete all exported static pages we should file an issue with
INFRA to ask for help getting those deleted. They definitely are
confusing to users.



> M-1286 - Peng and ssc, we had talked about this during the last
> hangout. Can this be included in 0.9?
> 
> M-1030 - Andrew Musselman? Any updates on this, its important that we
> fix this for 0.9
> 
> M-1319, M-1328,
>  M-1347, M-1364 - Suneel
> 
> M-1273 - Kun Yung, remember talking about this in one of the earlier
> hangouts; can't recall what was decided?
> 
> M-1312, M-1256 - Dan Filimon (or Stevo??)
> 
> M-996  someone could pick this up (if its still relevant with present
> codebase i.e.)

I think this can move to the next release - according to the
contributor and Sebastian the patch is rather hacky and there for
illustration purposes only. I'd rather see some more thought go into
that instead of pushing to have this in 0.9.


> M-1265 Yexi had submitted a patch for this, it would be good if this
> could go in as part of 0.9  
> 
> M-1288 Solr Recommender - Pat Ferrell 
> 
> M-1285: Any takers for this?

Would be nice to have - in particular if someone on dev@ (not
necessarily a committer) wants to get started with the code base.
Otherwise I'd say fix for next release if time gets short.


> M-1356: Isabel's started on this, Stevo could u review this?

We definitely can punt that for the next release or even thereafter. It
would be great if someone who has some knowledge of Java security
policies would take a look. The implication of not fixing this
essentially is that in case someone commits test code that writes
outside of target or to some globally shared directory we might end up
having randomly failing tests due to the parallel setup again. But as
these will occur shortly after the commit it should be easy enough to
find the code change that caused the breakage.



> M-1329: Support for Hadoop 2

Is that truly feasable within a week?


> M-1366:  Stevo, Isabel ????

This should be done as part of the release process by release manager
at the latest.


> M-1261: Sebastian???
> 
> M-1309, M-1310, M-1311, M-1316 - all related to running Mahout on
> Windows ??

I'm not aware of us supporting Windows.


> M-1350 - Any takers?? (Stevo??)

To me this looks like a broken classpath on the user side. Without a
patch to at least re-produce the issue I wouldn't spend too much time

on this.


Isabel

Re: Mahout 0.9 release

Posted by Suneel Marthi <su...@yahoo.com>.
Update on Open JIRAs for 0.9:

Mahout-1245, Mahout-1304, Mahout-1305, Mahout-1307, Mahout-1326 - all related to Wiki updates, please see Isabel's updates.

M-1286 - Peng and Sebastian, we had talked about this during the last hangout. Can this be included in 0.9?

M-1030- Andrew Musselman, its critical that we get this into 0.9, its been deferred for last 2 Mahout releases.

M-1319, M-1328, M-1347, M-1350 - Suneel


M-1265 - Multi Layer Perceptron, Yexi please look at my comments on Reviewboard.

M-1273 - Kun Yung, Ted, defer this to next release ???



M-1312, M-1256 - Stevo, could u take one of them

On Thursday, November 28, 2013 5:01 AM, Isabel Drost-Fromm <is...@apache.org> wrote:
 
On Wed, 27 Nov 2013 14:23:11 -0800 (PST)
Suneel Marthi <su...@yahoo.com> wrote:
> Below are the Open issues for 0.9:-

This looks like we should be targeting Dec. 9th as code freeze to me.
What do you all think?


> Mahout-1245, Mahout-1304, Mahout-1305, Mahout-1307, Mahout-1326 - All
> related to Wiki updates, missing Wiki documentation and Wiki
> migration to new CMS.  Isabel's working on M-1245 (migrating to new
> CMS). Could some of the others be consolidated with that?

I believe MAHOUT-1245 essentially is ready to be published - all I want
before notifying INFRA to
 switch to the new cms based site is one other
person to take at least a brief look.

For MAHOUT-1304 - Sebastian, can you please check that the cms based
site actually does fit on 1280px? We can close this issue then.

MAHOUT-1305 - I think this should be turned into a task to actually
delete most of the pages that have been migrated to the new CMS (almost
all of them). Once 1245 is shipped, it would be great if a few more
people could lend a hand in getting this done.

MAHOUT-1307 - Can be closed once switched to CMS

MAHOUT-1326 - This really relates to the old Confluence export plugin
we once have been using to generate static pages out of our wiki that
is no longer active. Unless anyone on the Mahout dev list
 knows how to
fully delete all exported static pages we should file an issue with
INFRA to ask for help getting those deleted. They definitely are
confusing to users.



> M-1286 - Peng and ssc, we had talked about this during the last
> hangout. Can this be included in 0.9?
> 
> M-1030 - Andrew Musselman? Any updates on this, its important that we
> fix this for 0.9
> 
> M-1319, M-1328,
>  M-1347, M-1364 - Suneel
> 
> M-1273 - Kun Yung, remember talking about this in one of the earlier
> hangouts; can't recall what was decided?
> 
> M-1312, M-1256 - Dan Filimon (or Stevo??)
> 
> M-996  someone could pick this up (if its still relevant with present
> codebase i.e.)

I think this can move to the next release - according to the
contributor and Sebastian the patch is rather hacky and there for
illustration purposes only. I'd rather see some more thought go into
that instead of pushing to have this in 0.9.


> M-1265 Yexi had submitted a patch for this, it would be good if this
> could go in as part of 0.9  
> 
> M-1288 Solr Recommender - Pat Ferrell 
> 
> M-1285: Any takers for this?

Would be nice to have - in particular if someone on dev@ (not
necessarily a committer) wants to get started with the code base.
Otherwise I'd say fix for next release if time gets short.


> M-1356: Isabel's started on this, Stevo could u review this?

We definitely can punt that for the next release or even thereafter. It
would be great if someone who has some knowledge of Java security
policies would take a look. The implication of not fixing this
essentially is that in case someone commits test code that writes
outside of target or to some globally shared directory we might end up
having randomly failing tests due to the parallel setup again. But as
these will occur shortly after the commit it should be easy enough to
find the code change that caused the breakage.



> M-1329: Support for Hadoop 2

Is that truly feasable within a week?


> M-1366:  Stevo, Isabel ????

This should be done as part of the release process by release manager
at the latest.


> M-1261: Sebastian???
> 
> M-1309, M-1310, M-1311, M-1316 - all related to running Mahout on
> Windows ??

I'm not aware of us supporting Windows.


> M-1350 - Any takers?? (Stevo??)

To me this looks like a broken classpath on the user side. Without a
patch to at least re-produce the issue I wouldn't spend too much time

on this.


Isabel

Re: Mahout 0.9 release

Posted by Suneel Marthi <su...@yahoo.com>.




On Thursday, November 28, 2013 5:01 AM, Isabel Drost-Fromm <is...@apache.org> wrote:
 
On Wed, 27 Nov 2013 14:23:11 -0800 (PST)
Suneel Marthi <su...@yahoo.com> wrote:
> Below are the Open issues for 0.9:-

This looks like we should be targeting Dec. 9th as code freeze to me.
What do you all think?


> Mahout-1245, Mahout-1304, Mahout-1305, Mahout-1307, Mahout-1326 - All
> related to Wiki updates, missing Wiki documentation and Wiki
> migration to new CMS.  Isabel's working on M-1245 (migrating to new
> CMS). Could some of the others be consolidated with that?

I believe MAHOUT-1245 essentially is ready to be published - all I want
before notifying INFRA to switch to the new cms based site is one other
person to take at least a brief look.

For MAHOUT-1304 - Sebastian, can you please check that the cms based
site actually does fit on 1280px? We can close this issue then.

MAHOUT-1305 - I think this should be turned into a task to actually
delete most of the pages that have been migrated to the new CMS (almost
all of them). Once 1245 is shipped, it would be great if a few more
people could lend a hand in getting this done.

MAHOUT-1307 - Can be closed once switched to CMS

MAHOUT-1326 - This really relates to the old Confluence export plugin
we once have been using to generate static pages out of our wiki that
is no longer active. Unless anyone on the Mahout dev list knows how to
fully delete all exported static pages we should file an issue with
INFRA to ask for help getting those deleted. They definitely are
confusing to users.



> M-1286 - Peng and ssc, we had talked about this during the last
> hangout. Can this be included in 0.9?
> 
> M-1030 - Andrew Musselman? Any updates on this, its important that we
> fix this for 0.9
> 
> M-1319, M-1328,
>  M-1347, M-1364 - Suneel
> 
> M-1273 - Kun Yung, remember talking about this in one of the earlier
> hangouts; can't recall what was decided?
> 
> M-1312, M-1256 - Dan Filimon (or Stevo??)
> 
> M-996  someone could pick this up (if its still relevant with present
> codebase i.e.)

I think this can move to the next release - according to the
contributor and Sebastian the patch is rather hacky and there for
illustration purposes only. I'd rather see some more thought go into
that instead of pushing to have this in 0.9.


> M-1265 Yexi had submitted a patch for this, it would be good if this
> could go in as part of 0.9  
> 
> M-1288 Solr Recommender - Pat Ferrell 
> 
> M-1285: Any takers for this?

Would be nice to have - in particular if someone on dev@ (not
necessarily a committer) wants to get started with the code base.
Otherwise I'd say fix for next release if time gets short.


> M-1356: Isabel's started on this, Stevo could u review this?

We definitely can punt that for the next release or even thereafter. It
would be great if someone who has some knowledge of Java security
policies would take a look. The implication of not fixing this
essentially is that in case someone commits test code that writes
outside of target or to some globally shared directory we might end up
having randomly failing tests due to the parallel setup again. But as
these will occur shortly after the commit it should be easy enough to
find the code change that caused the breakage.



> M-1329: Support for Hadoop 2

Is that truly feasable within a week?


> M-1366:  Stevo, Isabel ????

This should be done as part of the release process by release manager
at the latest.


> M-1261: Sebastian???
> 
> M-1309, M-1310, M-1311, M-1316 - all related to running Mahout on
> Windows ??

I'm not aware of us supporting Windows.


>>> M-1350 - Any takers?? (Stevo??)

>>To me this looks like a broken classpath on the user side. Without a
>>patch to at least re-produce the issue I wouldn't spend too much time

>>on this.


>>Isabel

Not really, per the report this happens when Mahout is being used in a Spring environment.
Spring has its 3rd party jars and so does Mahout, at runtime the application sees 2 different versions of the same jar
(from Spring and Mahout).  It may be that MAhout jars are from older versions, and need to be updated to latest.

Re: Mahout 0.9 release

Posted by Isabel Drost-Fromm <is...@apache.org>.
On Wed, 27 Nov 2013 14:23:11 -0800 (PST)
Suneel Marthi <su...@yahoo.com> wrote:
> Below are the Open issues for 0.9:-

This looks like we should be targeting Dec. 9th as code freeze to me.
What do you all think?


> Mahout-1245, Mahout-1304, Mahout-1305, Mahout-1307, Mahout-1326 - All
> related to Wiki updates, missing Wiki documentation and Wiki
> migration to new CMS.  Isabel's working on M-1245 (migrating to new
> CMS). Could some of the others be consolidated with that?

I believe MAHOUT-1245 essentially is ready to be published - all I want
before notifying INFRA to switch to the new cms based site is one other
person to take at least a brief look.

For MAHOUT-1304 - Sebastian, can you please check that the cms based
site actually does fit on 1280px? We can close this issue then.

MAHOUT-1305 - I think this should be turned into a task to actually
delete most of the pages that have been migrated to the new CMS (almost
all of them). Once 1245 is shipped, it would be great if a few more
people could lend a hand in getting this done.

MAHOUT-1307 - Can be closed once switched to CMS

MAHOUT-1326 - This really relates to the old Confluence export plugin
we once have been using to generate static pages out of our wiki that
is no longer active. Unless anyone on the Mahout dev list knows how to
fully delete all exported static pages we should file an issue with
INFRA to ask for help getting those deleted. They definitely are
confusing to users.



> M-1286 - Peng and ssc, we had talked about this during the last
> hangout. Can this be included in 0.9?
> 
> M-1030 - Andrew Musselman? Any updates on this, its important that we
> fix this for 0.9
> 
> M-1319, M-1328,
>  M-1347, M-1364 - Suneel
> 
> M-1273 - Kun Yung, remember talking about this in one of the earlier
> hangouts; can't recall what was decided?
> 
> M-1312, M-1256 - Dan Filimon (or Stevo??)
> 
> M-996  someone could pick this up (if its still relevant with present
> codebase i.e.)

I think this can move to the next release - according to the
contributor and Sebastian the patch is rather hacky and there for
illustration purposes only. I'd rather see some more thought go into
that instead of pushing to have this in 0.9.

 
> M-1265 Yexi had submitted a patch for this, it would be good if this
> could go in as part of 0.9  
> 
> M-1288 Solr Recommender - Pat Ferrell 
> 
> M-1285: Any takers for this?

Would be nice to have - in particular if someone on dev@ (not
necessarily a committer) wants to get started with the code base.
Otherwise I'd say fix for next release if time gets short.

 
> M-1356: Isabel's started on this, Stevo could u review this?

We definitely can punt that for the next release or even thereafter. It
would be great if someone who has some knowledge of Java security
policies would take a look. The implication of not fixing this
essentially is that in case someone commits test code that writes
outside of target or to some globally shared directory we might end up
having randomly failing tests due to the parallel setup again. But as
these will occur shortly after the commit it should be easy enough to
find the code change that caused the breakage.


 
> M-1329: Support for Hadoop 2

Is that truly feasable within a week?


> M-1366:  Stevo, Isabel ????

This should be done as part of the release process by release manager
at the latest.


> M-1261: Sebastian???
> 
> M-1309, M-1310, M-1311, M-1316 - all related to running Mahout on
> Windows ??

I'm not aware of us supporting Windows.


> M-1350 - Any takers?? (Stevo??)

To me this looks like a broken classpath on the user side. Without a
patch to at least re-produce the issue I wouldn't spend too much time
on this.


Isabel




Re: Mahout 0.9 release

Posted by Suneel Marthi <su...@yahoo.com>.
Updated list..




On Wednesday, November 27, 2013 5:16 PM, Suneel Marthi <su...@yahoo.com> wrote:
 
Below are the Open issues for 0.9:-

Mahout-1245, Mahout-1304, Mahout-1305, Mahout-1307, Mahout-1326 - All related to Wiki updates, missing Wiki documentation and Wiki migration to new CMS.  Isabel's working on M-1245 (migrating to new CMS). Could some of the others be consolidated with that?

M-1286 - Peng and ssc, we had talked about this during the last hangout. Can this be included in 0.9?

M-1030 - Andrew Musselman? Any updates on this, its important that we fix this for 0.9

M-1319, M-1328,
 M-1347, M-1364 - Suneel

M-1273 - Kun Yung, remember talking about this in one of the earlier hangouts; can't recall what was decided?

M-1312, M-1256 - Dan Filimon (or Stevo??)

M-996  someone could pick this up (if its still relevant with present codebase
 i.e.)

M-1265 Yexi had submitted a patch for this, it would be good if this could go in as part of 0.9  

M-1288 Solr Recommender - Pat Ferrell 

M-1285: Any takers for this?

M-1356: Isabel's started on this, Stevo could u review this?

M-1329: Support for Hadoop 2

M-1366:  Stevo, Isabel ????

M-1261: Sebastian???

M-1309, M-1310, M-1311, M-1316 - all related to running Mahout on Windows ??

M-1350 - Any takers?? (Stevo??)





On Wednesday, November 27, 2013 11:35 AM, Isabel Drost-Fromm <is...@apache.org> wrote:
 
On Wed, 20 Nov 2013 10:32:42 -0800 (PST)

Suneel Marthi <su...@yahoo.com> wrote:

> We are presently targeting 0.9 for Dec 9. 

For previous releases it worked rather well to have the release manager post open issues targeted for 0.9 on dev@ so others would comment. As it's not so long anymore until Dec 9th it might be a good time to start collecting issues we want to see fixed until 0.9. What do you think?


Isabel

Re: Mahout 0.9 release

Posted by Suneel Marthi <su...@yahoo.com>.
Below are the Open issues for 0.9:-

Mahout-1245, Mahout-1304, Mahout-1305, Mahout-1307 - All related to Wiki updates, missing Wiki documentation and Wiki migration to new CMS.  Isabel's working on M-1245 (migrating to new CMS). Could some of the others be consolidated with that?

M-1286 - Peng and ssc, we had talked about this during the last hangout. Can this be included in 0.9?

M-1030 - Andrew Musselman? Any updates on this, its important that we fix this for 0.9

M-1319, M-1328, M-1347, M-1364 - Suneel

M-1273 - Kun Yung, remember talking about this in one of the earlier hangouts; can't recall what was decided?

M-1312, M-1256 - Dan Filimon (or Stevo??)

M-996  someone could pick this up (if its still relevant with present codebase
 i.e.)

M-1265 Yexi had submitted a patch for this, it would be good if this could go in as part of 0.9  

M-1288 Solr Recommender - Pat Ferrell 

M-1285: Any takers for this?

M-1356: Isabel's started on this, Stevo could u review this?

M-1329: Support for Hadoop 2

M-1366:  Stevo, Isabel ????

M-1261: Sebastian???

M-1309, M-1310, M-1311, M-1316 - all related to running Mahout on Windows ??







On Wednesday, November 27, 2013 11:35 AM, Isabel Drost-Fromm <is...@apache.org> wrote:
 
On Wed, 20 Nov 2013 10:32:42 -0800 (PST)

Suneel Marthi <su...@yahoo.com> wrote:

> We are presently targeting 0.9 for Dec 9. 

For previous releases it worked rather well to have the release manager post open issues targeted for 0.9 on dev@ so others would comment. As it's not so long anymore until Dec 9th it might be a good time to start collecting issues we want to see fixed until 0.9. What do you think?


Isabel

Re: Mahout 0.9 release

Posted by Suneel Marthi <su...@yahoo.com>.
I was gonna do that today (before Thanksgiving break), will do  in next few hours.





On Wednesday, November 27, 2013 11:34 AM, Isabel Drost-Fromm <is...@apache.org> wrote:
 
On Wed, 20 Nov 2013 10:32:42 -0800 (PST)

Suneel Marthi <su...@yahoo.com> wrote:

> We are presently targeting 0.9 for Dec 9. 

For previous releases it worked rather well to have the release manager post open issues targeted for 0.9 on dev@ so others would comment. As it's not so long anymore until Dec 9th it might be a good time to start collecting issues we want to see fixed until 0.9. What do you think?


Isabel

Re: Mahout 0.9 release

Posted by Isabel Drost-Fromm <is...@apache.org>.
On Wed, 20 Nov 2013 10:32:42 -0800 (PST)
Suneel Marthi <su...@yahoo.com> wrote:

> We are presently targeting 0.9 for Dec 9. 

For previous releases it worked rather well to have the release manager post open issues targeted for 0.9 on dev@ so others would comment. As it's not so long anymore until Dec 9th it might be a good time to start collecting issues we want to see fixed until 0.9. What do you think?


Isabel

Re: Mahout 0.9 release

Posted by Suneel Marthi <su...@yahoo.com>.
We are presently targeting 0.9 for Dec 9. 





On Wednesday, November 20, 2013 1:30 PM, Sergey Svinarchuk <ss...@hortonworks.com> wrote:
 
Hi all,

when will be released mahout 0.9 or the date is not yet known?

Thanks,
Sergey

-- 
CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to 
which it is addressed and may contain information that is confidential, 
privileged and exempt from disclosure under applicable law. If the reader 
of this message is not the intended recipient, you are hereby notified that 
any printing, copying, dissemination, distribution, disclosure or 
forwarding of this communication is strictly prohibited. If you have 
received this communication in error, please contact the sender immediately 
and delete it from your system. Thank You.