My bad! I was always referring my table name as cache name, though I had name my cache differently. I dont have the issue after using the correct name.
Thanks for the support! Regards, Moiz On Thu, Feb 4, 2016 at 5:25 PM, Syed Moizuddin <[email protected]> wrote: > Hi Andrey, > > I am using the latest zeppelin code from github and built using this > command: > > mvn clean package -Pspark-1.5 -Dspark.version=1.5.0 > -Dhadoop.version=2.6.0-cdh5.4.8 -Phadoop-2.6 -Pvendor-repo -Pyarn -Ppyspark > -Dignite.version=1.5.0.final -DskipTests > > > > > On Wed, Feb 3, 2016 at 9:45 PM, Andrey Gura <[email protected]> wrote: > >> Moiz, >> >> Hmmm... What about your Zepplein version? What you can see from >> zeppelin-interpreter-ignite-<user>.log? >> >> Could you please also share your working code if possible? May be it will >> give me additional ideas. >> >> >> >> On Wed, Feb 3, 2016 at 4:58 PM, Syed Moizuddin <[email protected]> >> wrote: >> >>> Hi Andrey, >>> >>> Its yes for all 3 points. Any other thing you want me to verify >>> >>> Regards >>> Moiz >>> On Feb 3, 2016 7:06 PM, "Andrey Gura" <[email protected]> wrote: >>> >>>> Moiz, >>>> >>>> I can't reproduce problem that you describe. Could you please check the >>>> following: >>>> >>>> 1. Interpreter was restarted after configuration changes. >>>> 2. Cache name is correct (note that cache name is case sensitive). >>>> 3. Cache is partitioned or replicated (not local) >>>> >>>> Thanks! >>>> >>>> >>>> On Wed, Feb 3, 2016 at 12:36 PM, Syed Moizuddin <[email protected]> >>>> wrote: >>>> >>>>> 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 >>>>> >>>> >>>> >>>> >>>> -- >>>> Andrey Gura >>>> GridGain Systems, Inc. >>>> www.gridgain.com >>>> >>> >> >> >> -- >> Andrey Gura >> GridGain Systems, Inc. >> www.gridgain.com >> > >
