Package com.ebay.erl.mobius.core.mapred

Examples of com.ebay.erl.mobius.core.mapred.ConfigurableJob.addDependingJob()


          // already added, do nothing.
        }
        else
        {
          LOGGER.info (newJob.getJobName () + " depends on " + dependsOn.getJobName ());
          newJob.addDependingJob (dependsOn);
        }
      }
    }
   
    // put the output of this <code>newJob</code> into job topology
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.