May be https://ignite.apache.org/releases/1.5.0.final/javadoc/org/apache/ignite/configuration/CacheConfiguration.html#getSqlSchema()
On Thu, Apr 7, 2016 at 4:45 PM, F7753 <[email protected]> wrote: > My question is: how to config a schema name in a cross cache query? > I found that in scala , the method "className.class.getSimpleName" is > differ > from the method "className.getClass().getSimpleName()", the former will add > a letter "$" at the end of the class name, so I write a hard code like "val > param = "ClassName" " to see if this is the matter, but it did not work. > > > > -- > View this message in context: > http://apache-ignite-users.70518.x6.nabble.com/Cross-cache-query-on-spark-schema-not-found-tp3991p3994.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. > -- Alexey Kuznetsov GridGain Systems www.gridgain.com
