Hi!

I'm running into this stack when trying to read through IGFS to an
underlying HDFS instance:

java.lang.NullPointerException
        at
org.apache.ignite.internal.processors.hadoop.impl.igfs.HadoopIgfsInputStream$FetchBufferPart.flatten(HadoopIgfsInputStream.java:458)
        at
org.apache.ignite.internal.processors.hadoop.impl.igfs.HadoopIgfsInputStream$DoubleFetchBuffer.flatten(HadoopIgfsInputStream.java:511)
        at
org.apache.ignite.internal.processors.hadoop.impl.igfs.HadoopIgfsInputStream.read(HadoopIgfsInputStream.java:177)
        at java.io.DataInputStream.read(DataInputStream.java:100)

and I'm just wondering what the expected behavior of IGFS was. I'm standing
up an ignite cluster (with empty caches), configuring the secondary
filesystem to be an HDFS endpoint, and then trying to read a file from
IGFS. Was IGFS designed to handle this scenario?

Thanks!

Joe

Reply via email to