Hi,

Please double-check that you set correct class name in *core-site.xml*. It
seems to me that you should change "v2" to "v1":
org.apache.ignite.hadoop.fs.*v1*.IgniteHadoopFileSystem

Vladimir.

On Thu, Mar 31, 2016 at 1:22 AM, pawanpawar <pawarem...@gmail.com> wrote:

> Hi team I am getting error after configuring ignite with hadoop and hive.
> when I try to run any hadoop cmd it show me this error.
>
> pawanpawar@cloud:~$ hadoop fs -ls -R /
> -ls: Fatal internal error
> java.lang.RuntimeException: java.lang.NoSuchMethodException:
> org.apache.ignite.hadoop.fs.v2.IgniteHadoopFileSystem.<init>()
>         at
>
> org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:131)
>         at
> org.apache.hadoop.fs.FileSystem.createFileSystem(FileSystem.java:2595)
>         at org.apache.hadoop.fs.FileSystem.access$200(FileSystem.java:91)
>         at
> org.apache.hadoop.fs.FileSystem$Cache.getInternal(FileSystem.java:2630)
>         at org.apache.hadoop.fs.FileSystem$Cache.get(FileSystem.java:2612)
>         at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:370)
>         at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:169)
>         at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:354)
>         at org.apache.hadoop.fs.Path.getFileSystem(Path.java:296)
>         at
> org.apache.hadoop.fs.shell.PathData.expandAsGlob(PathData.java:325)
>         at
> org.apache.hadoop.fs.shell.Command.expandArgument(Command.java:224)
>         at
> org.apache.hadoop.fs.shell.Command.expandArguments(Command.java:207)
>         at
> org.apache.hadoop.fs.shell.Command.processRawArguments(Command.java:190)
>         at org.apache.hadoop.fs.shell.Command.run(Command.java:154)
>         at org.apache.hadoop.fs.FsShell.run(FsShell.java:287)
>         at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:70)
>         at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:84)
>         at org.apache.hadoop.fs.FsShell.main(FsShell.java:340)
> Caused by: java.lang.NoSuchMethodException:
> org.apache.ignite.hadoop.fs.v2.IgniteHadoopFileSystem.<init>()
>         at java.lang.Class.getConstructor0(Class.java:3082)
>         at java.lang.Class.getDeclaredConstructor(Class.java:2178)
>         at
>
> org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:125)
>         ... 17 more
>
>
> and when I try to start hiveserver2 it gives me same error.
>
> I have setup the HADOOP_CLASSPATH and other configuration as shown in
> tutorial https://apacheignite-fs.readme.io/v1.5.0
>
>
>
> --
> View this message in context:
> http://apache-ignite-developers.2346864.n4.nabble.com/Hadoop-and-hive-not-working-after-setting-ignite-igfs-tp8178.html
> Sent from the Apache Ignite Developers mailing list archive at Nabble.com.
>

Reply via email to