You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ignite.apache.org by Mikhail <mi...@gmail.com> on 2017/08/10 16:50:02 UTC

Re: EOFException in Hadoop Datanode when writing to Ignite

Hi  Rodrigo,

I'm not sure how Flink works, but to write to IGFS you need to use special
implantation of  HDFS:
<property>
    <name>fs.igfs.impl</name>
    <value>org.apache.ignite.hadoop.fs.v1.IgniteHadoopFileSystem</value>
  </property>
  <property>
    <name>fs.AbstractFileSystem.igfs.impl</name>
    <value>org.apache.ignite.hadoop.fs.v2.IgniteHadoopFileSystem</value>
  </property>

Somehow you need to make Flink to use this implementations, if it uses it's
own implementation it won't work.
I don't know how to configure Flink for this, I think it's a question for
Flink community.

Thanks,
Mikhail.





--
View this message in context: http://apache-ignite-users.70518.x6.nabble.com/EOFException-in-Hadoop-Datanode-when-writing-to-Ignite-tp15221p16102.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.