Class/Object

com.krux.hyperion.activity

SparkStep

Related Docs: object SparkStep | package activity

Permalink

case class SparkStep extends Product with Serializable

A Spark step that runs on Spark Cluster

Source
SparkStep.scala
Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SparkStep
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val args: Seq[HString]

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  8. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  10. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  11. val jarUri: HS3Uri

    Permalink
  12. val jobRunner: Option[HString]

    Permalink
  13. val mainClass: Option[MainClass]

    Permalink
  14. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  15. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  16. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  17. val scriptRunner: Option[HString]

    Permalink
  18. def serialize: String

    Permalink
  19. val sparkConfig: Map[HString, HString]

    Permalink
  20. val sparkOptions: Seq[HString]

    Permalink
  21. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  22. def toString(): String

    Permalink
    Definition Classes
    SparkStep → AnyRef → Any
  23. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. def withArguments(arg: HString*): SparkStep

    Permalink
  27. def withDriverCores(n: HInt): SparkStep

    Permalink
  28. def withDriverMemory(memory: Memory): SparkStep

    Permalink
  29. def withExecutorCores(n: HInt): SparkStep

    Permalink
  30. def withExecutorMemory(memory: Memory): SparkStep

    Permalink
  31. def withFiles(files: HString*): SparkStep

    Permalink
  32. def withMainClass(mainClass: MainClass): SparkStep

    Permalink
  33. def withMaster(master: HString): SparkStep

    Permalink
  34. def withNumExecutors(n: HInt): SparkStep

    Permalink
  35. def withSparkConfig(key: HString, value: HString): SparkStep

    Permalink
  36. def withSparkOption(option: HString*): SparkStep

    Permalink
  37. def withTotalExecutorCores(n: HInt): SparkStep

    Permalink

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped