socket streamer and SQL tables

2020-02-14 Thread narges saleh
Hi All, How would one receive data via socket streamer and populate SQL tables via data streamer? thanks

Re: Best GUI for viewing caches

2020-02-14 Thread Denis Magda
You can use GridGain Web Console that goes with SQL notebooks and supports Ignite natively. It's available for free. - Denis On Fri, Feb 14, 2020 at 1:36 PM Andrew Munn wrote: > What generally works best for querying and viewing/updating cached > objects? Some JDBC client or does some

Re: unsubscribe

2020-02-14 Thread Denis Magda
Please email to this address user-unsubscr...@ignite.apache.org - Denis On Thu, Feb 13, 2020 at 9:23 PM Shahid Muhamed < shahid.muha...@expeedsoftware.com> wrote: > unsubscribe > > Thanks, > > Muhamed Shahid >

RE: Best GUI for viewing caches

2020-02-14 Thread Scott Cote
I use dbeaver with jdbc to ignite Scott Cote Senior Application Developer - Java | Electronic Transaction Consultants Corporation (ETC) 1600 N. Collins Boulevard, Suite 4000, Richardson, TX 75080 (o) 469.248.4576 | (c) 972.900.1561 [cid:image005.png@01D5E34C.9B0DF320]

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?

Re: Ignite yarn resources keep on increasing

2020-02-14 Thread ChandanS
Hi Ilya, My submitted Ignite-yarn application works fine for best case scenarios. The issue is with worst case scenarios. E.g., below is my correct ignite_path property and my application works fine with it: IGNITE_PATH=/project/ecpdevbermuda/ignite/apache-ignite-2.7.0-bin.zip But, if I give

Ignite Logging and custom Log4j2 appender issue

2020-02-14 Thread Mitchell Rathbun (BLOOMBERG/ 731 LEX)
I have gotten this to work where the IGNITE appender is being used for Ignite logs. However, I am having a lot of issues related to ActLogAppender, which is a custom appender, working with Ignite. If I set the gridLogger to use Log4J2Logger at all, I continually see: 2020-02-14 13:25:19,199

Re: JDBC thin client incorrect security context

2020-02-14 Thread VeenaMithare
HI Andrei, That helps..For some reason, i got confused and thought I am getting the UUID of the node on which it is running. thanks, regards, Veena. -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Slow cache updates with indexing module enabled

2020-02-14 Thread Andrei Aleksandrov
Hi, Some recommendations should be applied to every SQL query: 1)You should avoid using __SCAN_ 2)You should use LAZY if the result set is big. 3)You should inline the indexes Please read my comments: 1)My question is what is happening with all those indexes when an entry is updated but, none

Re: Scheduling Cache Refresh using Ignite

2020-02-14 Thread Andrei Aleksandrov
Hi Nithin, You face current message because your client lost the connection to the server. It tries to get the acknowledge message on some operation (I guess it should be some cache operation). You can see that IgniteClientDisconnectedException was thrown. In this case, you can get the

Re: JDBC Thin Client does not return

2020-02-14 Thread Taras Ledkov
Hi, I've not seen the thread dump from the node with order 3: 'CAA9E3DB-266B-4040-B059-19BD281D5821' (corresponds to log: ignite-caa9e3db.0.log) and from other nodes too. It may hep a lot if the thread dumps are created when the query hangs. Server node + client app thread dumps - the best

Re: REST API on top of ignite using node express

2020-02-14 Thread Ilya Kasnacheev
Hello! * I have just tried modifying this example: https://github.com/apache/ignite/blob/master/modules/platforms/nodejs/examples/SqlExample.js and it was able to list all 4000+ cities from City table with no problems (mind the SQL file in examples directory shipped with Ignite). What version are

Re: unsubscribe

2020-02-14 Thread Vivian Huertaz
No I did not ask to unsubscribe. Regards Vivian Huertaz On Thu, Feb 13, 2020, 11:53 PM Devin Bost wrote: > I'm not sure if you sent this to the right place. > Did you get a confirmation email about being unsubscribed? > > Devin G. Bost > > > On Thu, Feb 13, 2020 at 10:23 PM Shahid Muhamed < >