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