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

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

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,

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

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

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

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: 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

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:

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 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

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

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

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: 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: