You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Eric Badger (JIRA)" <ji...@apache.org> on 2016/08/02 21:20:20 UTC

[jira] [Updated] (HADOOP-13053) FS Shell should use File system API, not FileContext

     [ https://issues.apache.org/jira/browse/HADOOP-13053?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eric Badger updated HADOOP-13053:
---------------------------------
    Description: FS Shell is File System based, but it is using the FileContext API. Currently, hadoop fs -text hdfs://... ' will work, but hadoop fs -text webhdfs://...' will not work, because we are using the FileContext API in the webhdfs case.   (was: FS Shell is File System based, but it is using the FileContext API. )

> FS Shell should use File system API, not FileContext
> ----------------------------------------------------
>
>                 Key: HADOOP-13053
>                 URL: https://issues.apache.org/jira/browse/HADOOP-13053
>             Project: Hadoop Common
>          Issue Type: Bug
>            Reporter: Eric Badger
>            Assignee: Eric Badger
>         Attachments: HADOOP-13053.001.patch
>
>
> FS Shell is File System based, but it is using the FileContext API. Currently, hadoop fs -text hdfs://... ' will work, but hadoop fs -text webhdfs://...' will not work, because we are using the FileContext API in the webhdfs case. 



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

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org