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

Method accepts

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

An ExecType is selected based off the Properties for the given script. There may be multiple settings that trigger the selection of a given ExecType. For example, distributed MR mode is currently triggered if the user specifies "mapred" or "mapreduce". It is desirable to override the toString method

(Properties properties)

Source from the content-addressed store, hash-verified

56 */
57
58 public boolean accepts(Properties properties);
59
60 /**
61 * Returns the Execution Engine that this ExecType is associated with. Once

Callers 2

selectExecTypeMethod · 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

no test coverage detected