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
()
| 81 | * differentiate between ExecTypes as necessary. |
| 82 | */ |
| 83 | public boolean isLocal(); |
| 84 | |
| 85 | |
| 86 | /** |
no outgoing calls