Unable to build from assembly

2015-05-22 Thread Manoj Kumar
Hello, I updated my master from upstream recently, and on running build/sbt assembly it gives me this error [error] /home/manoj/spark/examples/src/main/java/org/apache/spark/examples/ml/JavaDeveloperApiExample.java:106: error: MyJavaLogisticRegression is not abstract and does not override

Re: Unable to build from assembly

2015-05-22 Thread Ted Yu
What version of Java do you use ? Can you run this command first ? build/sbt clean BTW please see [SPARK-7498] [MLLIB] add varargs back to setDefault Cheers On Fri, May 22, 2015 at 7:34 AM, Manoj Kumar manojkumarsivaraj...@gmail.com wrote: Hello, I updated my master from upstream

Re: Unable to build from assembly

2015-05-22 Thread Edoardo Vacchi
confirming. master has been broken in the morning; currently it should be ok, though On Fri, May 22, 2015 at 4:34 PM, Manoj Kumar manojkumarsivaraj...@gmail.com wrote: Hello, I updated my master from upstream recently, and on running build/sbt assembly it gives me this error [error]

Re: Unable to build from assembly

2015-05-22 Thread Manoj Kumar
A clean build worked. Thanks everyone for the help! On Fri, May 22, 2015 at 8:42 PM, Edoardo Vacchi uncommonnonse...@gmail.com wrote: confirming. master has been broken in the morning; currently it should be ok, though On Fri, May 22, 2015 at 4:34 PM, Manoj Kumar