Brian, check out the talk page. the talk about spark bindings in particular.
As far as scripting (i assume you are talking about mahout shell here), check out "playing with the shell" page on mahout, it explains how to start etc. You don't have to script of course, then you'd just compile your work and run as a java application (or Spark application, if there is any difference at all). You'd still need to have spark/scala installed along with the environment (SCALA_HOME, JAVA_HOME, SPARK_HOME) in either case. Shell will also need MAHOUT_HOME. On Fri, Oct 10, 2014 at 11:50 AM, Brian Dolan <[email protected]> wrote: > May be double posting here, apologies… > > I am very interested in the Mahout Scala DSL. There doesn't seem to be > much out there at the moment and I have two primary questions. > > 1. What are the relative advantages of using the Mahout DSL over Spark's > MLlib? > 2. How do I bundle / deploy a Mahout DSL script? Should I compile it to a > jar? I haven't tried just yet. > > Thanks! > b > > ~~~~~~ > May All Your Sequences Converge > > > >
