first check your host ip that run ignite.
second check your fileSystemConfiguration name
you will fine the name in example-igfs.xml 
<property name="fileSystemConfiguration">
            <list>
                <bean
class="org.apache.ignite.configuration.FileSystemConfiguration">
                    *<property name="name" value="igfs"/>*

and run below command 
 hadoop fs -ls igfs://<name>@<host_ip>:10500/ 




--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/How-to-config-Ignite-on-hadoop-tp1306p1356.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Reply via email to