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

Method setStatsMap

src/org/apache/pig/tools/pigstats/PigStatsUtil.java:134–136  ·  view source on GitHub ↗
(Map<String, List<PigStats>> statsMap)

Source from the content-addressed store, hash-verified

132 }
133
134 public static void setStatsMap(Map<String, List<PigStats>> statsMap) {
135 PigStats.start(new EmbeddedPigStats(statsMap));
136 }
137
138 /**
139 * Returns the counter name for the given input file name

Callers 1

runEmbeddedScriptMethod · 0.95

Calls 1

startMethod · 0.95

Tested by

no test coverage detected