public class HDFSPrms extends BasePrms
| Modifier and Type | Field and Description |
|---|---|
static java.lang.Long |
hadoopReturnWaitSec
(int) The number of seconds to wait before returning from recycling the Hadoop Cluster.
|
static java.lang.Long |
hadoopStartWaitSec
(int) The number of seconds to wait before starting the Hadoop Cluster.
|
static java.lang.Long |
hadoopStopWaitSec
(int) The number of seconds to wait before stopping the Hadoop Cluster.
|
static java.lang.Long |
manageMapReduceComponents
(boolean) When running with an existing cluster (vs.
|
static java.lang.Long |
mapReduceClassName
(String) fully qualified name for MapReduce job to execute
For example, hdfs.mapreduce.KnownKeysMRv1
|
static java.lang.Long |
useExistingCluster
(boolean) whether or not to use an existing cluster (e.g.
|
| Constructor and Description |
|---|
HDFSPrms() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
getMapReduceClassName() |
static int |
hadoopReturnWaitSec() |
static int |
hadoopStartWaitSec() |
static int |
hadoopStopWaitSec() |
static boolean |
manageMapReduceComponents() |
static boolean |
useExistingCluster() |
dumpKeys, keyForName, nameForKey, setValues, tab, tasktabpublic static java.lang.Long useExistingCluster
public static java.lang.Long manageMapReduceComponents
public static java.lang.Long mapReduceClassName
public static java.lang.Long hadoopStopWaitSec
public static java.lang.Long hadoopStartWaitSec
public static java.lang.Long hadoopReturnWaitSec
public static boolean useExistingCluster()
public static boolean manageMapReduceComponents()
public static java.lang.String getMapReduceClassName()
public static int hadoopStopWaitSec()
public static int hadoopStartWaitSec()
public static int hadoopReturnWaitSec()
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.