Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Reviewed
Description
We have a use case where YARN applications would like to localize resources from Artifactory. Putting the resources on HDFS itself might not be ideal as we would like to leverage Artifactory to manage different versions of the resources.
It would be nice to have something like HttpFileSystem that implements the Hadoop filesystem API and reads from a HTTP endpoint.
Note that Samza has implemented the proposal by themselves:
The downside of this approach is that it requires the YARN cluster to put the Samza jar into the classpath for each NM.
It would be much nicer for Hadoop to have this feature built-in.
Attachments
Attachments
Issue Links
- breaks
-
HADOOP-14598 Blacklist Http/HttpsFileSystem in FsUrlStreamHandlerFactory
- Resolved
- relates to
-
HADOOP-16256 HTTPFileSystem disallows users from configuring the connectionTimeout and readTimeout of HttpClient.
- Open