unsubscribe

2015-12-17 Thread Andrea Taini

Re: Help with integrating Ignite(as JCache) with JBoss EAP 6.4

2015-12-17 Thread Anton Vinogradov
Yakov, TC seems to be ok, could you please review https://github.com/apache/ignite/pull/345/files before comit? On Thu, Dec 17, 2015 at 1:27 PM, Yakov Zhdanov wrote: > Anton, can you please let us know if changes have been merged? > > --Yakov > > 2015-12-16 17:00 GMT+03:00

Re: Help with integrating Ignite(as JCache) with JBoss EAP 6.4

2015-12-17 Thread Yakov Zhdanov
Anton, can you please let us know if changes have been merged? --Yakov 2015-12-16 17:00 GMT+03:00 Anton Vinogradov : > Val, > Yes, Please check my pull-request > https://github.com/apache/ignite/pull/345 > I'll megre changes tomorrow morning in case everything is ok &

Re: .Net support

2015-12-17 Thread Denis Magda
Hi, Starting from Ignite 1.5 .Net and C++ are officially supported. You can refer to .Net documentation for more details: https://apacheignite-net.readme.io/ BTW, please properly subscribe to the user list (this way we will not have to manually approve your emails). All you need to do is send

Re: How to define LocalEvent without setting

2015-12-17 Thread Denis Magda
Hi Alex, If I understand you properly you want to listen to different system events that happen on remote and local nodes. In such a case I would suggest you referring to the following example

Re: unsubscribe

2015-12-17 Thread Denis Magda
Hi Andrea, To unsubscribe from this mailing list you have to send a message to this email address "user-unsubscr...@ignite.apache.org" -- Denis -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/unsubscribe-tp2237p2247.html Sent from the Apache Ignite Users

Re: Error when trying to integrate Apache Ignite and Spark Streaming

2015-12-17 Thread jcoston
Thank you Val! That fixed it. I have one more question for you. I am trying to initialize a JavaIgniteContext in my test case. All of the examples I found online have the following: public void testStoreDataToIgnite() throws Exception { JavaSparkContext sc = new

How Do I Access The Ignite Test Framework?

2015-12-17 Thread jcoston
Hello, I am trying to run the JavaIgniteRDDSelfTest that I found in the source code (http://www.programcreek.com/java-api-examples/index.php?source_dir=ignite-master/modules/spark/src/test/java/org/apache/ignite/spark/JavaIgniteRDDSelfTest.java#). However, when I try making a JUnit test using

Re: unsubscribe

2015-12-17 Thread nuspy
Thank you. :) -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/unsubscribe-tp2237p2252.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: How Do I Access The Ignite Test Framework?

2015-12-17 Thread vkulichenko
Hi Jennifer, Test classes are not included in binary distributions. If you want to run a test, you will have to download the source release [1] and build it yourself. Let us know if you have any issues with this. [1] https://ignite.apache.org/download.cgi#sources -Val -- View this message

Re: Help with integrating Ignite(as JCache) with JBoss EAP 6.4

2015-12-17 Thread Yakov Zhdanov
Seems fair to me. Sam or Alex Goncharuk, can any of you review this as well? --Yakov 2015-12-17 13:39 GMT+03:00 Anton Vinogradov : > Yakov, > TC seems to be ok, could you please review > https://github.com/apache/ignite/pull/345/files before comit? > > On Thu, Dec 17,

Re: Help with integrating Ignite(as JCache) with JBoss EAP 6.4

2015-12-17 Thread Alexey Goncharuk
Looks good to me as well. However, shouldn't any tests be added as well?

Re: Help with integrating Ignite(as JCache) with JBoss EAP 6.4

2015-12-17 Thread Anton Vinogradov
PR merged to branch ignite-1.5. Issue not closed with reason: need to write tests. On Thu, Dec 17, 2015 at 1:59 PM, Alexey Goncharuk < alexey.goncha...@gmail.com> wrote: > Looks good to me as well. However, shouldn't any tests be added as well? >

Re: How to define LocalEvent without setting

2015-12-17 Thread Alex Lee
Dear Denis, I found the reason. It was begineer mistakes. I copied my library to ignite libs folder, after that everything's Ok. thank you. -- View this message in context: