Hadoop: Handle multiple Hadoop configurations within Hadoop FileSystem
Open
hadoop-file-system
improvement
io
java
P3
- Dominant language
- Java
- Stars
- 8.7k
- Forks
- 4.7k
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 196
Description
This requires adding a FileSystem implementation which multiplexes calls to underlying Hadoop FileSystem instances based upon using the fs.defaultFS as a prefix.
Imported from Jira [BEAM-2137](https://issues.apache.org/jira/browse/BEAM-2137). Original Jira may contain additional context.
Reported by: lcwik.
Contributor guide
Research direction
Start by reading the imported BEAM-2137 Jira for context and locating Beam's existing Hadoop FileSystem integration. Trace how fs.defaultFS should select an underlying Hadoop FileSystem, then define completion as a FileSystem implementation that multiplexes calls to the appropriate instance for each prefix.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- data-engineering, distributed-systems
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100