Introduce a new task - Move Task which can move segments and insert metadata correctly while moving deep storages.
{
"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>
}