Hive on Ignited- Yarn

2016-09-20 Thread SS
Hi I am runing a hadoop 2.6 cluster. mapred-site.xml mapreduce.framework.name yarn Now I am trying to run hive-on-ignite. Based on configuration, my hive-ignite is also working but I do not see any performance benefit in hive-on-yarn vs hive-on-ignite. Anything which I am m

Re: AtomicSequence not working when shutting down one server node from a cluster

2016-09-20 Thread hitansu
First of all why it is still showing this post is not accepted ? I tried with the backup option & also tried with the REPLICATED mode cache setting.Still it gives null poiter when I stop one of the server(basically the first node).This is my cache setting.

Re: Data grid client errors out when datasource not defined

2016-09-20 Thread Anton Vinogradov
Hi, seems you have some bean depending on bean "dataSource". And when you removing "dataSource" from config Spring configuration can't be parsed. In case fixing this does not help, please provide full Spring config. P.s. Please properly subscribe to the mailing list so that the community can rec

Re: Data grid client errors out when datasource not defined

2016-09-20 Thread amdam23000
Hi, please take a look at my config and code below, i think i did not specify some bean depending on dataSource on client side. 1. In client side, the spring config is as below: 2. In server side, config is as below:

Re: ignite memory issues:Urgent in production

2016-09-20 Thread percent620
Can anyone help me to fix this issue as this issue happens in our production env? -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/ignite-memory-issues-Urgent-in-production-tp7817p7842.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: Service grid client need service implementation deployed locally

2016-09-20 Thread Eduard Shangareev
Hi, Jason. Yes, I have successfully tried to launch independent client without service implementation in a classpath. Could you publish your test project to show the problem to the community? Regards, Ed. On Tue, Sep 20, 2016 at 4:54 AM, amdam23000 <629160...@qq.com> wrote: > Hi Eduard, > > i

Re: AtomicSequence not working when shutting down one server node from a cluster

2016-09-20 Thread Vladislav Pyatkov
Hi, For REPLICATED cache the property: is not matter. Could you please provide code sample, where the issue is reproduced? On Tue, Sep 20, 2016 at 10:33 AM, hitansu wrote: > First of all why it is still showing this post is not accepted ? > I tried with the backup option & also tried with th

Re: Data grid client errors out when datasource not defined

2016-09-20 Thread Anton Vinogradov
Jason, Could you please reattach stacktrace as a text. Nabble is down now and I can't recheck exception details. Also, is it possible to create simple maven project with test running server and client node as you described? I tried to run similar configuration but gain no failures. On Tue, Sep

Re: Different of publicThreadPoolSize and systemThreadPoolSize

2016-09-20 Thread Anton Vinogradov
Hi, as far as I can see no threadpools used in this case flushThreads = new GridWorker[flushThreadCnt]; writeCache = new ConcurrentLinkedHashMap<>(initCap, 0.75f, concurLvl); for (int i = 0; i < flushThreads.length; i++) { flushThreads[i] = new Flusher(gridName, "flusher-" + i, log); n

Re: ignite memory issues:Urgent in production

2016-09-20 Thread Taras Ledkov
Lets separate the issues. 1. Clients affect the displayed total grid's heap. I think it is not cause of the server failures. 2. Is server nodes shutdown or crashed / failed? If node is failed please attach thelog of the failed server. Please attach the full log (from the server node start) if t

Race condition with partition affinity mapping

2016-09-20 Thread edwardkblk
I'm trying to load local partitions of a partitioned cache when a minimum number of nodes (let's say 2) join a cluster. To do that I'm deploying a listener for NODE_JOIN discovery event. Once the 2nd node joins, the listener fires on the 1st node and triggers execution of cache load logic in a se

Re: How getAndPutIfAbsent works within a transaction

2016-09-20 Thread bintisepaha
Should result in a TransactionOptimisticException. -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/How-getAndPutIfAbsent-works-within-a-transaction-tp7819p7849.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Apache Ignite cluster in AWS using IP without Multicast

2016-09-20 Thread Mohammad Shariq
> Hi, > > I am trying Ignite for serving caching needs. > > > I want to have a cluster of 2 instances in AWS, and want to use static IP > Finder. But ignite is not able to find the nodes in cluster and hanged on > the message below. > > *[18:49:54] Security status [authentication=off, tls/ssl=off]*

Wat is the default SSL port for ignite

2016-09-20 Thread Talluri, Chandra
If we enable SSL, what is the default SSL port for ignite -Thanks in advance

Re: Data grid client errors out when datasource not defined

2016-09-20 Thread amdam23000
Hi Anton, I'm sorry that for some reason i can't copy stack trace to text file out of the box. The more detail about the exception is as below: at org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionsExchangeFuture.startCaches(GridDhtPartitionsExchangeFuture.java