Re: Apache Ignite client gets disconnected on Amazon EC2 Scale In

2017-06-21 Thread Nikolai Tikhonov
Which version ignite do you use? On Wed, Jun 21, 2017 at 6:08 AM, robbie wrote: > Hi. Below are the logs for server and client nodes > > server: > https://pastebin.com/ashC5EN8 > > client: > https://pastebin.com/xTa0sQ9t > > > > -- > View this message in context: http://apache-ignite-users. > 70

Re: Apache Ignite client gets disconnected on Amazon EC2 Scale In

2017-06-21 Thread robbie
1.9.1 -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Apache-Ignite-client-gets-disconnected-on-Amazon-EC2-Scale-In-tp13874p14021.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: Monitor remote cache in Ignite

2017-06-21 Thread dkarachentsev
Hi, You may use Ignite Web Console for that purpose [1]. [1] https://ignite.apache.org/features/datavisualization.html Thanks! -Dmitry. -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Monitor-remote-cache-in-Ignite-tp13982p14022.html Sent from the Apache Ignit

Re: encounter issue on ignite 2.0

2017-06-21 Thread dkarachentsev
Hi, Could you please share your configurations? Thanks! -Dmitry. -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/encounter-issue-on-ignite-2-0-tp13812p14023.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: Facing problem in examples.

2017-06-21 Thread Igor Sapego
Denis, great idea! Best Regards, Igor On Wed, Jun 21, 2017 at 6:43 AM, Denis Magda wrote: > Thanks for confirming that the issue has been solved. > > I’ve added a special documentation section [1] to avoid issues like that > in the future and placed "Platforms Interoperability Getting Started”

Re: Ignite-cassandra module issue

2017-06-21 Thread dkarachentsev
Hi, Is it possible to provide a simple reproducer? Answering your second question, yes, you can use BinaryObject as persistence class name. Thanks! -Dmitry. -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Ignite-cassandra-module-issue-tp13808p14025.html Sent f

Re: Common query in Ignite

2017-06-21 Thread dkarachentsev
Hi, 1. You may run query from client node [1] or with REST API [2]. Client mode requires that it should be accessible from cluster, at least 47500 and 47100 ports should be opened on machine with client node. REST allows calling queries and other Ignite API without opening that ports. 2. Java cli

Hive +Tez over Ignite

2017-06-21 Thread ishan-jain
Hi Can someone help me configure tez engine on ignite. -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Hive-Tez-over-Ignite-tp14027.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Hadoop and Ignite, Problem grid cache

2017-06-21 Thread mimmo_c
Hi, I'm trying to configure Ignite for hadoop. I would like to store the data of a wordcount inside a grid cache between two server node. I'm on a Cluster of 33 nodes but i want try with 3 node. When I start two node in server mode they connect itselfef with ignite.sh . From the master node I run

Re: Ignite Cassandra Exception

2017-06-21 Thread nash1k
hi! Did you resolve this problem? We have the same issue and can't do anything with it. Yep cassandra is under high load but how we can fix it? More cassandra nodes or more ignite nodes? -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Ignite-Cassandra-Exception-t

Re: Hadoop + IGFS + Hive+Tez

2017-06-21 Thread Taras Ledkov
Hi, Please provide: - ignite configuration; - ignite logs; - hadoop configurations; - logs of the task. I don't have tez experience but the cause of the problem looks like Ignite is not configured properly. On 21.06.2017 8:39, ishan-jain wrote: Hi all, I have configured hive to run over IGF

Re: Hadoop + IGFS + Hive+Tez

2017-06-21 Thread Mimmo Celano
Hi, thanks for reply. Ignite configuration is a default configuration in config/hadoop/default-configuration.xml i don't change anything. Hadoop configuration is a cluster o 3 node, it work properly withouth ignite. The problem is in a connection between the client and the 2 server. I don't change

Re: Ignite Custom Java Code calling

2017-06-21 Thread ezhuravlev
Hi, It's not clear what you want to do. Why don't you just use simple sql queries? Why do you think that you need @QuerySQLFunction? Evgenii -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Ignite-Custom-Java-Code-calling-tp13819p14032.html Sent from the Apache

Re: How does Ignite Lucene based text indexing & querying work if a field has comma separated values

2017-06-21 Thread Andrey Mashenkov
Not quite, comma separated String will be tokenized by Lucene StandartTokenizer, according to Unicode standard [1]. I'd recommend to use ", " (comma with a space character) as separator. [1] http://unicode.org/reports/tr29/ On Tue, Jun 20, 2017 at 11:55 PM, Muthu wrote: > The objects in my ign

Re: PCF tile for Ignite

2017-06-21 Thread vdpyatkov
Hi, I have not seen Ignite containerized within PCF, but I have no see any limitation of that yet. May be anyone from Community know about Ignite for PFC? -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/PCF-tile-for-Ignite-tp12466p14034.html Sent from the Apache

Re: How does Ignite Lucene based text indexing & querying work if a field has comma separated values

2017-06-21 Thread Muthu
Okay...thanks for the input..just to understand better the comma is needed with space to make sure it tokenizes the entire words in between as tokens? Regards, Muthu On Wed, Jun 21, 2017 at 8:58 AM, Andrey Mashenkov < andrey.mashen...@gmail.com> wrote: > Not quite, comma separated String will be

Small value for IGNITE_ATOMIC_CACHE_DELETE_HISTORY_SIZE

2017-06-21 Thread charly
Hey everyone, We use Ignite 1.8 and see a difference in heap used when lowering the value for IGNITE_ATOMIC_CACHE_DELETE_HISTORY_SIZE. I'm not sure to understand what it's going to happen if we decrease that value on production. Could someone clear that up for me please? From what I understand, d

Re: Ignite 2.0 visor issue

2017-06-21 Thread Vasiliy Sisko
Hello @Amit Pundir Visor show “Empty topology” message for “top” command when it can not find nodes. Please check your discovery configuration. It should contain valid IP addresses and ports. F.e. address format: 127.0.0.1:47500..47510 That addresses should be available from system where visor c

Streaming test

2017-06-21 Thread waterg
Hello all, I'm testing streaming input data and call a service deployed. Two things happened quite confusing and could someone in the community help? 1. I print a '.' in StreamVisitor.from method to show it's running, and call service via proxy. It actually ran for over 17K but then stopped/stuck