Re: Do I need Map entry classes in Ignite's classpath?

2020-06-08 Thread Andrew Munn
d. Otherwise, you just need to enable peer class loading. > > Regards, > -- > Ilya Kasnacheev > > > пн, 8 июн. 2020 г. в 05:05, Andrew Munn : > >> Is there ever any reason for the classes of Objects being put in the Map >> to be in the classpath for Ignite? or does

Can you pass host name to ignite visor?

2020-06-08 Thread Andrew Munn
Is there any way to pass the cluster address to ignitevisorcmd.sh on the command line or must it be set in the config.xml file used?

Do I need Map entry classes in Ignite's classpath?

2020-06-07 Thread Andrew Munn
Is there ever any reason for the classes of Objects being put in the Map to be in the classpath for Ignite? or does the cluster always handle that automatically? Thanks, Andrew

Re: BinaryObjectException: Conflicting enum values

2020-06-06 Thread Andrew Munn
-doesnt-start-after-field-type-changes > > - > Denis > > > On Fri, Jun 5, 2020 at 10:53 AM Andrew Munn wrote: > >> I'm seeing the same issue as this one >> <http://apache-ignite-users.70518.x6.nabble.com/Help-needed-with-BinaryObjectException-td22938.html>

Re: How to get POJOs in Python?

2020-06-05 Thread Andrew Munn
> > Regards. > -- > Ilya Kasnacheev > > > пт, 5 июн. 2020 г. в 19:48, Andrew Munn : > >> That's very helpful. Thanks. So it appears if I want to put in an >> object using Java and consume it using Python I have to define the matching >> class as done in

BinaryObjectException: Conflicting enum values

2020-06-05 Thread Andrew Munn
I'm seeing the same issue as this one . I had values in the cache. I cleared the cache, but did not shutdown the cluster node. I modified the enums in the class. Then I repopulated the cache

Re: How to get POJOs in Python?

2020-06-05 Thread Andrew Munn
gards, > -- > Ilya Kasnacheev > > > пт, 5 июн. 2020 г. в 01:38, Andrew Munn : > >> Thanks Ilya. I don't see anything in that post about registering the >> binary type. I am not defining any tables using SQL. I'm just >> instantiating POJOs, putting them in the cache

Re: How to get POJOs in Python?

2020-06-04 Thread Andrew Munn
> (yes, it mostly works with tables, but tables and POJOs are mapped in the > same fashion). > > Regards, > -- > Ilya Kasnacheev > > > ср, 3 июн. 2020 г. в 18:54, Andrew Munn : > >> I'm having the same issues as these guys: >> >> &

How to get POJOs in Python?

2020-06-03 Thread Andrew Munn
I'm having the same issues as these guys: http://mail-archives.apache.org/mod_mbox/ignite-user/201901.mbox/%3csn6pr14mb2240feb74bc77de79b54ca67ca...@sn6pr14mb2240.namprd14.prod.outlook.com%3E I would like to put POJOs in a map and get them using pyignite. Python gives me ParseError('Binary

Re: Can you create a cache using Ignite Visor CLI?

2020-05-20 Thread Andrew Munn
It looks like control.sh won't create caches either. How can they be created by a utility in the shell? On Tue, May 19, 2020 at 3:58 PM akorensh wrote: > yes. That is correct: > https://apacheignite-tools.readme.io/docs/command-line-interface > > use the "help cache" command inside the visor

Can you create a cache using Ignite Visor CLI?

2020-05-19 Thread Andrew Munn
It looks like the Visor CLI can only operate on existing caches, not create new ones. Is that correct?

Re: ERROR: h2 Unsupported connection setting "MULTI_THREADED"

2020-02-25 Thread Andrew Munn
> > Regards, > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -- > Ilya Kasnacheev > > > чт, 20 февр. 2020 г. в 19:24, And

Re: ERROR: h2 Unsupported connection setting "MULTI_THREADED"

2020-02-20 Thread Andrew Munn
s://github.com/apache/ignite/blob/master/parent/pom.xml#L74 > > On 20.02.2020 4:36, Andrew Munn wrote: > > I'm building/running my client app w/Gradle and I'm seeing this > > error. Am I overloading the Ingite H2 fork with the real H2 or > > something? It appears I have

Re: tailing Ignite cache for events?

2020-02-19 Thread Andrew Munn
Evgenii > > ср, 19 февр. 2020 г. в 14:54, Andrew Munn : > >> What's the best way to watch a cache for insert/update/delete events? >> >

ERROR: h2 Unsupported connection setting "MULTI_THREADED"

2020-02-19 Thread Andrew Munn
I'm building/running my client app w/Gradle and I'm seeing this error. Am I overloading the Ingite H2 fork with the real H2 or something? It appears I have the latest h2: [.gradle]$ find ./ -name *h2* ./caches/modules-2/metadata-2.82/descriptors/com.h2database

tailing Ignite cache for events?

2020-02-19 Thread Andrew Munn
What's the best way to watch a cache for insert/update/delete events?

visor mcompact command?

2020-02-18 Thread Andrew Munn
what's mcompact about? it says only this: visor> help mcompact mcompact Finds and fills gap in Visor console memory variables. What are these gaps?

Ignite Web Console requires root?

2020-02-17 Thread Andrew Munn
https://www.gridgain.com/docs/web-console/latest/deploying-web-console says: By default, the Web Console control process will listen for incoming connections on port 3000, requiring it and its various child processes to run with root-level privileges on UNIX-like operating systems (e.g., Linux

Best GUI for viewing caches

2020-02-14 Thread Andrew Munn
What generally works best for querying and viewing/updating cached objects? Some JDBC client or does some memcached one work better?

Accessing Ignite from MS Excel

2019-02-21 Thread Andrew Munn
What's the best way to access Ignite data from MS Excel? It looks like I could use the ODBC driver but I'd like updates pushed into Excel, not Excel polling for updates. I could use Excel-DNA and use the C# client. Is there a better way?