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 GitBox <gi...@apache.org> on 2019/08/13 04:02:11 UTC

[GitHub] [hadoop] smengcl commented on issue #1267: HDFS-14665. HttpFS: LISTSTATUS response is missing HDFS-specific fields

smengcl commented on issue #1267: HDFS-14665. HttpFS: LISTSTATUS response is missing HDFS-specific fields
URL: https://github.com/apache/hadoop/pull/1267#issuecomment-520680095
 
 
   > The change is good.
   > I wish we had a section in the httpfs server doc like https://hadoop.apache.org/docs/r3.2.0/hadoop-hdfs-httpfs/index.html that documents the differences between WebHDFS and HttpFS. Like the REST APIs unsupported.
   > 
   > HttpFS in most cases uses HDFS as the backend, but in theory it should support any file system, like S3A, or local file system. So it might be prudent to call out that the output can be different depending on the backend file system used.
   
   Right. HttpFS by default (when fs.defaultFS is not configured) points to LocalFS, where I tested that it won't show those HDFS-specific fields.
   
   The existing doc states 
   
   > it is interoperable with the webhdfs REST HTTP API
   
   It does need some revamp in my opinion.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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