Pramod: Please remember to run Zinc so that the build is faster. Cheers
On Fri, May 1, 2015 at 9:36 AM, Ulanov, Alexander <[email protected]> wrote: > Hi Pramod, > > For cluster-like tests you might want to use the same code as in mllib's > LocalClusterSparkContext. You can rebuild only the package that you change > and then run this main class. > > Best regards, Alexander > > -----Original Message----- > From: Pramod Biligiri [mailto:[email protected]] > Sent: Friday, May 01, 2015 1:46 AM > To: [email protected] > Subject: Speeding up Spark build during development > > Hi, > I'm making some small changes to the Spark codebase and trying it out on a > cluster. I was wondering if there's a faster way to build than running the > package target each time. > Currently I'm using: mvn -DskipTests package > > All the nodes have the same filesystem mounted at the same mount point. > > Pramod >
