ignite-spark compatibility

2022-04-11 Thread Kerr, Andrew (Nokia - CA/Ottawa)
o know that there is an ignite 3 in alpha stage right now. Does anyone know if there are plans to upgrade spark compatibility in ignite 3? Cheers, Andrew

Re: Critical security vulnerability for /opt/ignite/apache-ignite/libs/optional/ignite-rest-http/jackson-databind-2.9.6.jar

2020-10-20 Thread Andrew Story
Thanks very much Ilya. I have created defect: https://issues.apache.org/jira/browse/IGNITE-13601 -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Critical security vulnerability for /opt/ignite/apache-ignite/libs/optional/ignite-rest-http/jackson-databind-2.9.6.jar

2020-09-18 Thread Andrew Story
of vulnerabilities if that helps. The latest version of this component appears to be 2.11.2 which should resolve these vulnerabilities: https://github.com/FasterXML/jackson/wiki/Jackson-Release-2.11.2 Note if there is a better way to provide this information/request please let me know. Thanks, Andrew

critical security vulnerability for /opt/ignite/apache-ignite/libs/optional/ignite-rest-http/log4j-1.2.17.jar

2020-09-18 Thread Andrew Story
: https://nvd.nist.gov/vuln/detail/CVE-2019-17571 The latest version of this component appears to be 2.13.3 which should resolve the vulnerability: https://logging.apache.org/log4j/2.x/download.html. Thanks, Andrew Story -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

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?

Re: running Apache Ignite in docker with cgroups

2018-06-22 Thread Andrew Fung
ignite > > -XX:+UseCGroupMemoryLimitForHeap. The -XX:+UnlockExperimentalVMOptions > > See: https://blogs.oracle.com/java-platform-group/java-se- > support-for-docker-cpu-and-memory-limits > > > > On Jun 21, 2018, at 5:32 PM, Andrew Fung wrote: > > > > I can see from the docs fo

Re: running Apache Ignite in docker with cgroups

2018-06-22 Thread Andrew Fung
ntainer? > > BR, > Andrei > > > > > > -- > Sent from: http://apache-ignite-users.70518.x6.nabble.com/ > -- *Andrew Fung* Engineering | ❖ Medallia af...@medallia.com https://lwn.net/2000/0824/a/esr-sharing.php3

running Apache Ignite in docker with cgroups

2018-06-21 Thread Andrew Fung
e relevant CacheConfiguration to partitioned mode with backups=2 and writeSynchronizationMode=full_sync. Running Ignite 2.5.0, Oracle JDK 8u172. Thanks! Andrew.

Re: How can I get Ignite security plugin to work with JDBC thin client?

2017-11-16 Thread Andrew Mashenkov
I've create a ticket [1] for this issue. [1] https://issues.apache.org/jira/browse/IGNITE-6941 - Regards, Andrew. -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: How can I get Ignite security plugin to work with JDBC thin client?

2017-11-16 Thread Andrew Mashenkov
I've create a ticket [1] for this issue. [1] https://issues.apache.org/jira/browse/IGNITE-6941 - Regards, Andrew. -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Data in cache per node

2016-11-30 Thread Andrew Dzyuba
No, all entries are similar and have approximately same size. One entry is row of plane file and look like: "90 \t 35.985331 \t 27.184144596 \t Россия, Воронеж г., Красноград г., Лунная аллея., д. К800 (маг) \t 45.981361 \t 17.184149959 \t Россия, Воронеж г., Красноград г.,

Re: How do I know the cache rebalance is finished?

2016-06-23 Thread Andrew
tions : " + Arrays.toString(partitions)); === Sincerely, Andrew -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/How-do-I-know-the-cache-rebalance-is-finished-tp5219p5853.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: How do I know the cache rebalance is finished?

2016-06-19 Thread Andrew
wrong partitions. I mean list of old partitions. But in my project, it also happens when a node has been left. It is tested with 'example-default.xml' configuration file. RebalanceTest.java <http://apache-ignite-users.70518.x6.nabble.com/file/n5746/RebalanceTest.java> Sincerely,

Re: How do I know the cache rebalance is finished?

2016-06-19 Thread Andrew
Thank you, Kristian. I think this issue is related to me. Thanks for good information, again. Sincerely, Andrew. -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/How-do-I-know-the-cache-rebalance-is-finished-tp5219p5745.html Sent from the Apache Ignite Users

Re: How do I know the cache rebalance is finished?

2016-06-14 Thread Andrew
Hi, igniters. I've been waiting the answer but there is no reply. Is anybody who can answer my question here? Sincerely, Andrew. -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/How-do-I-know-the-cache-rebalance-is-finished-tp5219p5634.html Sent from the Apache

Re: How do I know the cache rebalance is finished?

2016-05-31 Thread Andrew
'EVT_TASK_FINISHED', 'EVT_CACHE_OBJECT_PUT', 'EVT_CACHE_OBJECT_REMOVED' are working well as they named. Sincerely, Andrew. -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/How-do-I-know-the-cache-rebalance-is-finished-tp5219p5351.html Sent from the Apache Ignite Users

Re: How do I know the cache rebalance is finished?

2016-05-30 Thread Andrew
something like 'EVT_CACHE_REBALANCE_FINISHED'? If neither can be acceptable then, I just want to know the way how I can detect the cache rebalance is finished. Sincerely, Andrew. P.S. I'm not a native English user and unfamiliar with your culture, I'm not sure I've wrote rudely. If I did, that'

Re: How do I know the cache rebalance is finished?

2016-05-26 Thread Andrew
local primary partitions then starts new threads for newly added partitions and sweep objects out related to missed partitions. So, I wish I could detect the point of moment the cache rebalance has been finished. Is there any way for me to achieve it? Sincerely, Andrew. -- View this message

How do I know the cache rebalance is finished?

2016-05-26 Thread Andrew
_CACHE_REBALANCE_STOPPED); ----- Sincerely, Andrew. -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/How-do-I-know-the-cache-rebalance-is-finished-tp5219.html Sent from

Re: Exception when starting second node

2016-05-25 Thread Andrew
Thanks for reply. And Yes, the system runs well, though it occurs. I hope the next version would be released soon. Sincerely, Andrew -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Exception-when-starting-second-node-tp5164p5207.html Sent from the Apache Ignite

Exception when starting second node

2016-05-25 Thread Andrew An
][INFO ][ignite-update-notifier-timer][GridUpdateNotifier] Your version is up to date. Sincerely, Andrew http://www.springframework.org/schema/beans; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; xmlns:util="http://www.springframework.org/s

Re: How can I achieve performance

2016-03-19 Thread Andrew
Thank you for your reply. I'll try it. Sincerely, Andrew. -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/How-can-I-achieve-performance-tp3535p3553.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Need your advice for using DataStreamer

2016-02-15 Thread Andrew
DataStreamer described above - Run threads concurrently Sincerely, Andrew -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Need-your-advice-for-using-DataStreamer-tp3015.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: Write-behind question

2015-11-12 Thread Andrew
Oh, I'm sorry. I didn't know that it is already registered. Thanks. I'll wait.. -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Write-behind-question-tp1936p1949.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.