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

Method isMapredExecType

test/org/apache/pig/test/Util.java:1457–1459  ·  view source on GitHub ↗
(ExecType execType)

Source from the content-addressed store, hash-verified

1455 }
1456
1457 public static boolean isMapredExecType(ExecType execType) {
1458 return execType == ExecType.MAPREDUCE;
1459 }
1460
1461 public static boolean isTezExecType(ExecType execType) {
1462 if (execType.name().toLowerCase().startsWith("tez")) {

Callers 14

testGroupByMethod · 0.95
testSkewedJoinMethod · 0.95
testMergeJoinMethod · 0.95
testFRJoinMethod · 0.95
simpleMultiQueryTest3Method · 0.95
streamNegativeTestMethod · 0.95
testExplainXmlComplexMethod · 0.95
testIllustrateMethod · 0.95
testKeepGoingMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected