Re: index and query org.apache.ignite.spark.IgniteRDD[String,org.apache.spark.sql.Row]

2016-03-11 Thread vkulichenko
P.S. Here is the ticket for keepBinary flag in IgniteRDD: https://issues.apache.org/jira/browse/IGNITE-2821 -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/index-and-query-org-apache-ignite-spark-IgniteRDD-String-org-apache-spark-sql-Row-tp3343p3467.html Sent

DataStreamers and Daemon-mode

2016-03-11 Thread Colin Waters
Hi all, In Ignite 1.3.0-incubating I was able to populate a cache on my grid with data via a DataStreamer running in Daemon-mode. From Ignite 1.4 I get a "Cache doesn't exist". I'm not sure if this is a issue with my approach to data-loading and is therefore a deliberate feature change? My

Re: Connecting Amazon cluster with client from local

2016-03-11 Thread vkulichenko
Hi Alper, That's a tricky question :) This is possible to achieve if you implement AddressResolver that will map private address to public address and provide it in the configuration (IgniteConfiguration.setAddressResolver). This will add public address to node attributes, and client node will

Re: websession clustering problem

2016-03-11 Thread vkulichenko
Slavo, Looks like you used an instance of void.class as one of the attributes. There is a bug in current version which causes the failure in this case. Can you check if that's what really happened? I also just committed the fix. So if you build Ignite from master, it should work for you. -Val

Re: Client configuration - help

2016-03-11 Thread vkulichenko
Hi Arthi, Can you please show the whole trace? -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Client-configuration-help-tp3454p3462.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: Hibernate connection inspite of jdbc?

2016-03-11 Thread vkulichenko
Hi, It looks like your Hibernate configuration file is broken (most likely has invalid XML). Did you modify the one provided in the example? -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Hibernate-connection-inspite-of-jdbc-tp3412p3460.html Sent from

Re: org.apache.ignite.IgniteCheckedException: Failed to register query type: TypeDescriptor

2016-03-11 Thread vkulichenko
Hi, Can you please properly subscribe to the mailing list so that community receives email notifications? Follow the instruction here: http://apache-ignite-users.70518.x6.nabble.com/mailing_list/MailingListOptions.jtp?forum=1 navy wrote > After I load the data from mysql,I try to read it with

Re: Semaphore blocking on tryAcquire() while holding a cache-lock

2016-03-11 Thread Dmitriy Setrakyan
On Fri, Mar 11, 2016 at 10:20 AM, Christos Erotocritou < chris...@gridgain.com> wrote: > We already have a basic FAQ page which I am populating: > http://apacheignite.gridgain.org/docs/faq < > http://apacheignite.gridgain.org/docs/faq> > > Please feel free to add to it. > Thanks Christos! Here

Re: Semaphore blocking on tryAcquire() while holding a cache-lock

2016-03-11 Thread Christos Erotocritou
Ah, I realise now that this FAQ you are talking about is probably more of a dev one where as the one I’ve created is more product focused. Christos > On 11 Mar 2016, at 18:20, Christos Erotocritou wrote: > > We already have a basic FAQ page which I am populating: >

Re: Semaphore blocking on tryAcquire() while holding a cache-lock

2016-03-11 Thread Dmitriy Setrakyan
+1 on FAQ Can we just create a page, and start populating it? D. On Fri, Mar 11, 2016 at 3:25 AM, Anton Vinogradov wrote: > Yakov, > > I've answered. > Seems we have to have special FAQ section at Ignite wiki to publish same > things. > > On Sun, Mar 6, 2016 at 12:21

Connecting Amazon cluster with client from local

2016-03-11 Thread Alper Tekinalp
Hi all. Is there a way to connect an amazon cluster from local client? I tried to use static ip discovery with public ip of node. It seems to find the cluster but cant connect. As I understand from error messages, client tries to use internal ip of server node for other things. How can I

Re: Semaphore blocking on tryAcquire() while holding a cache-lock

2016-03-11 Thread Anton Vinogradov
Yakov, I've answered. Seems we have to have special FAQ section at Ignite wiki to publish same things. On Sun, Mar 6, 2016 at 12:21 PM, Yakov Zhdanov wrote: > Vlad and all (esp Val and Anton V.), > > I reviewed the PR. My comments are in the ticket. > > Anton V. there is a