Example usage for org.apache.spark.launcher SparkAppHandle.Listener interface-usage

List of usage examples for org.apache.spark.launcher SparkAppHandle.Listener interface-usage

Introduction

In this page you can find the example usage for org.apache.spark.launcher SparkAppHandle.Listener interface-usage.

Usage

From source file com.thinkbiganalytics.spark.shell.SparkLauncherSparkShellProcess.java

/**
 * A Kylo Spark Shell process that is managed by the Spark Launcher.
 *
 * <p>This class is thread-safe.</p>
 */
@SuppressWarnings("WeakerAccess")