Re: javax.cache.CacheException: Failed to find mapping description

2016-09-02 Thread vikramT
Hello, Any workaround for this -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/javax-cache-CacheException-Failed-to-find-mapping-description-tp7350p7480.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: javax.cache.CacheException: Failed to find mapping description

2016-09-01 Thread vikramT
hi Alexey, Thanks for logging the issue. But still I am facing the same issue: public class CacheConfig { /** * Create JDBC type for inventory_orders. * * @param cacheName Cache name. * @return Configured JDBC type. */ private static JdbcType jdbcTypeInventoryOrd

Re: javax.cache.CacheException: Failed to find mapping description

2016-08-30 Thread vikramT
hi Vasiliy, Alexey, I tried this code "cache.loadCache(null,InventoryOrdersKey.class.getName(), "select * from inventory_orders");" and getting different error log ignite-19d380e7.log Also I have added constructo

Re: javax.cache.CacheException: Failed to find mapping description

2016-08-30 Thread vikramT
Please find screen for my table definition Capture.JPG Also I have attached the files generated by Schema Import utility, in the post. -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/java

Re: javax.cache.CacheException: Failed to find mapping description

2016-08-30 Thread vikramT
We are NOT using any script to create data, its sample data which is present in our cluster. I am getting same error when using Sql Server instead of Hive. Thanks -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/javax-cache-CacheException-Failed-to-find-mapping

Re: javax.cache.CacheException: Failed to find mapping description

2016-08-29 Thread vikramT
Thanks Alexey. Please try to provide the solution as early as possible. -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/javax-cache-CacheException-Failed-to-find-mapping-description-tp7350p7397.html Sent from the Apache Ignite Users mailing list archive at Nabble

Re: javax.cache.CacheException: Failed to find mapping description

2016-08-28 Thread vikramT
Error is: class org.apache.ignite.IgniteException: javax.cache.CacheException: Failed to find mapping description [cache=InventoryOrdersCache, typeId=581285757]. Please configure JdbcType to associate cache 'InventoryOrdersCache' with JdbcPojoStore. at org.apache.ignite.internal.processors

javax.cache.CacheException: Failed to find mapping description

2016-08-26 Thread vikramT
Hi, I am using Ignite 1.7 over CDH 5.8, and trying to load complete table from Hive to Ignite Cache. Error: javax.cache.CacheException: Failed to find mapping description [cache=InventoryOrdersCache, typeId=581285757]. Please configure JdbcType to associate cache 'InventoryOrdersCache' with JdbcP

Re: IgniteException: No FileSystem for scheme: hdfs

2016-08-18 Thread vikramT
hi, Can anyone provide me the solution for this Exception, how to handle this ?? Thanks & Regards, Vikram Taori -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/IgniteException-No-FileSystem-for-scheme-hdfs-tp7014p7150.html Sent from the Apache Ignite Users mail

Re: IgniteException: No FileSystem for scheme: hdfs

2016-08-16 Thread vikramT
Hi Vladimir, I tried the way you mentioned using java -cp, but still the error persists, can you please provide solution or an alternative as early as possible. tried command: java -cp /opt/apache-ignite-hadoop-1.7.0-bin/libs/ignite-hadoop/,/opt/cloudera/parcels/CDH-5.8.0-1.cdh5.8.0.p0.42/lib/ha