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)
| 56 | */ |
| 57 | |
| 58 | public boolean accepts(Properties properties); |
| 59 | |
| 60 | /** |
| 61 | * Returns the Execution Engine that this ExecType is associated with. Once |
no outgoing calls
no test coverage detected