Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 31626200BF4 for ; Fri, 6 Jan 2017 23:08:01 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 302DF160B4D; Fri, 6 Jan 2017 22:08:01 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id A89C4160B39 for ; Fri, 6 Jan 2017 23:08:00 +0100 (CET) Received: (qmail 36704 invoked by uid 500); 6 Jan 2017 22:07:59 -0000 Mailing-List: contact hdfs-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list hdfs-issues@hadoop.apache.org Received: (qmail 36365 invoked by uid 99); 6 Jan 2017 22:07:59 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Jan 2017 22:07:59 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id EDC6D2C1F5A for ; Fri, 6 Jan 2017 22:07:58 +0000 (UTC) Date: Fri, 6 Jan 2017 22:07:58 +0000 (UTC) From: "Junping Du (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HDFS-6935) RawLocalFileSystem::supportsSymLinks is confusing MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 06 Jan 2017 22:08:01 -0000 [ 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: hdfs-issues-unsubscribe@hadoop.apache.org For additional commands, e-mail: hdfs-issues-help@hadoop.apache.org