You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@falcon.apache.org by "Peeyush Bishnoi (JIRA)" <ji...@apache.org> on 2015/09/15 06:37:46 UTC

[jira] [Commented] (FALCON-1343) validation of read/write endpoints is not reliable

    [ https://issues.apache.org/jira/browse/FALCON-1343?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14744809#comment-14744809 ] 

Peeyush Bishnoi commented on FALCON-1343:
-----------------------------------------

[~bvellanki] I have added comment for a patch on review board. Please look.

> validation of read/write endpoints is not reliable
> --------------------------------------------------
>
>                 Key: FALCON-1343
>                 URL: https://issues.apache.org/jira/browse/FALCON-1343
>             Project: Falcon
>          Issue Type: Sub-task
>          Components: general
>            Reporter: Balu Vellanki
>            Assignee: Balu Vellanki
>         Attachments: FALCON-1343.patch
>
>
> A read/write endpoint is currently validated by creating a filesystem with the endpoint url. 
> {code}
>             HadoopClientFactory.get().createProxiedFileSystem(conf);
> {code}
> I confirmed with a HDFS team member that it is not sufficient validation.  Ideally check if the end user has access by doing atleast a list /tmp call after creating proxiedFileSystem. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)