package
      
      
        sparkbook
      
      
      
          
        
      
      
        
        
        
              Type Members
              - 
      
      
      
      
          
- 
      
      
      
      
        
        trait
      
      
        BaseAWSNotebookRunner[T] extends SerializableSupplier[T] with SerializableFunction[NotebookOutput, T] with Logging
      
        
- 
      
      
      
      
        
        trait
      
      
        BaseRunner[T <: AnyRef] extends SerializableSupplier[T]
      
        
- 
      
      
      
      
          
- 
      
      
      
      
          
- 
      
      
      
      
          
- 
      
      
      
      
          
- 
      
      
      
      
          
- 
      
      
      
      
          
- 
      
      
      
      
          
- 
      
      
      
      
        
        trait
      
      
        InteractiveSetup[T] extends SerializableFunction[NotebookOutput, T]
      
        
- 
      
      
      
      
          
- 
      
      
      
      
        
        trait
      
      
        NotebookRunner[T] extends SerializableSupplier[T] with SerializableFunction[NotebookOutput, T] with Logging
      
        
- 
      
      
      
      
        
        trait
      
      
        RepeatedInteractiveSetup[T <: AnyRef] extends SerializableFunction[NotebookOutput, T]
      
        
- 
      
      
      
      
        
        case class
      
      
        SparkInitializer(masterUrl: String, workerMemory: String, numberOfExecutors: Int, hiveRoot: Option[String]) extends Product with Serializable
      
        
- 
      
      
      
      
        
        trait
      
      
        SparkRunner[T <: AnyRef] extends SerializableSupplier[T] with Logging
      
        
- 
      
      
      
      
        
        case class
      
      
        WorkerRunner[T](parent: URI, fn: SerializableFunction[NotebookOutput, T], childName: String) extends AWSNotebookRunner[T] with Product with Serializable
      
      