HADOOP-13476. CredentialProviderFactory fails at class loading from libhdfs (JNI). Contributed by Aaron Fabbri.
This commit is contained in:
parent
d00d3add9e
commit
4d4fe07c3c
@ -45,7 +45,8 @@ public abstract CredentialProvider createProvider(URI providerName,
|
||||
) throws IOException;
|
||||
|
||||
private static final ServiceLoader<CredentialProviderFactory> serviceLoader =
|
||||
ServiceLoader.load(CredentialProviderFactory.class);
|
||||
ServiceLoader.load(CredentialProviderFactory.class,
|
||||
CredentialProviderFactory.class.getClassLoader());
|
||||
|
||||
public static List<CredentialProvider> getProviders(Configuration conf
|
||||
) throws IOException {
|
||||
|
Loading…
Reference in New Issue
Block a user