First of all, I don't recommend use Zeppelin 0.7.1 with Ignite 2.0 because different versions of Ignite can have some backward compatibility issues.
It's very strange that you don't have any errors in logs. Could you please try other JDBC driver? See docs here [1]. [1] https://apacheignite.readme.io/docs/jdbc-driver#jdbc-connection On Tue, Jul 18, 2017 at 3:07 PM, Megha Mittal <[email protected]> wrote: > Hi, > > I am using binary release of Zeppelin-0.7.1 . > > Here is the cache configuration : > > CacheConfiguration<ItemKey, Item> itemCacheConfiguration = new > CacheConfiguration<ItemKey, Item>("Item"); > > itemCacheConfiguration.setMemoryPolicyName(igniteProperties.getMemoryPolicyName()); > itemCacheConfiguration.setCacheMode(CacheMode.PARTITIONED); > > itemCacheConfiguration.setIndexedTypes(ItemKey.class, Item.class); > itemCacheConfiguration.setBackups(1); > itemCacheConfiguration.setStatisticsEnabled(true); > > > > -- > View this message in context: > http://apache-ignite-users.70518.x6.nabble.com/Issue-with-Ignite-Zeppelin-tp14990p15056.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com.
