Ivan Veselovsky created IGNITE-455:
--------------------------------------
Summary: IGFS for Hadoop: symlinks support
Key: IGNITE-455
URL: https://issues.apache.org/jira/browse/IGNITE-455
Project: Ignite
Issue Type: Task
Components: hadoop
Affects Versions: sprint-2
Reporter: Ivan Veselovsky
Assignee: Ivan Veselovsky
Priority: Minor
Fix For: sprint-3
In Hadoop there are files, directories, and symlinks. So, each file has methods
#isFile(), #isDirectory(), and #isSymlink(). If a file is a symlink, isFile()
and isDirectory() are false.
In IGFS we don't have notion of symlink, so representation of a Hadoop symlink
by an IGFS file may fail because IGFS treats isFile() and isDirectory() notions
to be mutually exclusive.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)