Details
-
Task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Currently in REEF Java, we use default file system URL set in the YARN environment. For some of the environment, default file system is not set in the YARN environment. The URL is determined by the file system that client specified. We should
- Allow the FileSystemURL to be set by client and passed with parameter JSon file
- Make it available at both client and driver so that we can access the file system
- If the user doesn't set, default it to original default in YarnConfiguration
Attachments
Issue Links
- is depended upon by
-
REEF-1831 Setting FileSytemUrl for YarnConfiguration used in FileSystem
- Resolved