[ https://issues.apache.org/jira/browse/IGNITE-1566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14999071#comment-14999071 ]
ASF GitHub Bot commented on IGNITE-1566: ---------------------------------------- GitHub user iveselovskiy opened a pull request: https://github.com/apache/ignite/pull/216 IGNITE-1566: fix + new test. You can merge this pull request into a Git repository by running: $ git pull https://github.com/iveselovskiy/ignite ignite-1566 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/ignite/pull/216.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #216 ---- commit 719803c3203e5558eb8e4348ea58b31e9b0c7c52 Author: iveselovskiy <iveselovs...@gridgain.com> Date: 2015-11-10T18:27:23Z IGNITE-1566: fix + new test. ---- > Hadoop: In case if IGFS name is missing in the URI, the connection failure > message should be more informative. > -------------------------------------------------------------------------------------------------------------- > > Key: IGNITE-1566 > URL: https://issues.apache.org/jira/browse/IGNITE-1566 > Project: Ignite > Issue Type: Bug > Components: hadoop > Affects Versions: ignite-1.4 > Reporter: Ivan Veselovsky > Assignee: Ivan Veselovsky > > User has IGFS "igfs" configured in Ignite node. > After that he tries to connect to it with hadoop client using command > {code} > $ hadoop fs -ls igfs://127.0.0.1:10500/ > {code} > And gets the following error message: > {code}ls: Failed to communicate with IGFS.{code} . > The problem is that IGFS name is missing in the URI. But the error message > does not give any hint about that. -- This message was sent by Atlassian JIRA (v6.3.4#6332)