Class/Object

com.krux.hyperion.activity

CopyActivity

Related Docs: object CopyActivity | package activity

Permalink

case class CopyActivity extends PipelineActivity with Product with Serializable

The activity that copies data from one data node to the other.

Source
CopyActivity.scala
Note

it seems that both input and output format needs to be in CsvDataFormat for this copy to work properly and it needs to be a specific variance of the CSV, for more information check the web page: http://docs.aws.amazon.com/datapipeline/latest/DeveloperGuide/dp-object-copyactivity.html From our experience it's really hard to export using TsvDataFormat, in both import and export especially for tasks involving RedshiftCopyActivity. A general rule of thumb is always use default CsvDataFormat for tasks involving both exporting to S3 and copy to redshift.

Linear Supertypes
Serializable, Serializable, Product, Equals, PipelineActivity, PipelineObject, Ordered[PipelineObject], Comparable[PipelineObject], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. CopyActivity
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. PipelineActivity
  7. PipelineObject
  8. Ordered
  9. Comparable
  10. AnyRef
  11. 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. def <(that: PipelineObject): Boolean

    Permalink
    Definition Classes
    Ordered
  4. def <=(that: PipelineObject): Boolean

    Permalink
    Definition Classes
    Ordered
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. def >(that: PipelineObject): Boolean

    Permalink
    Definition Classes
    Ordered
  7. def >=(that: PipelineObject): Boolean

    Permalink
    Definition Classes
    Ordered
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. val attemptTimeout: Option[Parameter[Duration]]

    Permalink
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def compare(that: PipelineObject): Int

    Permalink
    Definition Classes
    PipelineObject → Ordered
  12. def compareTo(that: PipelineObject): Int

    Permalink
    Definition Classes
    Ordered → Comparable
  13. val dependsOn: Seq[PipelineActivity]

    Permalink
    Definition Classes
    CopyActivityPipelineActivity
  14. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  15. val failureAndRerunMode: Option[FailureAndRerunMode]

    Permalink
  16. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  18. def groupedBy(group: String): CopyActivity

    Permalink
    Definition Classes
    CopyActivityPipelineActivity
  19. val id: PipelineObjectId

    Permalink
    Definition Classes
    CopyActivityPipelineObject
  20. val input: Copyable

    Permalink
  21. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  22. val lateAfterTimeout: Option[Parameter[Duration]]

    Permalink
  23. val maximumRetries: Option[Parameter[Int]]

    Permalink
  24. def named(name: String): CopyActivity

    Permalink
    Definition Classes
    CopyActivityPipelineActivity
  25. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  28. def objects: Iterable[PipelineObject]

    Permalink
    Definition Classes
    CopyActivityPipelineObject
  29. def onFail(alarms: SnsAlarm*): CopyActivity

    Permalink
    Definition Classes
    CopyActivityPipelineActivity
  30. val onFailAlarms: Seq[SnsAlarm]

    Permalink
  31. def onLateAction(alarms: SnsAlarm*): CopyActivity

    Permalink
    Definition Classes
    CopyActivityPipelineActivity
  32. val onLateActionAlarms: Seq[SnsAlarm]

    Permalink
  33. def onSuccess(alarms: SnsAlarm*): CopyActivity

    Permalink
    Definition Classes
    CopyActivityPipelineActivity
  34. val onSuccessAlarms: Seq[SnsAlarm]

    Permalink
  35. val output: Copyable

    Permalink
  36. val preconditions: Seq[Precondition]

    Permalink
  37. def ref: AdpRef[AdpActivity]

    Permalink
    Definition Classes
    PipelineActivityPipelineObject
  38. val retryDelay: Option[Parameter[Duration]]

    Permalink
  39. val runsOn: Resource[Ec2Resource]

    Permalink
  40. implicit def seq2Option[A](anySeq: Seq[A]): Option[Seq[A]]

    Permalink
    Definition Classes
    PipelineObject
  41. def seqToOption[A, B](anySeq: Seq[A])(transform: (A) ⇒ B): Option[Seq[B]]

    Permalink
    Definition Classes
    PipelineObject
  42. lazy val serialize: AdpCopyActivity

    Permalink
    Definition Classes
    CopyActivityPipelineActivityPipelineObject
  43. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  44. implicit def uniquePipelineId2String(id: PipelineObjectId): String

    Permalink
    Definition Classes
    PipelineObject
  45. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. def whenMet(conditions: Precondition*): CopyActivity

    Permalink
    Definition Classes
    CopyActivityPipelineActivity
  49. def withAttemptTimeout(timeout: Parameter[Duration]): CopyActivity

    Permalink
  50. def withFailureAndRerunMode(mode: FailureAndRerunMode): CopyActivity

    Permalink
  51. def withLateAfterTimeout(timeout: Parameter[Duration]): CopyActivity

    Permalink
  52. def withMaximumRetries(retries: Parameter[Int]): CopyActivity

    Permalink
  53. def withRetryDelay(delay: Parameter[Duration]): CopyActivity

    Permalink

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from PipelineActivity

Inherited from PipelineObject

Inherited from Ordered[PipelineObject]

Inherited from Comparable[PipelineObject]

Inherited from AnyRef

Inherited from Any

Ungrouped