public class SparkExecutableManager extends HadoopExecutableManager
command, exitCode, inputBytes, inputRecords, outerrThreadsError, outputBytes, outputRecords, stdin
Constructor and Description |
---|
SparkExecutableManager() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
writeErrorToHDFS(int limit,
String taskId)
Should the stderr data of this task be persisted on HDFS?
|
close, configure, exec, processError
run
protected boolean writeErrorToHDFS(int limit, String taskId)
HadoopExecutableManager
writeErrorToHDFS
in class HadoopExecutableManager
limit
- maximum number of tasks whose stderr log-files are persistedtaskId
- id of the tasktrue
if stderr data of task should be persisted on
HDFS, false
otherwiseCopyright © 2007-2017 The Apache Software Foundation