Uses of Enum
com.amazonaws.services.elasticmapreduce.util.StepFactory.HiveVersion
Packages that use StepFactory.HiveVersion
-
Uses of StepFactory.HiveVersion in com.amazonaws.services.elasticmapreduce.util
Subclasses with type arguments of type StepFactory.HiveVersion in com.amazonaws.services.elasticmapreduce.utilModifier and TypeClassDescriptionstatic enumThe available Hive versions.Methods in com.amazonaws.services.elasticmapreduce.util that return StepFactory.HiveVersionModifier and TypeMethodDescriptionstatic StepFactory.HiveVersionReturns the enum constant of this type with the specified name.static StepFactory.HiveVersion[]StepFactory.HiveVersion.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.elasticmapreduce.util with parameters of type StepFactory.HiveVersionModifier and TypeMethodDescriptionStepFactory.newInstallHiveStep(StepFactory.HiveVersion... hiveVersions) Step that installs the specified versions of Hive on your job flow.