Hi, I am trying to use Zeppelin with Ignite interpreter.
The ignite.jdbc.url is jdbc:ignite:cfg://cache=Model@file:///tmp/default-ignite-jdbc.xml where default-ignite.xml is placed in the same node where zeppelin server is running (under /tmp) When i run a sql (select count(*) from Model) in the notebook I get "Client is invalid. Probably cache name is wrong." However I do see #clients increment in all the ignite nodes' logs. Also I am able to run the same query through a java program. ( My cache is loaded) Please help me point what I am doing wrong here. Regards, Moiz
