Object

com.krux.hyperion.examples

ExampleHiveActivity

Related Doc: package examples

Permalink

object ExampleHiveActivity extends DataPipelineDef with HyperionCli

Source
ExampleHiveActivity.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ExampleHiveActivity
  2. HyperionCli
  3. DataPipelineDef
  4. DataPipelineDefGroup
  5. WorkflowExpressionImplicits
  6. HdfsUriHelper
  7. S3UriHelper
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class HdfsUriBuilder extends AnyRef

    Permalink
    Definition Classes
    HdfsUriHelper
  2. class S3UriBuilder extends AnyRef

    Permalink
    Definition Classes
    S3UriHelper
  3. implicit class activityIterable2WorkflowExpressionOps extends AnyRef

    Permalink
    Definition Classes
    WorkflowExpressionImplicits
  4. implicit class activityWorkflowExpressionOps extends AnyRef

    Permalink
    Definition Classes
    WorkflowExpressionImplicits

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. implicit def activity2WorkflowExpression(activity: PipelineActivity[_ <: ResourceObject]): WorkflowExpression

    Permalink
    Definition Classes
    WorkflowExpressionImplicits
  5. implicit def activityIterable2WorkflowExpression(activities: Iterable[PipelineActivity[_ <: ResourceObject]]): WorkflowExpression

    Permalink
    Definition Classes
    WorkflowExpressionImplicits
  6. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. val dataNode: S3Folder

    Permalink
  9. def defaultObject: DefaultObject

    Permalink
    Definition Classes
    DataPipelineDefGroup
  10. val emrCluster: MapReduceCluster

    Permalink
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  15. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  16. implicit val hc: HyperionContext

    Permalink
  17. def hdfs(uri: String*): HdfsUri

    Permalink
    Definition Classes
    HdfsUriHelper
  18. def hdfs: HdfsUriBuilder

    Permalink
    Definition Classes
    HdfsUriHelper
  19. val hive: HiveActivity[MapReduceCluster]

    Permalink
  20. val instanceCount: UnencryptedParameter[Int]

    Permalink
  21. val instanceType: UnencryptedParameter[String]

    Permalink
  22. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  23. val location: UnencryptedParameter[S3Uri]

    Permalink
  24. def main(args: Array[String]): Unit

    Permalink
    Definition Classes
    HyperionCli
  25. def nameKeySeparator: String

    Permalink
    Definition Classes
    DataPipelineDefGroup
  26. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  29. def parameters: Iterable[Parameter[_]]

    Permalink
  30. def pipelineName: String

    Permalink
    Definition Classes
    DataPipelineDefGroup
  31. implicit val pv: ParameterValues

    Permalink
    Definition Classes
    DataPipelineDefGroup
  32. def s3(uri: String*): S3Uri

    Permalink
    Definition Classes
    S3UriHelper
  33. def s3: S3UriBuilder

    Permalink
    Definition Classes
    S3UriHelper
  34. lazy val schedule: RecurringSchedule

    Permalink
  35. def setParameterValue(id: String, value: String, ignoreMissing: Boolean = true): Unit

    Permalink

    ignoreMissing

    ignores the parameter with id unknown to the definition

    Definition Classes
    DataPipelineDefGroup
  36. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  37. lazy val tags: Map[String, Option[String]]

    Permalink
  38. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. def workflow: WorkflowExpression

    Permalink

    Workflow to be defined

    Workflow to be defined

    Definition Classes
    ExampleHiveActivityDataPipelineDef
  43. implicit def workflowIterable2WorkflowExpression(activities: Iterable[WorkflowExpression]): WorkflowExpression

    Permalink
    Definition Classes
    WorkflowExpressionImplicits
  44. final def workflows: Map[WorkflowKey, WorkflowExpression]

    Permalink
    Definition Classes
    DataPipelineDefDataPipelineDefGroup

Inherited from HyperionCli

Inherited from DataPipelineDef

Inherited from DataPipelineDefGroup

Inherited from HdfsUriHelper

Inherited from S3UriHelper

Inherited from AnyRef

Inherited from Any

Ungrouped