[
https://issues.apache.org/jira/browse/HDFS-6935?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Junping Du updated HDFS-6935:
-----------------------------
Target Version/s: (was: 2.8.0)
> RawLocalFileSystem::supportsSymLinks is confusing
> --------------------------------------------------
>
> Key: HDFS-6935
> URL: https://issues.apache.org/jira/browse/HDFS-6935
> Project: Hadoop HDFS
> Issue Type: Bug
> Components: symlinks
> Affects Versions: 2.5.0, 2.6.0
> Reporter: Gopal V
>
> {code}
> ...
> @Override
> public boolean supportsSymlinks() {
> return true;
> }
> @SuppressWarnings("deprecation")
> @Override
> public void createSymlink(Path target, Path link, boolean createParent)
> throws IOException {
> if (!FileSystem.areSymlinksEnabled()) {
> throw new UnsupportedOperationException("Symlinks not supported");
> }
> ...
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]