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 7DF2E200D49 for ; Fri, 10 Nov 2017 05:53:04 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 7C751160C03; Fri, 10 Nov 2017 04:53:04 +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 C2A0E160BEF for ; Fri, 10 Nov 2017 05:53:03 +0100 (CET) Received: (qmail 24809 invoked by uid 500); 10 Nov 2017 04:53:02 -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 24797 invoked by uid 99); 10 Nov 2017 04:53:02 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Nov 2017 04:53:02 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 25040D6ADD for ; Fri, 10 Nov 2017 04:53:02 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.202 X-Spam-Level: X-Spam-Status: No, score=-99.202 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id xrwQtGlKaSJX for ; Fri, 10 Nov 2017 04:53:01 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 34A2460F71 for ; Fri, 10 Nov 2017 04:53:01 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 764DCE06C2 for ; Fri, 10 Nov 2017 04:53:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 2F287240D2 for ; Fri, 10 Nov 2017 04:53:00 +0000 (UTC) Date: Fri, 10 Nov 2017 04:53:00 +0000 (UTC) From: "Mukul Kumar Singh (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HDFS-12797) Add Test for NFS mount of not supported filesystems like (file:///) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 10 Nov 2017 04:53:04 -0000 [ https://issues.apache.org/jira/browse/HDFS-12797?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mukul Kumar Singh updated HDFS-12797: ------------------------------------- Attachment: HDFS-12797.001.patch > Add Test for NFS mount of not supported filesystems like (file:///) > ------------------------------------------------------------------- > > Key: HDFS-12797 > URL: https://issues.apache.org/jira/browse/HDFS-12797 > Project: Hadoop HDFS > Issue Type: Bug > Components: nfs > Reporter: Mukul Kumar Singh > Assignee: Mukul Kumar Singh > Priority: Minor > Attachments: HDFS-12797.001.patch > > > This jira is to fix a review comment in HDFS-11575. > "Add a test to start NFS service with viewfs over a non-hdfs file system. It is ok to add it in a follow up jira." > This test adds 2 tests, > 1) test mount of viewfs root, this isn't allowed right now as it is viewfs root is a client side mount only. > 2) test mount of filesystem like "file", this isn't supported as well right now. -- This message was sent by Atlassian JIRA (v6.4.14#64029) --------------------------------------------------------------------- To unsubscribe, e-mail: hdfs-issues-unsubscribe@hadoop.apache.org For additional commands, e-mail: hdfs-issues-help@hadoop.apache.org