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.