Re: Zeppelin 0.5.6 error

2016-02-23 Thread vincent gromakowski
Tx 2016-02-23 15:01 GMT+01:00 DuyHai Doan : > Hello Vincent > > This is a bug. The original Cassandra interpreter (V1) was working when > merged into the master. > > After that, there were other commits that update the Guava dependency to > another version and it broke

Re: Zeppelin 0.5.6 error

2016-02-23 Thread DuyHai Doan
Hello Vincent This is a bug. The original Cassandra interpreter (V1) was working when merged into the master. After that, there were other commits that update the Guava dependency to another version and it broke the Cassandra interpreter (look in the stack trace) because of Guava version

Zeppelin 0.5.6 error

2016-02-23 Thread vincent gromakowski
Hi Zeppelin 0.5.6 give me an error on Cassandra interpreter. Class not found on Cassandra driver core. 2.1.7 is required but I cannot see it In the classpath. Both with binaries and built from source