You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2018/08/10 00:07:51 UTC

[GitHub] niketh opened a new issue #6138: [Proposal] Move Task to move segments while migrating deep storages

niketh opened a new issue #6138: [Proposal] Move Task to move segments while migrating deep storages
URL: https://github.com/apache/incubator-druid/issues/6138
 
 
   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" : {
           "type" : "static",
           "paths" : "hdfs://xxx/yyy/zzz"
         }
       }
        }
       "interval": <interval to specify segments to be merged>,
       "tuningConfig" <index task tuningConfig>,
       "context": <task context>
   }
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org