Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
Reviewed
Description
Currently the WebHDFS client reuses the configuration of DFSClient to construct its RetryPolicy. This is problematic because:
1. It makes the WebHDFS client depends on the DFSClient.
2. The default values of the RetryPolicy of DFSClient might be ill fit for the WebHDFS client, which transfers all data using HTTP.
This JIRA proposes to introduce new configuration keys for WebHDFS to resolve this problem.
Attachments
Attachments
Issue Links
- is depended upon by
-
HDFS-5122 Support failover and retry in WebHdfsFileSystem for NN HA
- Closed