Re: Dataframe in apache spark Error java.lang.ArrayIndexOutOfBoundsException:

2016-10-17 Thread Divya Gehlot
http://stackoverflow.com/questions/33864389/how-can-i-create-a-spark-dataframe-from-a-nested-array-of-struct-element This is similar to your use case Hope this helps Thanks, Divya On 16 October 2016 at 19:03, Mark Mikolajczak - 07855 306 064 < m...@flayranalytics.co.uk> wrote: > > > down votef

Re: Dataframe in apache spark Error java.lang.ArrayIndexOutOfBoundsException:

2016-10-17 Thread Mark Mikolajczak
thanks Divya, I tried that and still get same error - array out of bounds. Full code. import org.apache.spark.sql.sources.EqualTo import com.couchbase.spark.sql._ import com.couchbase.spark.sql.N1QLRelation \val bkEvent = Map("bucket" -> "events") val eve = sqlc.read.couchbase(schemaFilter = Eq

Re: Zeppelin - Google Chart

2016-10-17 Thread Tamas Szuromi
Hello, I think it's safer if you add it manually to the bower.json and src/index.html and build it afterward. cheers, On 17 October 2016 at 10:00, Dominique Fabre wrote: > Hello, > > I have installed google charts by this way: > > *1. install google-chart* > *cd $ZEPPELIN_HOME/zeppelin-web* >

Zeppelin - Google Chart

2016-10-17 Thread Dominique Fabre
Hello, I have installed google charts by this way: *1. install google-chart* *cd $ZEPPELIN_HOME/zeppelin-web* *bower install google-chart --save* New bower components were installed in the directory bower_component *2. build zeppelin-web* *grunt build* Then when i used zeppelin (0.6.1) http://