Re: Zeppelin impala interpreter

2015-11-11 Thread moon soo Lee
Notebooks are missing you mean notebook json files are disappeared from notebook directory? Thanks, moon On 2015년 11월 11일 (수) at 오후 4:17 Abhi Basu <9000r...@gmail.com> wrote: > Tried using the %hive setting with differnt JDBC for impala and now all my > old notebooks are missing :(. Stopped and r

Problem in executing sql function 'split'

2015-11-11 Thread Sourav Mazumder
Hi, If I'm trying to execute the function split in Spark SQL I get following error in some situations. java.util.NoSuchElementException: key not found: split at scala.collection.MapLike$class.default(MapLike.scala:228) at scala.collection.AbstractMap.default(Map.scala:58) at scala.collection.mut

Re: Real time chart in Zeppelin?

2015-11-11 Thread Silvio Fiorito
Hi Roger, Here’s an example I made using Angular and Leaflet updating based on a Spark Streaming app https://gist.github.com/granturing/a09aed4a302a7367be92 Same concept could be used for any other client side JavaScript (d3, etc.) Thanks, Silvio From: Roger Hui mailto:hkroger...@gmail.com>>

Re: Zeppelin impala interpreter

2015-11-11 Thread Abhi Basu
Notebooks are all there in the notebook folder, but Zeppelin shows disconnected status. On Wed, Nov 11, 2015 at 1:49 AM, moon soo Lee wrote: > Notebooks are missing you mean notebook json files are disappeared from > notebook directory? > > Thanks, > moon > > On 2015년 11월 11일 (수) at 오후 4:17 Abhi

Fwd: Can not configure driver memory size.

2015-11-11 Thread Egor Pahomov
I'm trying to configure driver memory size. So far I tied next parameters: - export JAVA_INTP_OPTS="-Xmx10g" - export SPARK_SUBMIT_OPTIONS="--driver-memory 10g --executor-memory 10g" - export ZEPPELIN_JAVA_OPTS=" -Xmx3m \ -Dspark.serializer=org.apache.spark.serialize

Can not configure driver memory size

2015-11-11 Thread Egor Pahomov
I'm trying to configure driver memory size. So far I tied next parameters: - export JAVA_INTP_OPTS="-Xmx10g" - export SPARK_SUBMIT_OPTIONS="--driver-memory 10g --executor-memory 10g" - " -Xmx3m \ - Change SparkInterpreter.java: conf.set("spark.executor.memory", "

Re: Problem in executing sql function 'split'

2015-11-11 Thread moon soo Lee
Hi Sourav, >From 0.5.5-incubating (currently in vote), it is recommended to export SPARK_HOME to make Zeppelin uses spark-submit command internally. In this case, spark.home is not effective. But i can not get the same error with split function in Spark SQL even without SPARK_HOME. Could you tell

Re: Zeppelin impala interpreter

2015-11-11 Thread moon soo Lee
That's weird. Do you see any error in zeppelin log files (under logs/ dir)? Best, moon On Thu, Nov 12, 2015 at 3:42 AM Abhi Basu <9000r...@gmail.com> wrote: > Notebooks are all there in the notebook folder, but Zeppelin shows > disconnected status. > > On Wed, Nov 11, 2015 at 1:49 AM, moon soo L

Re: Real time chart in Zeppelin?

2015-11-11 Thread Tomas Hudik
Hi Silvio, is there any simple way how to test/run it? Some step-by-step guide for those without javascripts skillet. thanks, Tomas On Wed, Nov 11, 2015 at 6:10 PM, Silvio Fiorito < silvio.fior...@granturing.com> wrote: > Hi Roger, > > Here’s an example I made using Angular and Leaflet updating