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

Method addExecTypeProperty

src/org/apache/pig/PigServer.java:196–199  ·  view source on GitHub ↗
(Properties properties, String execType)

Source from the content-addressed store, hash-verified

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

Callers 1

PigServerMethod · 0.95

Calls 1

setPropertyMethod · 0.65

Tested by

no test coverage detected