Hello! It seems that Igfs can try use client node from the same process if fs.igfs.igfs.endpoint.no_embed is set to false. But you have it set to true. In this case it will use IPC by host/port.
Regards, -- Ilya Kasnacheev чт, 23 мая 2019 г. в 17:20, joaquinsanroman <[email protected]>: > Hi, > > Yes, this what I need. When I run "hdfs dfs -ls igfs://igfs@" in an > external > node (who has not an ignite node) it should connect to a defined > endpoint:port to do IGFS operations. > > I have checked the documentation and I found 2 properties (File system URI: > https://apacheignite-fs.readme.io/docs/file-system): > > - IgfsIpcEndpointConfiguration.host > - IgfsIpcEndpointConfiguration.port > > I have configured them in my hdfs core-site.xml but it continues with the > same error. > > Regards! > > > > > > -- > Sent from: http://apache-ignite-users.70518.x6.nabble.com/ >
