We support both build systems. We use maven to publish the canonical distributions as it interoperates better with downstream consumers. Most of the developers that I know, however, use SBT for day to day development.
On Tue, Nov 3, 2015 at 11:36 AM, Stefano Baghino < stefano.bagh...@radicalbit.io> wrote: > Oh, I saw POMs and thought I was supposed to use Maven. Thank you so much > for the help, I'll try it as soon as possible. > > On Tue, Nov 3, 2015 at 10:24 AM, Nitin Goyal <nitin2go...@gmail.com> > wrote: > >> In maven, you might want to try following :- >> >> -DwildcardSuites=org.apache.spark.ml.ProbabilisticClassifierSuite >> >> On Tue, Nov 3, 2015 at 2:42 PM, Michael Armbrust <mich...@databricks.com> >> wrote: >> >>> In SBT: >>> >>> build/sbt "mllib/test-only *ProbabilisticClassifierSuite" >>> >>> On Tue, Nov 3, 2015 at 9:27 AM, Stefano Baghino < >>> stefano.bagh...@radicalbit.io> wrote: >>> >>>> Hi all, >>>> >>>> I'm new to contributing to Spark (and Apache projects in general); I've >>>> started working on SPARK-7425 >>>> <https://issues.apache.org/jira/browse/SPARK-7425> and have >>>> implemented what looks like a viable solution. Now I'd like to test it, >>>> however I'm having some trouble running an individual test class to quickly >>>> iterate over it; I tried running >>>> >>>> mvn -Dtest=org.apache.spark.ml.ProbabilisticClassifierSuite test >>>> >>>> and (without the fully qualified class name) >>>> >>>> mvn -Dtest=ProbabilisticClassifierSuite test >>>> >>>> but both commands resulted in running all tests, both when launching >>>> Maven from the project root and from the MLlib module root. I've tried to >>>> look this up in the mailing list archives but haven't had luck so far. >>>> >>>> How can I run a single test suite? Thanks in advance! >>>> >>>> -- >>>> BR, >>>> Stefano Baghino >>>> >>> >>> >> >> >> -- >> Regards >> Nitin Goyal >> > > > > -- > BR, > Stefano Baghino > > Software Engineer @ Radicalbit >