Re: Please test it and include in the next version if is possible: Modifications in rest-http module (Added JSF,jndi for jdbc/ignite and tunning for threads of jetty embedded)

2019-12-30 Thread Alexey Kuznetsov
file/t1813/GridJettyRestHandler.java> > GridJettyRestProtocol.java > <http://apache-ignite-users.70518.x6.nabble.com/file/t1813/GridJettyRestProtocol.java> > -- > Sent from the Apache Ignite Users mailing list archive > <http://apache-ignite-users.70518.x6.nabble.com/> at Nabble.com. > -- Alexey Kuznetsov

Re: GridGain Web Console is available free of charge for Apache Ignite

2019-12-12 Thread Alexey Kuznetsov
4, 2019 at 5:33 AM Denis Magda wrote: >>> >>>> Igniters, >>>> >>>> There is good news. GridGain made its distribution of Web Console >>>> completely free. It goes with advanced monitoring and management >>>> dashboard >>>> and other handy screens. More details are here: >>>> >>>> https://www.gridgain.com/resources/blog/gridgain-road-simplicity-new-docs-and-free-tools-apache-ignite >>>> >>>> - >>>> Denis >>>> >>> -- Alexey Kuznetsov

Re: Query Monitoring

2019-04-10 Thread Alexey Kuznetsov
Hi, There will be SQL Views instead. See: https://issues.apache.org/jira/browse/IGNITE-10347 https://issues.apache.org/jira/browse/IGNITE-11435 -- Alexey Kuznetsov

Re: CamelCase to lowerCase conversion of column names while loading cache from postgres .

2019-03-20 Thread Alexey Kuznetsov
gniteTableKey"); >> >> >> qryEntity.setFields(fields); >> >> >> HashMap aliases = new HashMap<>(); >> >> >> aliases.put("idCol", "idCol"); >> >> aliases.put("nameCol", "name_col"); >> >> >> qryEntity.setAliases(aliases); >> >> qryEntities.add(qryEntity); >> >> >> ccfg.setQueryEntities(qryEntities); >> >> >> return ccfg; >> >> } >> >> >> But I am getting exception , >> >> * org.postgresql.util.PSQLException: ERROR: column "idcol" does not exist* >> >> >> how I can solve this ? i can see that preparedStatement don't have quotes >> around column . >> >> Current Query = *select idCol from ignite_table * >> >> instead of *select "idCol" from ignite_table* >> >> >> >> >> >> >> -- Alexey Kuznetsov

Re: SQL XML configuration for timestamp problematic when using sybase as third party persistence

2019-03-07 Thread Alexey Kuznetsov
#setTransformer) -- Alexey Kuznetsov

Re: Ignite Web Console partition monitoring - ratio for Keys in offheap is NEGATIVE number

2019-02-21 Thread Alexey Kuznetsov
addressee (or authorized to receive for the > addressee), you may not use, copy or disclose to anyone the message or any > information contained in the message. If you have received the message in > error, please advise the sender by reply e-mail and delete the message. > -- Alexey Kuznetsov

Re: Authorization Plugin

2019-02-18 Thread Alexey Kuznetsov
Hi, Sergio! May be this article will be useful for you: http://smartkey.co.uk/development/securing-an-apache-ignite-cluster -- Alexey Kuznetsov

Re: local deployment of web-console-standalone

2019-02-13 Thread Alexey Kuznetsov
see how it goes. May be in dev mode you will see some additional debug output. 3. Web Agent also could be started from sources (if needed). -- Alexey Kuznetsov

Re: Implementing custom plugin

2019-02-07 Thread Alexey Kuznetsov
Hi! As far as I know, you need create a file "src/main/resources/META-INF/services/org.apache.ignite.plugin.PluginProvider" with full class name of your plugin. Hope this helps. -- Alexey Kuznetsov

Re: failed to connect to secure ignite server from ignite web agent

2019-01-16 Thread Alexey Kuznetsov
ignite --node-password ignite Please note, that it is recommended to add a special user for that, for example, with name "web_agent" And in that case command [1] will looks like: ignite-web-agent.sh --node-login web_agent --node-password some_pwd_of_web_agent -- Alexey Kuznetsov

Re: Web Console set up

2019-01-12 Thread Alexey Kuznetsov
via We Console. In case of new user, admin should add/remove token to default.properties file and restart Web Agent. You can find user token at "Profile" screen. Hope this helps. -- Alexey Kuznetsov

Re: Web Console set up

2019-01-10 Thread Alexey Kuznetsov
Docker image. -- Alexey Kuznetsov

Re: Ignite we-console security

2018-12-27 Thread Alexey Kuznetsov
SSL configuration in "Docker" mode. -- Alexey Kuznetsov

Re: Ignite we-console security

2018-12-20 Thread Alexey Kuznetsov
> -- > *Regards* > > *Sheshananda* > -- Alexey Kuznetsov

Re: Ignite we-console security

2018-12-18 Thread Alexey Kuznetsov
rds* > > *Sheshananda * > -- Alexey Kuznetsov GridGain Systems www.gridgain.com

Re: web console

2018-12-18 Thread Alexey Kuznetsov
t; I am trying to ocnnect web console and downloaded ignite-web-agent-2.7.1. > It > doesnt seems to support java 1.8 and getting an error "jdk1.8.0_171 was > unexpected at this time." What is the java version supported for > ignite-web-agent-2.7.1? > -- Alexey Kuznetsov

Re: Web Agent configurations to connect Secured(SSL) IGNITE

2018-12-13 Thread Alexey Kuznetsov
Hi, I would also add to Ilya's answer that I almost finished with IGNITE-9845 (it is on review right now). https://issues.apache.org/jira/browse/IGNITE-9845 That will add explicit way to configure SSL for Web Agent. -- Alexey Kuznetsov

Re: Web Agent configurations to connect Secured(SSL) IGNITE

2018-12-10 Thread Alexey Kuznetsov
See: https://docs.oracle.com/cd/E19830-01/819-4712/ablqw/index.html You may need to modify ignite-web-agent.sh with "-D" JVM options. -- Alexey Kuznetsov

Re: Web Agent configurations to connect Secured(SSL) IGNITE

2018-12-10 Thread Alexey Kuznetsov
y for the REST API. > > Now I am trying to connect Web Agent to the ignite server but am not > getting option to pass pem keys in the Web Agent's *ignite-web-agent.sh > *scrip. > > > Please let me know the configurations to pass pem file. > > > -- > *Regards* > > *Sheshananda* > -- Alexey Kuznetsov

Re: Ignite web console

2018-12-04 Thread Alexey Kuznetsov
alled ignite and running 2 nodes on RHEL azure boxes. > The ignite-web-agent.sh file is successful but how do I see my caches on > the web console which is console.gridgrain.com? > -- > Regards, > Viraj Rathod > -- Alexey Kuznetsov

Re: Gridgain Console monitoring question

2018-11-29 Thread Alexey Kuznetsov
of the queries. > > We can see the running queries. The parameter > cacheConfiguration.queryDetailMetricsSize has been set to a value of 100. > What are we missing?? > > Thanks, > Charu > > > > > -- > Sent from: http://apache-ignite-users.70518.x6.nabble.com/ > -- Alexey Kuznetsov

Re: control.sh from remote terminal?

2018-11-28 Thread Alexey Kuznetsov
om: http://apache-ignite-users.70518.x6.nabble.com/ > -- Alexey Kuznetsov

Re: Automated cache generation to clone a SQL schema?

2018-10-25 Thread Alexey Kuznetsov
ty in a couple of days. -- Alexey Kuznetsov

Re: Issues running Ignite with Cassandra and spark.

2018-09-27 Thread Alexey Kuznetsov
Hi, Shrey! Just as idea - Ignite now has persistence (see https://apacheignite.readme.io/docs/distributed-persistent-store), may be you can completely replace Cassandra with Ignite? In this case all data always be actual, no need to sync with external db. -- Alexey Kuznetsov

Re: Ignite Web Agent

2018-09-27 Thread Alexey Kuznetsov
f it helps. > > -- Alexey Kuznetsov

Re: webconsole generated project - cache load performance

2018-09-14 Thread Alexey Kuznetsov
: > Hi > > Is there a way to make the loading run faster for a project that has been > generated by the web console. I am loading 4 million records and it is > taking 30+ minutes > > > > -- > Sent from: http://apache-ignite-users.70518.x6.nabble.com/ > -- Alexey Kuznetsov

Re: Ignite Thin Client Continuous Query

2018-09-11 Thread Alexey Kuznetsov
Gordon, How about to start several client nodes "near" to cluster and use them as "proxies" for your desktop GUI apps? You may write some code that will push data from client node to you GUI app. This will require some coding of course. -- Alexey Kuznetsov

Re: Is there some tools to get Node `ConsistentID`?

2018-08-23 Thread Alexey Kuznetsov
a Kasnacheev > > 2018-08-23 4:17 GMT+03:00 huzx : > >> Hi, Guys: >> >> Is there some tools to get `ConsistentID` of the server node? I >> found >> the `ID` in topology is not `ConsistentID` >> >> >> >> -- >> Sent from: http://a

Re: Possible issue with Web Console

2018-08-17 Thread Alexey Kuznetsov
http://apache-ignite-users.70518.x6.nabble.com/ > > -- > Alexey Kuznetsov > <http://apache-ignite-users.70518.x6.nabble.com/> >

Re: Confusion/inaccurate visor stats

2018-08-17 Thread Alexey Kuznetsov
end in compute engine see: org.apache.ignite.cluster.ClusterMetrics /** * Gets total time this node spent executing jobs. * @return Total time this node spent executing jobs. */ public long getTotalBusyTime(); I hope 2) & 3) will answer some one who knows about it. -- Alexey Kuznetsov

Re: WebConsole does not see cluster

2018-08-14 Thread Alexey Kuznetsov
aches" my cache. Should I see my configurations in > configurations as well or is that only for created ones? > > - Where do I need the agent and rest api? It seems like having it in the > one node will suffice. Do I need to have both on every node? > > > > - >

Re: Possible issue with Web Console

2018-08-13 Thread Alexey Kuznetsov
and it works > perfectly. > > Is this an issue with open source Web Console vs the GridGain version? > > > > -- > Sent from: http://apache-ignite-users.70518.x6.nabble.com/ > > -- > Alexey Kuznetsov > <http://apache-ignite-users.70518.x6.nabble.com/> >

Re: Web console project upload

2018-08-09 Thread Alexey Kuznetsov
ry to restore docker container if it was not purged, see for example here https://stackoverflow.com/questions/29202787/restore-deleted-container-docker Alexey Kuznetsov On Thu, Aug 9, 2018 at 6:26 PM Orel Weinstock (ExposeBox) < o...@exposebox.com> wrote: > Hi, > > I've bu

Re: If the authenticationEnabled is true Ignite web control conneced failed

2018-07-26 Thread Alexey Kuznetsov
gt;> functionality should be available with version 2.7 >> >> Evgenii >> >> >> >> -- >> Sent from: http://apache-ignite-users.70518.x6.nabble.com/ >> >> -- >> Alexey Kuznetsov >> <http://apache-ignite-users.70518.x6.nabble.com/> >> >

Re: How do I rename multiple clusters

2018-07-26 Thread Alexey Kuznetsov
Cluster:0D8FC815 >> Cluster:0E30C03F >> >> When there are many clusters, it is not easy to find them. Can you rename >> them >> >> >> >> >> -- >> Sent from: http://apache-ignite-users.70518.x6.nabble.com/ >> >> -- >> Alexey Kuznetsov >> <http://apache-ignite-users.70518.x6.nabble.com/> >> >

Re: control.bat authentication support

2018-05-22 Thread Alexey Kuznetsov
> It works fine in server/client nodes and visor but I can't find any auth > support in control.bat > > I checked it's source code and don't see any place where I can provide > credentials. > > > > Should I write my own control tool or how can I solve this? > > > > BR, Oleksandr > > > -- Alexey Kuznetsov

Re: Example of SQL query

2018-05-10 Thread Alexey Kuznetsov
>>> "fieldsMetadata":[{"schemaName":"Person","typeName":"PERSON" >>> ,"fieldName":"FIRSTNAME","fieldTypeName":"java.lang. >>> String"},{"schemaName":"Person","typeName":"PERSON"," >>> fieldName":"LASTNAME","fieldTypeName":"java.lang.String"}],"queryId":4}} >>> >>> 2)get command return the value of some key: >>> >>> http://127.0.0.1:8080/ignite?cmd=get&cacheName=Person&key=3 >>> >>> {"successStatus":0,"affinityNodeId":"37f9d00d-8a7a-4db4-a1af >>> -16471a548ce1","error":null,"sessionToken":null,"response": >>> {"firstName":"John3","lastName":"Doe3","id":"3"}} >>> >>> 3)getall command return several values for some keys >>> >>> http://127.0.0.1:8080/ignite?cmd=getall&cacheName=Person&k1=1&k2=2 >>> >>> {"successStatus":0,"affinityNodeId":null,"error":null,"sessi >>> onToken":null,"response":{"1":{"firstName":"John1","lastName >>> ":"Doe1","id":"1"},"2":{"firstName":"John2","lastName": >>> "Doe2","id":"2"}}} >>> >>> Hope that it will help you. >>> >>> BR, >>> Andrei >>> >>> >>> >>> -- >>> Sent from: http://apache-ignite-users.70518.x6.nabble.com/ >>> >> >> > -- Alexey Kuznetsov

Re: Query on Ignite web console

2018-04-16 Thread Alexey Kuznetsov
h we can create user and > also get the security token for a particular user. > > > Regards, > Vishwas > > > > -- > Sent from: http://apache-ignite-users.70518.x6.nabble.com/ > -- Alexey Kuznetsov

Re: Webconsole on Hadoop/Spark cluster

2018-04-01 Thread Alexey Kuznetsov
und about webconsole to monitor memory and metrics in ignite. Could > you > please you point me to steps to install webconsole on spark cluster? > > Appreciate you help > > Regards, > Ganesh > > > > -- > Sent from: http://apache-ignite-users.70518.x6.nabble.com/ > -- Alexey Kuznetsov

Re: Apache Ignite nightly release builds

2018-03-22 Thread Alexey Kuznetsov
+1 to get nightly builds WITHOUT login. On Thu, Mar 22, 2018 at 3:38 PM, Dmitriy Setrakyan wrote: > Why do we need to ask people to login to get a nightly build? Anyway to > open it to public without a login? > > -- Alexey Kuznetsov

Re: Get all data of one cache in Ignite without creating a new ignite node

2018-03-22 Thread Alexey Kuznetsov
Rick, Java think client may be released in some nearest release. You can track its progress here: https://issues.apache.org/jira/browse/IGNITE-7421 Meanwhile you can use client node or JDBC or REST. -- Alexey Kuznetsov

Re: Re: About Apache Ignite 2.4 with jdk

2018-03-19 Thread Alexey Kuznetsov
Hello, Lucky. In Ignite 2.4 JDK 7 support was dropped (see release notes). You will need to use JDK8 or fork Ignite project and try to fix compilation under JDK7. -- Alexey Kuznetsov

Re: Usage of DataStreamer for bulk loading

2018-03-09 Thread Alexey Kuznetsov
Hi Naveen, FYI there an issue in JIRA: IGNITE-6917 SQL: implement COPY command for efficient data loading https://issues.apache.org/jira/browse/IGNITE-6917 And it is already merged to master and will be a part of ignite 2.5. -- Alexey Kuznetsov

Re: Using Rest module cache not getting created

2018-03-03 Thread Alexey Kuznetsov
cessStatus":0,"sessionToken":null,"error":null,"response":null} > > I verified using ignite visor script, only default cache is present. > Can you let me know, what is wrong here. > > > Regards, > Vishwas > > > > -- > Sent from: http://apache-ignite-users.70518.x6.nabble.com/ > -- Alexey Kuznetsov

Re: Ignite indexes and persistence

2018-02-21 Thread Alexey Kuznetsov
ad from the disk once the items are known. It also seems weird that the > same query does not get faster when I run it again, shouldn't those 4000 > items be pulled into memory? > > > > -- > Sent from: http://apache-ignite-users.70518.x6.nabble.com/ > -- Alexey Kuznetsov

Re: QuerySqlFunction

2018-02-14 Thread Alexey Kuznetsov
nite.spi.discovery.tcp.ServerImpl$ > RingMessageWorker.processCustomMessage(ServerImpl.java:5282) > > at org.apache.ignite.spi.discovery.tcp.ServerImpl$ > RingMessageWorker.processMessage(ServerImpl.java:2656) > > > > Thanks, > > *Mike Williams* > > > -- Alexey Kuznetsov

Re: ignite-schedule latest version?

2017-12-26 Thread Alexey Kuznetsov
repositories [1]. > > [1] https://ignite.apache.org/download.cgi#3rdparty > > -Val > > > > -- > Sent from: http://apache-ignite-users.70518.x6.nabble.com/ > -- Alexey Kuznetsov

Re: Can Ignite me used for everyday processes, storage, reading, writing, etc. together with SQL

2017-12-12 Thread Alexey Kuznetsov
gt; On Tue, Dec 12, 2017 at 2:09 AM, Alexey Kuznetsov > wrote: > >> Hi, Rick >> >> Could you describe how many are you running Ignite cluster? >> How many nodes? On how many hosts? Some virtual OS or bare metal? >> >> >> On Tue, Dec 12, 2017 at 12

Re: Can Ignite me used for everyday processes, storage, reading, writing, etc. together with SQL

2017-12-11 Thread Alexey Kuznetsov
the db's we have in SQL now and going to another > DB type later, or something else. > > Any help is appreciated. > -- Alexey Kuznetsov

Re: Apache Ignite Web Consol Monitor

2017-12-09 Thread Alexey Kuznetsov
-on. -- Alexey Kuznetsov

Re: Apache Ignite Web console query tab error

2017-12-09 Thread Alexey Kuznetsov
Hi! There a bug in modules/web-console/frontend/app/utils/SimpleWorkerPool.js To fix you need to add missing import: import 'rxjs/add/operator/map'; And rebuild frontend. This is already fixed in master. -- Alexey Kuznetsov

Re: Ignite web console and we agent are running not able to see clusters

2017-11-09 Thread Alexey Kuznetsov
Hi, gkiran292! Did you managed to start web agent and connect cluster to Web console? -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Does ignite-schedule not upgrade after 2.1.0?

2017-11-03 Thread Alexey Kuznetsov
Aurora, Could you provide more details about your problem? Why did you need ignite-schedule? And what upgrade are you expecting? On Fri, Nov 3, 2017 at 6:00 PM, Aurora <2565003...@qq.com> wrote: > > > > > -- > Sent from: http://apache-ignite-users.70518.x6.nabble.com/ > -- Alexey Kuznetsov

Re: odbc and apache ignite/ c++ clients

2017-10-17 Thread Alexey Kuznetsov
is / memchached c/c++ > clients > > Q: does ignite ODBC drivers also have a JNI dependency? > > Q: what the best approach to access remote ignite grids from c++ with KV > and SQl lookups? > > > thanks a lot, > > -- > Ani > -- Alexey Kuznetsov

Re: Java 9

2017-10-13 Thread Alexey Kuznetsov
e, in Java 9 application classloader is > not a UrlClassLoader anymore, while in ignite-hadoop we used methods from > UrlClassLoader for implementing class loading logic. > > So, --add-opens and other flags will not help right now, the community > should do some changes in code first.

Re: Indexing fields of non-POJO cache values

2017-10-12 Thread Alexey Kuznetsov
> >> >> On Wed, Oct 11, 2017 at 9:40 PM, Andrey Kornev >> wrote: >> >>> Hello, >>> >>> Consider the following use case: my cache values are a >>> serialized tree-like structure (as opposed to a POJO). The leaf nodes of >>> the tree are Java primitives. Some of the leaf nodes are used by the >>> queries and should be indexed. >>> >>> What are my options for indexing such data? >>> >>> Thanks >>> Andrey >>> >> >> >> >> -- >> Best regards, >> Andrey V. Mashenkov >> > > > > -- > Best regards, > Andrey V. Mashenkov > -- Alexey Kuznetsov

Re: Cache size in Memory

2017-10-02 Thread Alexey Kuznetsov
doesn't have any methods to > return the total size in gb/mb of the cache in memory. > > > > > > -- > Sent from: http://apache-ignite-users.70518.x6.nabble.com/ > > -- > Alexey Kuznetsov > <http://apache-ignite-users.70518.x6.nabble.com/> >

Re: Question about number of total onheap and offheap cache entries.

2017-10-02 Thread Alexey Kuznetsov
d after they are visited and brought on-heap? > I've been watching the visor stats for a day now, and the cache is not > visited during the day. > But the on-heap entry count is still not zero. > > And is there any release date for Ignite 2.3? > > Thanks > > > > -- > Sent from: http://apache-ignite-users.70518.x6.nabble.com/ > -- Alexey Kuznetsov

Re: POJO get from any ignite console? visor or rest?

2017-09-21 Thread Alexey Kuznetsov
o access this. > > Thanks, > Binti > > > > -- > Sent from: http://apache-ignite-users.70518.x6.nabble.com/ > -- Alexey Kuznetsov

Re: Re: Re: Fetched result set too large

2017-09-13 Thread Alexey Kuznetsov
;> > >> >It seems that this issue was resolved >> >https://issues.apache.org/jira/browse/IGNITE-5991 >> >The fix will be available in Apache Ignite 2.3 >> > >> >Thanks! >> > >> > >> > >> > >> >-- >> >Sent from: http://apache-ignite-users.70518.x6.nabble.com/ >> >> >> >> >> > > > > > -- Alexey Kuznetsov

Re: ignite visor not workin in case ignite is started from a tomcat

2017-08-08 Thread Alexey Kuznetsov
arted from a > tomcat) > > Thanks > > > > -- > View this message in context: http://apache-ignite-users. > 70518.x6.nabble.com/ignite-visor-not-workin-in-case- > ignite-is-started-from-a-tomcat-tp16043.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. > -- Alexey Kuznetsov

Re: Trouble using latest Ignite Web Console (2.1)

2017-08-07 Thread Alexey Kuznetsov
IGNITE_QUIET=false target\CacheAutomaticPersistence-0.0.1-SNAPSHOT.jar >> >> Regards, >> Muthu >> >> -- The real danger with modern technology isn't that machines will begin >> to think like people, but that people will begin to think like machines. >>

Re: Trouble using latest Ignite Web Console (2.1)

2017-08-03 Thread Alexey Kuznetsov
at org.apache.ignite.internal.processors.query.h2. > H2TableEngine.createTable(H2TableEngine.java:68) > at org.apache.ignite.internal.processors.query.h2. > IgniteH2Indexing.createTable(IgniteH2Indexing.java:1606) > at org.apache.ignite.internal.processors.query.h2. > I

Re: Trouble using latest Ignite Web Console (2.1)

2017-08-03 Thread Alexey Kuznetsov
ost as the container (with all properly connected as >>> seen >>> > from the logs) web console is unable to connect to it. >>> > >>> > As a result i am also unable to use it to connect to my db for >>> model/cache >>> > artifact generation, etc. >>> > >>> > Has any one else tried using it? >>> > >>> > Regards, >>> > Muthu >>> > >>> > -- The real danger with modern technology isn't that machines will >>> begin to >>> > think like people, but that people will begin to think like machines. >>> > -- Faith is to believe what you do not see; the reward of this faith >>> is to >>> > see what you believe. >>> > >>> >> >> > -- Alexey Kuznetsov

Re: cache partitions

2017-07-06 Thread Alexey Kuznetsov
Hi! What Ignite version do you use? Also attach server and clients nodes configuration. We will try to reproduce. -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/cache-partitions-tp14063p14440.html Sent from the Apache Ignite Users mailing list archive at Nabble

Re: Ignite web console

2017-07-06 Thread Alexey Kuznetsov
What version of ignite are you using? May be Docker will be more suitable for you? See: https://apacheignite-tools.readme.io/docs/docker-deployment -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Ignite-web-console-tp13659p14439.html Sent from the Apache Ignite

Re: Ignite File System Support in R or Python

2017-06-28 Thread Alexey Kuznetsov
Answered in separate thread. On Thu, Jun 29, 2017 at 11:38 AM, Ishan Jain wrote: > Can someone provide documentation for Ignite File system support with > scala? > > On Tue, Jun 27, 2017 at 12:08 PM, Alexey Kuznetsov > wrote: > >> Hi, >> >> I have no idea

Re: Ignite File System API with Scala

2017-06-28 Thread Alexey Kuznetsov
> Thanks in advance. > > > > > -- > View this message in context: http://apache-ignite-users. > 70518.x6.nabble.com/Ignite-File-System-API-with-Scala-tp14153.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. > -- Alexey Kuznetsov

Re: ignitevisor (2.0) shows zero objects in off heap

2017-06-27 Thread Alexey Kuznetsov
| > | Off-Heap: 0| Rd: 0 | > | | | | | > | Off-Heap Memory: 0 | Wr: 0 | > +--- > -+ > > > > > -- > View this message in context: http://apache-ignite-users. > 70518.x6.nabble.com/ignitevisor-2-0-shows-zero- > objects-in-off-heap-tp14107.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. > -- Alexey Kuznetsov

Re: Ignite File System Support in R or Python

2017-06-26 Thread Alexey Kuznetsov
gt; Is there a support in scala? > > > > > > -- > View this message in context: http://apache-ignite-users. > 70518.x6.nabble.com/Ignite-File-System-Support-in-R-or-Python-tp14088.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. > -- Alexey Kuznetsov

Re: New version of Web Console Released

2017-06-24 Thread Alexey Kuznetsov
a month old... > > https://hub.docker.com/r/apacheignite/web-console-standalone/ > > Regards, > Muthu > > On Mon, Jun 19, 2017 at 8:04 PM, Alexey Kuznetsov > wrote: > >> Igniters! >> >> I'd like to announce that we redeployed the new v

New version of Web Console Released

2017-06-19 Thread Alexey Kuznetsov
notification to all Web Console user (useful to notify about planned WebConsole updates). 3) Added "Basic" configuration - to configure cluster in several clicks. 4) Added panel with information about "Compute". Stay tuned for updates! -- Alexey Kuznetsov

Re: Ignite web console and we agent are running not able to see clusters

2017-06-19 Thread Alexey Kuznetsov
Hi! Did you copy "ignite-rest-http" from "libs\optional" to "libs" ? Web Agent and cluster node communicate via REST HTTP. You will need to restart nodes after you coping "ignite-rest-http" from "libs\optional" to "libs". Alexey -- View this message in context: http://apache-ignite-users

Re: Visor CLI not working (Apache Ignite 2.0.0)

2017-06-19 Thread Alexey Kuznetsov
ntext: http://apache-ignite-users. > 70518.x6.nabble.com/Visor-CLI-not-working-Apache-Ignite-2-0-0-tp13893.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. > -- Alexey Kuznetsov

Re: Ignite 2.0 visor issue

2017-06-19 Thread Alexey Kuznetsov
iew this message in context: http://apache-ignite-users. > 70518.x6.nabble.com/Ignite-2-0-visor-issue-tp12460p13869.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. > -- Alexey Kuznetsov

Re: Ignite web console not running in browser

2017-06-14 Thread Alexey Kuznetsov
Hi! Did you try exactly: http://localhost:9000/ ? -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Ignite-web-console-not-running-in-browser-tp13701p13702.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: Automatic Persistence : Unable to bring up cache with web console generated models ("org.apache.ignite.IgniteCheckedException: Failed to register query type" exception is thrown)

2017-06-13 Thread Alexey Kuznetsov
Muthu, Please create separate threads on user for mentioned problems: code generation (if needed), spring transactions, JDBC. I'm lost in this "big" number of text lines. -- Alexey Kuznetsov

Re: Automatic Persistence : Unable to bring up cache with web console generated models ("org.apache.ignite.IgniteCheckedException: Failed to register query type" exception is thrown)

2017-06-12 Thread Alexey Kuznetsov
aches to write-through to your DB. -- Alexey Kuznetsov

Re: Automatic Persistence : Unable to bring up cache with web console generated models ("org.apache.ignite.IgniteCheckedException: Failed to register query type" exception is thrown)

2017-06-09 Thread Alexey Kuznetsov
al.processors.query.h2. > IgniteH2Indexing.createTable(IgniteH2Indexing.java:2006) > at org.apache.ignite.internal.processors.query.h2. > IgniteH2Indexing.registerType(IgniteH2Indexing.java:1859) > ... 64 more > > > Below is my table schema, > > *CREATE TABLE dcm.emp* > *(* > * id text NOT NULL,* > * ename text,* > * job text,* > * mgr text,* > * hiredate date,* > * sal integer,* > * comm integer,* > * deptid text,* > * CONSTRAINT pk_emp PRIMARY KEY (id),* > * CONSTRAINT fk_deptid FOREIGN KEY (deptid)* > * REFERENCES dcm.dept (id) MATCH SIMPLE* > * ON UPDATE RESTRICT ON DELETE CASCADE* > *)* > *WITH (* > * OIDS=FALSE* > *);* > *ALTER TABLE dcm.emp* > * OWNER TO postgres;* > > > Regards, > Muthu > -- Alexey Kuznetsov

Re: swift store as secondary file system

2017-06-09 Thread Alexey Kuznetsov
Hi, Antonio! What is a "swift store"? Could you give a link? On Sat, Jun 10, 2017 at 7:32 AM, Antonio Si wrote: > Hi, > > Is there a secondary file system implementation for a swift store? > > Thanks. > > Antonio. > -- Alexey Kuznetsov

Re: Ignite Web Console

2017-06-08 Thread Alexey Kuznetsov
-- This includes read based on any predicate (where clause), custom > select sql queries, bulk operations > > Regards, > Muthu > -- Alexey Kuznetsov

Re: Clustering in apache ignite

2017-06-08 Thread Alexey Kuznetsov
Wed, May 31, 2017 at 11:47 AM, Debasis Pradhan wrote: > Hi Alexey, > > Thanks for the reply , almost all the examples related to cache/data . I > need to learn more about clustering part (cluster metrics,apis and use > case,sample code.) > > On Wed, May 31, 2017 at 10:05

Re: New version of Web Console released

2017-06-07 Thread Alexey Kuznetsov
ch will automatically read from DB > if not in cache > -- This includes read based on any predicate (where clause), custom > select sql queries, bulk operations > > Regards, > Muthu > > On Wed, Jun 7, 2017 at 12:19 AM, Alexey Kuznetsov > wrote: > >> Muthu, >> &g

Re: New version of Web Console released

2017-06-07 Thread Alexey Kuznetsov
Denis, >>>Sounds great! BTW, was this ticket resolved as a part of the release: >>> https://issues.apache.org/jira/browse/IGNITE-5303 (supporting multiple RDBMS configurations from the wizard) Yes we fixed this issue, now it is on testing with all major RDBMS. -- Alexey Kuznetsov

Re: New version of Web Console released

2017-06-07 Thread Alexey Kuznetsov
idGain. Please contact GridGain for that. >> Will i able to use this as an alternative to say an ORM like MyBatis? It depends in what you need. Please describe your use case. -- Alexey Kuznetsov

Re: ignitevisor starting the node twice

2017-06-05 Thread Alexey Kuznetsov
27;ve seen some weird > things when visor is running. > > Matt > > On Mon, May 29, 2017 at 11:18 PM, Alexey Kuznetsov > wrote: > >> You need to open configuration with proper discovery. >> Usually that means - open same config you used to start your "real" no

New version of Web Console released

2017-06-05 Thread Alexey Kuznetsov
anner with warning about upcoming updates. * Support for Ignite 2.1 * Improved stack trace for SQL errors. Stay tuned for updates! -- Alexey Kuznetsov

Re: Clustering in apache ignite

2017-05-30 Thread Alexey Kuznetsov
d to clustering. > > > > -- > View this message in context: http://apache-ignite-users. > 70518.x6.nabble.com/Clustering-in-apache-ignite-tp13254.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. > -- Alexey Kuznetsov

Re: ignitevisor starting the node twice

2017-05-29 Thread Alexey Kuznetsov
e(s) ? > > best, > > IPVP > > On May 29, 2017 at 10:39:41 PM, Alexey Kuznetsov (akuznet...@apache.org) > wrote: > > Hi, IPVP. > > Yes, ignitevisorcmd.sh starts internal node in "daemon" mode. > This node is "invisible" for other nodes and doe no

Re: ignitevisor starting the node twice

2017-05-29 Thread Alexey Kuznetsov
xsi:schemaLocation=" >http://www.springframework.org/schema/beans >http://www.springframework.org/schema/beans/spring-beans.xsd”> > > > > > > > > > > > > > > > > - > > Thanks > IPVP > > -- Alexey Kuznetsov

Re: Install ignite in single machine

2017-05-14 Thread Alexey Kuznetsov
*Sent From Zhao Jun's iPhone 8 Plus* > -- Alexey Kuznetsov

Re: CacheAbstractJdbcStore batch deleteAll bug.

2017-05-10 Thread Alexey Kuznetsov
see that > this bug still exists in ignite 2.0 > > > > Just look in CacheAbstractJdbcStore.deleteAll > > > > You can see that delStmt never gets updated after it is first initialized > > > > Thanks, > > Gordon. > > > > *From:* Alexey Kuznetso

New version of Web Console released.

2017-05-05 Thread Alexey Kuznetsov
a from RDBMS - added support for table aliases. * Many minor improvements and bugfixes. Stay tuned for updates! --- Alexey Kuznetsov

Re: CacheAbstractJdbcStore batch deleteAll bug.

2017-04-27 Thread Alexey Kuznetsov
let us know immediately by reply email > and delete from your system. Nine Mile Financial Pty. Limited. ABN: 346 > 1349 0252 > > > > > > This email and any attachments are proprietary & confidential and are > intended solely for the use of the individuals to whom it is addressed. Any > views or opinions expressed are solely for those of the author and do not > necessarily reflect those of Nine Mile Financial Pty. Limited. If you have > received this email in error, please let us know immediately by reply email > and delete from your system. Nine Mile Financial Pty. Limited. ABN: 346 > 1349 0252 > -- Alexey Kuznetsov

Re: Index

2017-04-19 Thread Alexey Kuznetsov
t from the Apache Ignite Users mailing list archive at Nabble.com. > -- Alexey Kuznetsov

Re: Index

2017-04-14 Thread Alexey Kuznetsov
See attached screenshot - how to check indexes. -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Index-tp11969p11985.html Sent from the Apache Ignite Users mailing list archive

Re: Persistent store connection pool xml configuration

2017-04-13 Thread Alexey Kuznetsov
te-users. > 70518.x6.nabble.com/Persistent-store-connection-pool-xml-configuration- > tp11959.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. > -- Alexey Kuznetsov

Re: Lots of cache creation become slow

2017-04-12 Thread Alexey Kuznetsov
ers. > 70518.x6.nabble.com/Lots-of-cache-creation-become-slow-tp11875p11906.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. > -- Alexey Kuznetsov

Re: Sort queries are slow

2017-04-04 Thread Alexey Kuznetsov
n B will speed up #2 query ? i tried that as >> well and no luck. >> >> are there any ways to improve the performance of #2 ? please advise. >> >> Thanks >> >> > -- Alexey Kuznetsov

Re: [GridCachePartitionExchangeManager] Pending transaction deadlock detection futures

2017-04-03 Thread Alexey Kuznetsov
ew this message in context: http://apache-ignite-users. > 70518.x6.nabble.com/GridCachePartitionExchangeManager-Pending-transaction- > deadlock-detection-futures-tp11362p11638.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. > -- Alexey Kuznetsov

  1   2   3   >