Skip to content

[Proposal] Move Task to move segments while migrating deep storages #6138

@niketh

Description

@niketh

Introduce a new task - Move Task which can move segments and insert metadata correctly while moving deep storages.

@gianm

{
    "type": "move",
    "id": <task_id>,
    "dataSource": <task_datasource>,
    "destination": {
        "overlord": <url>,
        "ioConfig" : {
              "type" : "hadoop",
               "outputSpec" : {
                   "paths" : "hdfs://xxx/yyy/zzz"
               }
          }
       }
    "interval": <interval to specify segments to be merged>,
    "tuningConfig" <move task tuningConfig>,
    "context": <task context>
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions