Re: No active SparkContext black hole

2016-10-07 Thread Jianfeng (Jeff) Zhang
Could you paste the log ? Best Regard, Jeff Zhang From: Mark Libucha > Reply-To: "users@zeppelin.apache.org" > Date: Friday, October 7, 2016 at 12:11 AM

Re: Some problem of using Zeppelin with Spark

2016-10-07 Thread mingda li
Dear DuyHai, Thanks. But the problem is not solved after I run JAVA_HOME=/home/clash/asterixdb/jdk1.8.0_101 SCALA_HOME=/home/clash/scala-2.11.8 $MAVEN_HOME/bin/mvn clean package -U -DskipTests -Pspark-1.6 -Phadoop-1 -Pscala-2.11 I get: [INFO] Reactor Summary: [INFO] [INFO] Zeppelin

Re: Some problem of using Zeppelin with Spark

2016-10-07 Thread DuyHai Doan
Try adding -U before -DskipTests On Fri, Oct 7, 2016 at 10:06 PM, mingda li wrote: > Dear all, > > Hi, we are using Zeppelin with Spark and AsterixDB now. The Spark will get > data from AsterixDB and Zeppelin can let users operate the data in Spark. > Now, we can run

Some problem of using Zeppelin with Spark

2016-10-07 Thread mingda li
Dear all, Hi, we are using Zeppelin with Spark and AsterixDB now. The Spark will get data from AsterixDB and Zeppelin can let users operate the data in Spark. Now, we can run an example well in Spark's shell. But once we come to Zeppelin, the example cannot run. There are some problem that