Package com.cloudera.kitten.util

Examples of com.cloudera.kitten.util.LocalDataHelper.copyConfiguration()


  private Map<String, URI> mapLocalFiles(ApplicationId applicationId) {
    LocalDataHelper lfh = new LocalDataHelper(applicationId, conf);
   
    // Map the configuration object as an XML file.
    try {
      lfh.copyConfiguration(LuaFields.KITTEN_JOB_XML_FILE, conf);
    } catch (IOException e) {
      LOG.error("Error copying configuration object", e);
    }
   
    // Map the files that were specified by the framework itself.
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.