Re: Zeppelin packaging for Spark 1.3 gives errors

2015-05-26 Thread Roopa Prabhu
The following command goes fine without issues: mvn clean package -Pspark-1.3 -Dhadoop.version=2.2.0 -Phadoop-2.2 -DskipTests. But when I try to package the distribution using: mvn clean package -P build-distr -DskipTests it fails. On Wed, May 27, 2015 at 9:26 AM, Roopa Prabhu rooparu

Re: Zeppelin packaging for Spark 1.3 gives errors

2015-05-26 Thread Roopa Prabhu
compiling with -DskipTests? On May 25, 2015 6:02 PM, Roopa Prabhu rooparu...@gmail.com wrote: Failed to execute goal org.scalatest:scalatest-maven-plugin:1.0:test (test) on project zeppelin-server: There are test failures - [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run

Zeppelin packaging for Spark 1.3 gives errors

2015-05-25 Thread Roopa Prabhu
Failed to execute goal org.scalatest:scalatest-maven-plugin:1.0:test (test) on project zeppelin-server: There are test failures - [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug

Re: sc, sqlContext errors

2015-05-22 Thread Roopa Prabhu
.jar and mysystemurl is returning 504. Could you explain little bit more about what is Query-1.0.jar and how it is added in your code? Thanks, moon On Mon, May 11, 2015 at 3:40 PM Roopa Prabhu rooparu...@gmail.com wrote: Here's my code (loaded the required jar using %dep): import

sc, sqlContext errors

2015-05-11 Thread Roopa Prabhu
Here's my code (loaded the required jar using %dep): import sys.process._ import test.{testData1,QueryData} import com.stratio.deep.mongodb._ QueryData.statusCheck() //*goes through fine* val readConfig = QueryData.runMongoJob() //*goes through fine* val rdd = sqlContext.fromMongoDB(readConfig)

Re: adding custom jars to zeppelin

2015-05-07 Thread Roopa Prabhu
abezzu...@nflabs.com wrote: Sure, just use the notation as described, i.e com.stratio:spark-mongodb:0.8.0 On Thu, May 7, 2015 at 7:45 PM, Roopa Prabhu rooparu...@gmail.com wrote: Thank you Alexander. Can I always load other dependencies int he same manner? for example if I want to load

adding custom jars to zeppelin

2015-05-06 Thread Roopa Prabhu
Hi, I would like to use mongodb as my data source and therefore need to access/use spark-mongodb api's in zeppelin UI, to generate my temporary tables. Is it possible to add these jars ? Can I add the maven/sbt dependencies for the same? If so, what are the steps to be followed to access these