[jira] [Commented] (MAHOUT-1153) Implement streaming random forests

2014-04-17 Thread Giorgio Zoppi (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-1153?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13973828#comment-13973828 ] Giorgio Zoppi commented on MAHOUT-1153: --- i would like to help on this. > Implement

Re: [jira] [Commented] (MAHOUT-1464) Cooccurrence Analysis on Spark

2014-04-17 Thread Pat Ferrel
I have no trouble reading from HDFS using the spark-shell. I assume I would also have no trouble writing but that is using the basic shell that comes with Spark. scala> val textFile = sc.textFile("xrsj/ratings_data.txt") scala> textFile.count() This works with local, pseudo-cluster, or even ful

[jira] [Commented] (MAHOUT-1464) Cooccurrence Analysis on Spark

2014-04-17 Thread Dmitriy Lyubimov (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-1464?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13973347#comment-13973347 ] Dmitriy Lyubimov commented on MAHOUT-1464: -- Hm. At home i don't have any trouble

[jira] [Commented] (MAHOUT-1464) Cooccurrence Analysis on Spark

2014-04-17 Thread Dmitriy Lyubimov (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-1464?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13973290#comment-13973290 ] Dmitriy Lyubimov commented on MAHOUT-1464: -- also just discovered that sbt build

[jira] [Commented] (MAHOUT-1464) Cooccurrence Analysis on Spark

2014-04-17 Thread Dmitriy Lyubimov (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-1464?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13973288#comment-13973288 ] Dmitriy Lyubimov commented on MAHOUT-1464: -- the idea most likely willl have scre

Re: Tackling the "legacy dilemma"

2014-04-17 Thread Frank Scholten
Thanks for this Sebastian. I think the new direction is exciting but indeed we first should focus on what we all agree on. +1 on renaming of core to mr-legacy and moving stuff out and deprecating some of the algorithms. I would like to help with this restructuring. Cheers, Frank On Tue

[jira] [Commented] (MAHOUT-1425) SGD classifier example with bank marketing dataset

2014-04-17 Thread Frank Scholten (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-1425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13973256#comment-13973256 ] Frank Scholten commented on MAHOUT-1425: Committing this in the coming days if th

[jira] [Updated] (MAHOUT-1432) Reduce Hadoop dependencies - NaiveBayesModel

2014-04-17 Thread Frank Scholten (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-1432?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Frank Scholten updated MAHOUT-1432: --- Resolution: Won't Fix Status: Resolved (was: Patch Available) Not necessary anymore

Jenkins build is back to normal : Mahout-Examples-Cluster-Reuters-II #817

2014-04-17 Thread Apache Jenkins Server
See

[jira] [Commented] (MAHOUT-1382) Upgrade Mahout third party jars for 0.9 Release

2014-04-17 Thread Mark Grover (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-1382?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13973240#comment-13973240 ] Mark Grover commented on MAHOUT-1382: - Is the patch attached to this JIRA correct? T

Re: Is there any website documentation repository or tool for Apache Mahout?

2014-04-17 Thread Sebastian Schelter
The templates for the individual pages are in the svn under site/ in markdown format. You can use an online markdown editor to approximately see how they look like. We don't have a better solution yet, unfortunately. --sebastian Am 17.04.2014 20:09 schrieb "Andrew Musselman" : > The content of t

Re: Is there any website documentation repository or tool for Apache Mahout?

2014-04-17 Thread Andrew Musselman
The content of the "main" part of each page is written in markdown and parsed by the CMS to render the HTML. I'm not aware of a way to submit pages except as patches.. > On Apr 17, 2014, at 1:52 PM, Pat Ferrel wrote: > > +1 > > the project uses Confluence for the wiki. All but commiters are

Re: Is there any website documentation repository or tool for Apache Mahout?

2014-04-17 Thread Pat Ferrel
+1 the project uses Confluence for the wiki. All but commiters are blocked from editing pages. This is getting increasingly frustrating. How many tickets and patches are being passed around now? I can’t follow them all. I haven’t used Confluence for 4-5 years now but there must be some way to

[jira] [Commented] (MAHOUT-1464) Cooccurrence Analysis on Spark

2014-04-17 Thread Pat Ferrel (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-1464?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13973088#comment-13973088 ] Pat Ferrel commented on MAHOUT-1464: Oh, and are you using the spark-shell to execute

[jira] [Commented] (MAHOUT-1464) Cooccurrence Analysis on Spark

2014-04-17 Thread Pat Ferrel (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-1464?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13973012#comment-13973012 ] Pat Ferrel commented on MAHOUT-1464: Getting the cooccurrence code to read or write t

Is there any website documentation repository or tool for Apache Mahout?

2014-04-17 Thread tuxdna
I have seen the instructions here[1], but I am not sure if there is any source-code for the documentation for website. So here are my questions: * Does Apache Mahout project use any tool to generate website documentation as it is now http://mahout.apache.org ? * Suppose I want to add some corr