I have an Ignite 1.2.0-incubating node running in a Docker container and Apache Zeppelin running in another one. When both containers run on the same machine, Zeppelin's Ignite SQL interpreter can connect through jdbc and access a given cache on Ignite.
However when I run the Zeppelin container on a different machine, I get a "Client is invalid. Probably cache name is wrong." exception although it's trying to access the exact same cache. It doesn't seem like it's a networking issue since I guess I would get the "Failed to establish connection." exception in that case. Do you have an idea about what could be causing that? Thanks -Eric
