Package org.jetbrains.kotlinx.spark.api.jupyter

Types

Link copied to clipboard
abstract class Integration(notebook: Notebook, options: MutableMap<String, String?>) : JupyterIntegration
abstract class Integration(notebook: Notebook, options: MutableMap<String, String?>) : JupyterIntegration
Link copied to clipboard
interface JupyterConfiguration
interface JupyterConfiguration
Link copied to clipboard
interface Properties : MutableMap<String, String?>
interface Properties : MutableMap<String, String?>
Link copied to clipboard
class SparkIntegration(notebook: Notebook, options: MutableMap<String, String?>) : Integration
class SparkIntegration(notebook: Notebook, options: MutableMap<String, String?>) : Integration

%use spark

Link copied to clipboard
class SparkStreamingIntegration(notebook: Notebook, options: MutableMap<String, String?>) : Integration
class SparkStreamingIntegration(notebook: Notebook, options: MutableMap<String, String?>) : Integration

%use spark-streaming