Package co.cask.cdap.logging.context

Examples of co.cask.cdap.logging.context.SparkLoggingContext


    this.workflowBatch = workflowBatch;
    this.metricsCollectionService = metricsCollectionService;

    //TODO: Metrics needs to be initialized here properly when implemented.

    this.loggingContext = new SparkLoggingContext(getAccountId(), getApplicationId(), getProgramName());
    this.sparkSpec = sparkSpec;
  }
View Full Code Here

TOP

Related Classes of co.cask.cdap.logging.context.SparkLoggingContext

Copyright © 2018 www.massapicom. 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.