JDBC Connection and stream receiver

2020-05-21 Thread narges saleh
Hi All, Is it possible to use stream receivers with JDBC connections (with streaming set to on)? If yes, can you point me to an example? thanks.

Re: Unable to enable ML inference storage

2020-05-21 Thread akorensh
Hi, Looks like you are loading the ML plugin twice (see below) Can you try w/out the plugin config first. Just copy the ignite-ml module to the libs folder or follow these instructions: https://apacheignite.readme.io/docs/machine-learning#getting-started If that works, put in your

Re: Can Tableau Desktop(Windows) connect the database from Apache ignite(Linux)?

2020-05-21 Thread akorensh
also take a look at: https://apacheignite-sql.readme.io/docs/tableau -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Can Tableau Desktop(Windows) connect the database from Apache ignite(Linux)?

2020-05-21 Thread akorensh
see reply to: http://apache-ignite-users.70518.x6.nabble.com/Can-Tableau-Desktop-Windows-connect-the-database-from-Apache-ignite-Linux-tc32584.html -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Can Tableau Desktop(Windows) connect the database from Apache ignite(Linux)?

2020-05-21 Thread akorensh
Hi, Tableau desktop can indeed connect to Ignite via the odbc driver. 1. Install the driver: https://apacheignite-sql.readme.io/docs/odbc-driver#installing-odbc-driver 2. create the appropriate dsn via windows Odbc 3. use's Tableau's connect via ODBC feature. (Keep in mind the Ignite

Re: Exporting SQL DB

2020-05-21 Thread akorensh
Your best choice is to write your own exporter/use sqlline/other tool to get the data from Ignite. Ignite's db files are in a proprietary format that can't be used w/other tools. more info here: https://cwiki.apache.org/confluence/display/IGNITE/Ignite+Persistent+Store+-+under+the+hood -- Sent

Re: Near Cache Support For Thin Clients

2020-05-21 Thread Marty Jones
Honestly near cache for the thin client is a must for me. Implementing this is a huge performance gain. On Thu, May 21, 2020 at 5:47 AM Pavel Tupitsyn wrote: > Alex, > > I've recently implemented .NET Native Near Cache [1]. > It is a very similar concept, because caching is performed on

Re: [DISCUSS] Apache Ignite mascot

2020-05-21 Thread Denis Magda
Folks, thanks for sharing ideas. Let me find a designer who can turn the ideas into pictures. Then we can compare and adjust. - Denis On Sun, May 17, 2020 at 5:50 AM Manuel Núñez wrote: > What about a hellboy’s style animal?, with Ignite’s flame between the horns > > El 16 may 2020, a las

Re: Using putAll(TreeMap) with BinaryObjects

2020-05-21 Thread Ilya Kasnacheev
Hello! I think it needs not be present on server, but I recommend testing that :) Regards, -- Ilya Kasnacheev чт, 21 мая 2020 г. в 15:59, Grigory.D : > Question is still open: > In case of using TreeMap with Comparator provided to constructor, should > this comparator be present on server

Re: Exporting SQL DB

2020-05-21 Thread NSquare
Hi Alex, Thanks for your response. I want to export the data into a SQL db file which can be then loaded with any standard SQL viewer. CSV would be difficult for me as the data stored in these tables is huge. Just to give some context, one of the services running on this cluster would pump one

Re: Ignite Node Metrics using JMX

2020-05-21 Thread Evgenii Zhuravlev
Yes, it is a node information. heap = onheap, so, just use "a" as onheap memory used. ср, 20 мая 2020 г. в 22:08, kay : > Thankyou. > I found ClusterLocalNodeMetricsMXBeanImpl bean and attributes. > Is it node information? or os processor? > ex. currentCpuLoad, CurrentGcCpuload,

Re: Unable to deploy Ignite Web Console in local

2020-05-21 Thread Evgenii Zhuravlev
I suggest checking the logs from the cluster nodes - there should be messages that node is using this IP and that it was bound to 8080 port. Also, it makes sense to check the connection between these machines, there is a chance that you have a firewall or ports are blocked. Evgenii чт, 21 мая

Re: Using putAll(TreeMap) with BinaryObjects

2020-05-21 Thread Grigory.D
Question is still open: In case of using TreeMap with Comparator provided to constructor, should this comparator be present on server node, or it is just applied on client side? -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: How Ignite launch the ./libs Jar

2020-05-21 Thread marble.zh...@coinflex.com
thanks Ilya, lifecyclebean just verified works. Can you share the "configure Ignite to automatically register service" related links? thanks. -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Binary recovery for a very long time

2020-05-21 Thread Ilya Kasnacheev
Hello! 1. I guess that WAL is read. 2. Unfortunately we do not have truly graceful exit as far as my understanding goes. Regards, -- Ilya Kasnacheev вт, 19 мая 2020 г. в 10:22, 38797715 <38797...@qq.com>: > Hi, > > the following log message: > > [2020-05-12T18:17:57,071][INFO

Re: Suggest a better way to access a particular K-V store

2020-05-21 Thread Ilya Kasnacheev
Hello! Is it possible that you are not closing your JDBC result sets (or corresponding Ignite QueryCursor)? It's actually strange. The query in question seem rather bulky. It's not expected that it is sufficiently fast for you. Regards, -- Ilya Kasnacheev вт, 19 мая 2020 г. в 20:36, adipro :

Re: How Ignite launch the ./libs Jar

2020-05-21 Thread Ilya Kasnacheev
Hello! You can configure Ignite to automatically register service on start-up or call lifecycle listener: https://apacheignite.readme.io/docs/ignite-life-cycle#lifecyclebean Regards, -- Ilya Kasnacheev чт, 21 мая 2020 г. в 15:28, marble.zh...@coinflex.com < marble.zh...@coinflex.com>: >

Re: How Ignite launch the ./libs Jar

2020-05-21 Thread marble.zh...@coinflex.com
Thanks a lot Ilya. My confusion is, where to fire the task, does Ignite will help launch this task when startup the ignite instance? I have tried, but not found any logs output. If ignite cannot help launch, only load the class into memory, then where to fire/trigger this tasks? need a separate

Re: Using putAll(TreeMap) with BinaryObjects

2020-05-21 Thread Ilya Kasnacheev
Hello! It was discussed previously but did not get anywhere http://apache-ignite-developers.2346864.n4.nabble.com/Let-s-make-BinaryObjectImpl-and-CacheKeyObject-Comparable-td46028.html Regards, -- Ilya Kasnacheev чт, 21 мая 2020 г. в 08:16, : > Hi, > > I did implement user pojo with

Re: How Ignite launch the ./libs Jar

2020-05-21 Thread Ilya Kasnacheev
Hello! For example, method 'compute' has last argument as 'T arg' which is passed to task. Please see https://github.com/apache/ignite/blob/master/examples/src/main/java/org/apache/ignite/examples/computegrid/ComputeTaskMapExample.java for example. Regards, -- Ilya Kasnacheev чт, 21 мая 2020

Re: ignite node ports

2020-05-21 Thread Ilya Kasnacheev
Hello! You may true igniteCfg.setConnectorConfiguration(null). Regards, вт, 19 мая 2020 г. в 02:42, 배혜원 : > Thank you so much. > then, if im not going to be use 11211 port. > what should i do. I do not want to binding 11211 port. is there any way?? > or it will be just automatically binding??

Re: Near Cache Support For Thin Clients

2020-05-21 Thread Pavel Tupitsyn
Alex, I've recently implemented .NET Native Near Cache [1]. It is a very similar concept, because caching is performed on platform side. We had requests for this from different users for quite some time. Users were implementing this on their own with Continuous Queries. Yes, it is not

RE: Unable to deploy Ignite Web Console in local

2020-05-21 Thread BEELA GAYATRI
Hi Evgenii, Thanks for the update. When I run in my local machine every thing works fine. However when I run the same in centOS Linux server web-console-agent.sh is not able to communicate with node URI. Below is the log. Here my queries are 1. What should be the node uri to be given?

Re: Near Cache Support For Thin Clients

2020-05-21 Thread Alex Plehanov
Hello, I don't think that near cache for thin client on Ignite level it's a good idea. Expiration is not the only case here. For thick clients near caches are transactionally consistent. For thin clients such a guarantee never can be provided. Near cache for thin clients will be either too heavy

Can Tableau Desktop(Windows) connect the database from Apache ignite(Linux)?

2020-05-21 Thread lan
Can Tableau Desktop(Windows) connect the database from Apache ignite(Linux)? if yes, I install the ODBC driver of ignite from linux , the Tableau Desktop can connect it ? -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: How Ignite launch the ./libs Jar

2020-05-21 Thread marble.zh...@coinflex.com
Can I understand the task deployment like this: package jar to ./libs, Ignite only will load this class into instance, but will not trigger that, task will only trigger by outside the ignite client or jdbc or jmx? In this case, outside programmer only need to know the taskName, and call this

Re: How to create a compute tasks which uses Cache and transaction?

2020-05-21 Thread marble.zh...@coinflex.com
Hi Denis, "use the REST API shared by Dmtriy to trigger the task." How to do that? can you share more details, now I have the task deployed to the ./libs, but don't know how to trigger, or ignite will help auto trigger, as task already describe in the META-INF/ignite.xml? And btw, does it must