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

Method fromString

src/org/apache/pig/ExecTypeProvider.java:75–79  ·  view source on GitHub ↗
(String execType)

Source from the content-addressed store, hash-verified

73 }
74
75 public static ExecType fromString(String execType) throws PigException {
76 Properties properties = PropertiesUtil.loadDefaultProperties();
77 properties.setProperty("exectype", execType);
78 return selectExecType(properties);
79 }
80
81}

Callers 4

getClusterMethod · 0.95
getLocalTestModeMethod · 0.95
StreamingUDFMethod · 0.95
getRecordWriterMethod · 0.45

Calls 3

loadDefaultPropertiesMethod · 0.95
selectExecTypeMethod · 0.95
setPropertyMethod · 0.65

Tested by 2

getClusterMethod · 0.76
getLocalTestModeMethod · 0.76