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

Method init

src/org/apache/pig/impl/PigContext.java:289–292  ·  view source on GitHub ↗

This method is created with the aim of unifying the Grunt and PigServer approaches, so all common initializations can go in here.

()

Source from the content-addressed store, hash-verified

287 * approaches, so all common initializations can go in here.
288 */
289 private void init() {
290 if (properties.get("udf.import.list")!=null)
291 PigContext.initializeImportList((String)properties.get("udf.import.list"));
292 }
293
294 public static void initializeImportList(String importListCommandLineProperties)
295 {

Callers 1

PigContextMethod · 0.95

Calls 2

initializeImportListMethod · 0.95
getMethod · 0.65

Tested by

no test coverage detected