Re: build error - failing test- Error while building spark 2.0 trunk from github

2016-07-31 Thread Jacek Laskowski
Hi, Can you share what's the command to run the build? What's the OS? Java? Pozdrawiam, Jacek Laskowski https://medium.com/@jaceklaskowski/ Mastering Apache Spark 2.0 http://bit.ly/mastering-apache-spark Follow me at https://twitter.com/jaceklaskowski On Sun, Jul 31, 2016 at 6:54 PM,

build error - failing test- Error while building spark 2.0 trunk from github

2016-07-31 Thread Rohit Chaddha
--- T E S T S --- Running org.apache.spark.api.java.OptionalSuite Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 sec - in org.apache.spark.api.java.OptionalSuite Running

Spark build error

2015-11-17 Thread 金国栋
Hi! I tried to build spark source code from github, and I successfully built it from command line using `*sbt/sbt assembly*`. While I encountered an error when compiling the project in Intellij IDEA(V14.1.5). The error log is below: *Error:scala: * * while compiling:

Re: Spark build error

2015-11-17 Thread Ted Yu
Is the Scala version in Intellij the same as the one used by sbt ? Cheers On Tue, Nov 17, 2015 at 6:45 PM, 金国栋 wrote: > Hi! > > I tried to build spark source code from github, and I successfully built > it from command line using `*sbt/sbt assembly*`. While I encountered an >

Re: Spark build error

2015-11-17 Thread Jeff Zhang
This also bother me for a long time. I suspect the intellij builder conflicts with the sbt/maven builder. I resolve this issue by rebuild spark in intellij. You may meet compilation issue when building it in intellij. For that you need to put external/flume-sink/target/java on the source build

Re: Spark 1.4.0 build Error on Windows

2015-06-03 Thread Daniel Emaasit
I run into errors while trying to build Spark from the 1.4 release branch: https://github.com/apache/spark/tree/branch-1.4. Any help will be much appreciated. Here is the log file from my windows 8.1 PC. (F.Y.I, I installed all the dependencies like Java 7, Maven 3.2.5 and set the environment

Re: Spark 1.4.0 build Error on Windows

2015-06-03 Thread pawan kumar
I got the same error message when using maven 3.3 . On Jun 3, 2015 8:58 AM, Ted Yu yuzhih...@gmail.com wrote: I used the same command on Linux but didn't reproduce the error. Can you include -X switch on your command line ? Also consider upgrading maven to 3.3.x Cheers On Wed, Jun 3,

Re: Spark 1.4.0 build Error on Windows

2015-06-03 Thread Ted Yu
I used the same command on Linux but didn't reproduce the error. Can you include -X switch on your command line ? Also consider upgrading maven to 3.3.x Cheers On Wed, Jun 3, 2015 at 2:36 AM, Daniel Emaasit daniel.emaa...@gmail.com wrote: I run into errors while trying to build Spark from

Re: Build error

2015-01-30 Thread Tathagata Das
That is a known issue uncovered last week. It fails on certain environments, not on Jenkins which is our testing environment. There is already a PR up to fix it. For now you can build using mvn package -DskipTests TD On Fri, Jan 30, 2015 at 8:59 PM, Andrew Musselman andrew.mussel...@gmail.com

Build error

2015-01-30 Thread Andrew Musselman
Off master, got this error; is that typical? --- T E S T S --- Running org.apache.spark.streaming.mqtt.JavaMQTTStreamSuite Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.495

Spark-1.2.0 build error

2015-01-02 Thread rapelly kartheek
Hi, I get the following error when I build spark using sbt: [error] Nonzero exit code (128): git clone https://github.com/ScrapCodes/sbt-pom-reader.git /home/karthik/.sbt/0.13/staging/ad8e8574a5bcb2d22d23/sbt-pom-reader [error] Use 'last' for the full log. Any help please?

Build error when using spark with breeze

2014-09-26 Thread Jaonary Rabarisoa
Hi all, I'm using some functions from Breeze in a spark job but I get the following build error : *Error:scalac: bad symbolic reference. A signature in RandBasis.class refers to term math3* *in package org.apache.commons which is not available.* *It may be completely missing from the current

Re: Build error when using spark with breeze

2014-09-26 Thread Ted Yu
26, 2014 at 8:42 AM, Jaonary Rabarisoa jaon...@gmail.com wrote: Hi all, I'm using some functions from Breeze in a spark job but I get the following build error : *Error:scalac: bad symbolic reference. A signature in RandBasis.class refers to term math3* *in package org.apache.commons which

Re: Build error when using spark with breeze

2014-09-26 Thread Jaonary Rabarisoa
version3.3/version scopetest/scope /dependency Adjusting the scope should solve the problem below. On Fri, Sep 26, 2014 at 8:42 AM, Jaonary Rabarisoa jaon...@gmail.com wrote: Hi all, I'm using some functions from Breeze in a spark job but I get the following build error

Re: Build error when using spark with breeze

2014-09-26 Thread Sean Owen
functions from Breeze in a spark job but I get the following build error : Error:scalac: bad symbolic reference. A signature in RandBasis.class refers to term math3 in package org.apache.commons which is not available. It may be completely missing from the current classpath, or the version

Re: Build error when using spark with breeze

2014-09-26 Thread Ted Yu
the scope should solve the problem below. On Fri, Sep 26, 2014 at 8:42 AM, Jaonary Rabarisoa jaon...@gmail.com wrote: Hi all, I'm using some functions from Breeze in a spark job but I get the following build error : *Error:scalac: bad symbolic reference. A signature in RandBasis.class

Re: Build error when using spark with breeze

2014-09-26 Thread Jaonary Rabarisoa
wrote: Hi all, I'm using some functions from Breeze in a spark job but I get the following build error : *Error:scalac: bad symbolic reference. A signature in RandBasis.class refers to term math3* *in package org.apache.commons which is not available.* *It may be completely missing from

Re: Build error when using spark with breeze

2014-09-26 Thread Xiangrui Meng
get the following build error : Error:scalac: bad symbolic reference. A signature in RandBasis.class refers to term math3 in package org.apache.commons which is not available. It may be completely missing from the current classpath, or the version on the classpath might be incompatible

Spark build error

2014-08-06 Thread Priya Ch
Hi, I am trying to build jars using the command : mvn -Pyarn -Phadoop-2.2 -Dhadoop.version=2.2.0 -DskipTests clean package Execution of the above command is throwing the following error: [INFO] Spark Project Core . FAILURE [ 0.295 s] [INFO] Spark Project Bagel

spark github source build error

2014-07-23 Thread m3.sharma
dont want spark sql, I can do without it. -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/spark-github-source-build-error-tp10532.html Sent from the Apache Spark User List mailing list archive at Nabble.com.

Re: spark github source build error

2014-07-23 Thread Xiangrui Meng
want spark sql, I can do without it. -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/spark-github-source-build-error-tp10532.html Sent from the Apache Spark User List mailing list archive at Nabble.com.

Re: spark github source build error

2014-07-23 Thread m3.sharma
-error-tp10532.html Sent from the Apache Spark User List mailing list archive at Nabble.com. -- If you reply to this email, your message will be added to the discussion below: http://apache-spark-user-list.1001560.n3.nabble.com/spark-github-source-build-error

Re: Apache Spark 0.9.0 Build Error

2014-03-18 Thread wapisani
-incubating/. The error is: [error] Not a valid command: / [error] /sbt [error] ^ Do you know why I'm getting this error? Thank you very much, Will -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Apache-Spark-0-9-0-Build-Error-tp2794.html Sent from

Re: Apache Spark 0.9.0 Build Error

2014-03-18 Thread Robin Cjc
why I'm getting this error? Thank you very much, Will -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Apache-Spark-0-9-0-Build-Error-tp2794.html Sent from the Apache Spark User List mailing list archive at Nabble.com

Re: Apache Spark 0.9.0 Build Error

2014-03-18 Thread wapisani
] /sbt [error] ^ Do you know why I'm getting this error? Thank you very much, Will -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Apache-Spark-0-9-0-Build-Error-tp2794.html Sent from the Apache Spark User List mailing list archive at Nabble.com

Apache Spark 0.9.0 Build Error

2014-03-17 Thread wapisani
is: [error] Not a valid command: / [error] /sbt [error] ^ Do you know why I'm getting this error? Thank you very much, Will -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Apache-Spark-0-9-0-Build-Error-tp2794.html Sent from the Apache Spark User List mailing