Re: How to compile 2.7 release cpp binaries on ubuntu 16.04

2019-03-12 Thread Ilya Kasnacheev
Hello! This usually means that you need to install OpenSSL 1.0 and point ./configure in its direction as opposed to OpenSSL 1.1, since Ignite is currently only binary compatible with former. Regards, -- Ilya Kasnacheev вт, 12 мар. 2019 г. в 07:54, jackluo923 : > What is the specific SSL libra

Re: Stream continuous Data from Sql Server to ignite

2019-03-12 Thread austin solomon
Hi Ilya, I cannot upload the project to git hence attaching the zip here. Please use this and guide me where I am doing wrong. IgniteDeltaLoad.7z Thanks, Austin -- Sent from: http://apache-ignite-users.70518.x6.nabb

Re: Failed to start grid: com/google/common/base/Preconditions

2019-03-12 Thread Mehdi Seydali
i added java.lang.ClassNotFoundException: com.ctc.wstx.io.InputBootstrapper from previous email and added to ignite lib. after adding this library ignite node started but i have encounter another error just like below: [13:03:28]__ [13:03:28] / _/ ___/ |/ / _/_ _

Re: Failed to start grid: com/google/common/base/Preconditions

2019-03-12 Thread Ilya Kasnacheev
Hello! Where does this "30s" setting comes from? I guess it should be nominated in ms, as a number. However, unless this value comes from Ignite in some way, we're not related to that. Regards, -- Ilya Kasnacheev вт, 12 мар. 2019 г. в 13:14, Mehdi Seydali : > i added java.lang.ClassNotFoundEx

How to compile 2.7 release cpp binaries on ubuntu 16.04

2019-03-12 Thread jackluo923
What is the specific SSL library version dependency to successfully compile the cpp binaries under Ubuntu 16.04. This particular dependency isn't mentioned anywhere in the DEVNotes.txt or other documentations. It seems like 1.0.2g-1ubuntu4.15 is incompatible on Ubuntu 16.04 with ignite's source c

JDK 11 support.

2019-03-12 Thread Shane Duan
Currently running Ignite 2.7 with OpenJDK11, with these additional JVM flags: --add-exports=java.base/jdk.internal.misc=ALL-UNNAMED --add-exports=java.base/sun.nio.ch=ALL-UNNAMED --add-exports=java.management/com.sun.jmx.mbeanserver=ALL-UNNAMED --add-exports=jdk.internal.jvmstat/sun.jvmstat.monito

Re: How to compile 2.7 release cpp binaries on ubuntu 16.04

2019-03-12 Thread jackluo923
Hi Ilya, can you point me to some resource in how to point ./configure to the openssl 1.0 install location? I am a newbie in configuring environments for C++ based projects. What I have tried so far: a) ./configure --with-libssl-prefix=/usr/local/ssl - configure: WARNING: unrecognized

Re: isolated cluster configuration

2019-03-12 Thread javastuff....@gmail.com
Any pointers for this? -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Exception when running hadoop fs -ls igfs://igfs@localhost:10500/

2019-03-12 Thread mehdi sey
hi. i have same problem just as you. i follow your post but my problem have not solved yet. i encounter this error when i execute wordcount example in hadoop for running on ignite ( i have used IGFS as a cache for HDFS). when i execute wordcount example i encounter the following error: [23:11:13]

Re: Exception when running hadoop fs -ls igfs://igfs@localhost:10500/

2019-03-12 Thread mehdi sey
hi. i have same problem just as you. i follow your post but my problem have not solved yet. i encounter this error when i execute wordcount example in hadoop for running on ignite ( i have used IGFS as a cache for HDFS). when i execute wordcount example i encounter the following error: [23:11:13]

Re: JDK 11 support.

2019-03-12 Thread Dmitriy Pavlov
Hi Shane, These flags are required to access JVM internals and are used by Ignite. And it is not related to production readiness. A number of projects require these flags. In theory in some future release Ignite can get rid of the mandatory specification of extra flags, but it will anyway affect

Re: JDK 11 support.

2019-03-12 Thread Shane Duan
Very much appreciated, Dmitriy! On Tue, Mar 12, 2019 at 2:15 PM Dmitriy Pavlov wrote: > Hi Shane, > > These flags are required to access JVM internals and are used by Ignite. > And it is not related to production readiness. > > A number of projects require these flags. In theory in some future r

Re: Failed to start grid: com/google/common/base/Preconditions

2019-03-12 Thread Mehdi Seydali
i dont really know where "30s" comes from. please verify my config that are them correct? i SecondaryFileSystem my configPath just as below:

org.apache.ignite.IgniteException: For input string: “30s” in ignite hadoop execution

2019-03-12 Thread mehdi sey
0 i want to execute a wordcount example of hadoop over apache ignite. i have used IGFS as cache for HDFS configuration in ignite, but after submitting job via hadoop for execution on ignite i encountered with below error. thanks in advance to anyone who could help me! Using configuration: example