Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Revert HIVE-8604 patch about using KeyProviderFactory.get() as HDFS 2.6 did not implement that method.
Instead, we're going to get the key provider from KeyProviderFactory.getProviders().
We might go back to get() method when HDFS 2.6.x implements the method in a newer version.