Ivan Veselovsky created IGNITE-1566:
---------------------------------------
Summary: 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)