Subject: UP Remove HadoopAccessorService createFileSystem() method that
takes config only
------------------------------------------------------------------------------------------
Key: OOZIE-803
URL: https://issues.apache.org/jira/browse/OOZIE-803
Project: Oozie
Issue Type: Improvement
Components: core
Affects Versions: 3.2.0
Reporter: Alejandro Abdelnur
Assignee: Alejandro Abdelnur
Fix For: 3.2.0
The HadoopAccessorService has 2 createFileSystem() methods, one that takes
(user,conf) and extract the FS URI from the fs.default.name property in the
conf and other that takes (user,uri,conf).
The (user,conf) signature should be remove forcing to using the explicit URI of
the fs to use, thus ensuring we don't have a bogus/wrong conf with an invalid
dfs.default.name property.
This will help when OOZIE-477 gets in to ensure that we are always stating
explicitly which FS we want a handle for, without assuming the conf has the
correct default.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira