(Properties properties, String execType)
| 194 | } |
| 195 | |
| 196 | private static Properties addExecTypeProperty(Properties properties, String execType) { |
| 197 | properties.setProperty("exectype", execType); |
| 198 | return properties; |
| 199 | } |
| 200 | |
| 201 | /** |
| 202 | * @param execType execution type to start the engine. Local mode will |