MCPcopy Create free account
hub / github.com/apache/pig / isLocal

Method isLocal

src/org/apache/pig/ExecType.java:83–83  ·  view source on GitHub ↗

An ExecType is classified as local if it runs in-process and through the local filesystem. While an ExecutionEngine may have a more nuanced notion of local mode, these are the qualifications Pig requires. ExecutionEngines can extend the ExecType interface to additionally differentiate between ExecTy

()

Source from the content-addressed store, hash-verified

81 * differentiate between ExecTypes as necessary.
82 */
83 public boolean isLocal();
84
85
86 /**

Callers 15

generateURIMethod · 0.65
loadWithTestLoadFuncMethod · 0.65
createInputMethod · 0.65
tearDownMethod · 0.65
testSetStoreSchemaMethod · 0.65
capacityMethod · 0.65
initMethod · 0.65
startSparkIfNeededMethod · 0.65
compileMethod · 0.65

Implementers 4

SparkExecTypesrc/org/apache/pig/backend/hadoop/exec
MRExecTypesrc/org/apache/pig/backend/hadoop/exec
LocalExecTypesrc/org/apache/pig/backend/hadoop/exec
TezExecTypesrc/org/apache/pig/backend/hadoop/exec

Calls

no outgoing calls

Tested by 8

generateURIMethod · 0.52
loadWithTestLoadFuncMethod · 0.52
createInputMethod · 0.52
tearDownMethod · 0.52
testSetStoreSchemaMethod · 0.52