Re: Cache loading from the web console

2018-04-11 Thread Вячеслав Коптилин
Hello,

Are you looking for an ability to do it (execute IgniteCache#loadCache())
via web console?
I don't think there is such capability at the moment.

Thanks,
Slava.


2018-04-09 15:19 GMT+03:00 demanfear :

> About the loadcache () method, I know it's interesting to know how to
> download data besides it
>
>
>
> --
> Sent from: http://apache-ignite-users.70518.x6.nabble.com/
>


Re: Cache loading from the web console

2018-04-09 Thread demanfear
About the loadcache () method, I know it's interesting to know how to
download data besides it



--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/


Re: Cache loading from the web console

2018-04-06 Thread slava.koptilin
Hello,

It seems that you are using Cassandra as a 3rd party cache store.
In that case, you need load all your data into the cluster before you can
execute SQL queries.
Please take a look at this page:
https://apacheignite.readme.io/docs/data-loading
In general, you have to call IgniteCache#loadCache() method

Thanks!



--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/