Re: Guava 16.0 Cassandra Error using Zeppelin 0.60/Spark 1.6.1/Cassandra 3.4

2016-04-13 Thread DuyHai Doan
Ahh yes, forgot that you're using the 0.6.0 build. The guava jar was missing in the 0.5.5 release On Wed, Apr 13, 2016 at 2:03 PM, Sanne de Roever wrote: > Rocking! Vincents suggestion worked. > > I tried a %dep in the notebook first, this did not work. > > The $ZEPPELIN-HOME/interpreter/cassand

Re: Guava 16.0 Cassandra Error using Zeppelin 0.60/Spark 1.6.1/Cassandra 3.4

2016-04-13 Thread Sanne de Roever
Rocking! Vincents suggestion worked. I tried a %dep in the notebook first, this did not work. The $ZEPPELIN-HOME/interpreter/cassandra does not have a lib folder, but is filled with jars itself, oa. guava-16.0.1.jar. No changes necessary there it seems. On Wed, Apr 13, 2016 at 1:37 PM, vincent g

Re: Guava 16.0 Cassandra Error using Zeppelin 0.60/Spark 1.6.1/Cassandra 3.4

2016-04-13 Thread DuyHai Doan
Easy work-around, in $ZEPPELIN-HOME/interpreter/cassandra/lib folder, add the guava-16.0.1.jar file and it's done. On Wed, Apr 13, 2016 at 1:37 PM, vincent gromakowski < vincent.gromakow...@gmail.com> wrote: > It's not a configuration error but a well known conflict between guava 12 > in Spark an

Re: Guava 16.0 Cassandra Error using Zeppelin 0.60/Spark 1.6.1/Cassandra 3.4

2016-04-13 Thread vincent gromakowski
It's not a configuration error but a well known conflict between guava 12 in Spark and guava 16 in spark cassandra driver. You can find some workarounds in spark cassandra mailing list My workaround in zeppelin is to load in zeppelin dependency loader (spark interpreter config web page) the guava

Guava 16.0 Cassandra Error using Zeppelin 0.60/Spark 1.6.1/Cassandra 3.4

2016-04-13 Thread Sanne de Roever
Hi, My goal is to get Zeppelin 0.60 working with a remote Spark 1.6.1 and Cassandra 3.4. The connection between Zeppelin and Spark works. Currently I'm stuck on a Guava error, more specifically in the connection between Spark and Cassandra: Caused by: java.lang.IllegalStateException: Detected Gu