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

Method toString

src/org/apache/pig/tools/pigstats/PigStats.java:395–404  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

393 public static class JobGraph extends BaseOperatorPlan implements Iterable<JobStats>{
394
395 @Override
396 public String toString() {
397 JobGraphPrinter jp = new JobGraphPrinter(this);
398 try {
399 jp.visit();
400 } catch (FrontendException e) {
401 LOG.warn("unable to print job plan", e);
402 }
403 return jp.toString();
404 }
405
406 /**
407 * Returns a List representation of the Job graph. Returned list is an

Callers 15

testMultipleMRJobsMethod · 0.95
DownloadResolverMethod · 0.45
parseUriMethod · 0.45
completeMethod · 0.45
completeMethod · 0.45
processCatMethod · 0.45
processCDMethod · 0.45
processLSMethod · 0.45
processPWDMethod · 0.45
processShCommandMethod · 0.45
genSubstitutedFileMethod · 0.45

Calls 3

visitMethod · 0.95
toStringMethod · 0.95
warnMethod · 0.65

Tested by 1

testMultipleMRJobsMethod · 0.76