@InterfaceAudience.Public @InterfaceStability.Unstable public abstract class HadoopShimProvider extends Object
| Constructor and Description |
|---|
HadoopShimProvider() |
| Modifier and Type | Method and Description |
|---|---|
abstract HadoopShim |
createHadoopShim(String hadoopVersion,
int majorVersion,
int minorVersion)
Provides a HadoopShim if the version matches the implementation of the Shim
|
public abstract HadoopShim createHadoopShim(String hadoopVersion, int majorVersion, int minorVersion)
hadoopVersion - Full version string of hadoop-common's versionmajorVersion - Major versionminorVersion - Minor versionCopyright © 2019 Apache Software Foundation. All rights reserved.