简体   繁体   中英

java.lang.abstractmethoderror while Starting an Ignite

While Starting a Ignite node as Client, at the run time, getting a Error as java.lang.abstractmethoderror

Stack Trace of it as

java.lang.AbstractMethodError: org.apache.ignite.internal.processors.hadoop.HadoopProcessorAdapter.validateEnvironment()V at org.apache.ignite.internal.IgniteKernal.createHadoopComponent(IgniteKernal.java:1160) at org.apache.ignite.internal.IgniteKernal.start(IgniteKernal.java:884) at org.apache.ignite.internal.IgnitionEx$IgniteNamedInstance.start0(IgnitionEx.java:1739) at org.apache.ignite.internal.IgnitionEx$IgniteNamedInstance.start(IgnitionEx.java:1589) at org.apache.ignite.internal.IgnitionEx.start0(IgnitionEx.java:1042) at org.apache.ignite.internal.IgnitionEx.startConfigurations(IgnitionEx.java:964) at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:850) at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:749) at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:619) at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:589) at org.apache.ignite.Ignition.start(Ignition.java:347) at com.mstorm.ignition.Igniter.startIgnite(Igniter.java:47)

Igniter is a Clas which is staring a Client node, Code is as Follow,

*Ignition.setClientMode(true);

Ignite ignte = Ignition.start("ignite_config.xml");*

I am using same version of Ignite-core's Jar which have started the Server Ignite, as of Client Ignite.

Help me with it.

What exactly are you trying to do? It looks like you downloaded the Hadoop Accelerator [1] build, but not actually using it. If that's the case, you should download the fabric build instead.

[1] https://apacheignite-fs.readme.io/docs/hadoop-accelerator

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM