Hi, Xukun,
you have
<property>
<name>fs.defaultFS</name>
<value>hdfs://clcluster/</value>
</property>
in core-sire.xml. There is nothing wrong in that, but that forces you to
specify a full URI in Hadoop client commands.
When you're connecting to IGFS, the full URI should have form
<scheme>://<IGFS name>@<host>:<port>/<path> , with <IGFS name> part being
mandatory. In you experiments this URI part is missing, so Ignite node does
not know what IGFS to connect to. Please try to use URI in like *hadoop fs
-ls igfs://[email protected]:10500/ * .
Please let us know if that helps.
--
View this message in context:
http://apache-ignite-users.70518.x6.nabble.com/How-to-config-Ignite-on-hadoop-tp1306p1515.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.