Description
HADOOP-11270 implies there's a diff in the way HDFS seeks and the object stores on the action seek(len(file))
- review what HDFS does, add contract test to exactly demonstrate HDFS behaviour.
- ensure FS spec is consistent with this
- test/audit all supported filesystems to verify consistent behaviour
- fix where appropriate
Attachments
Issue Links
- is depended upon by
-
HADOOP-11270 Seek behavior difference between NativeS3FsInputStream and DFSInputStream
- Patch Available
- is related to
-
HADOOP-9361 Strictly define the expected behavior of filesystem APIs and write tests to verify compliance
- Closed