(ExecType execType)
| 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")) { |
no outgoing calls
no test coverage detected