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 2019/07/29 20:38:41 UTC

[GitHub] [incubator-druid] jihoonson opened a new pull request #8190: Teach tasks what machine they are running on

jihoonson opened a new pull request #8190: Teach tasks what machine they are running on
URL: https://github.com/apache/incubator-druid/pull/8190
 
 
   Part of https://github.com/apache/incubator-druid/issues/8061.
   
   ### Description
   
   In parallel native indexing, the middleManager is responsible for serving intermediary data for shuffle. As a result, the phase 2 tasks need to know where phase 1 tasks ran.
   
   This PR lets tasks know where they are running by adding new system properties. This is supposed to be used for only internal purpose and so doesn't have to be documented.
   
   <hr>
   
   This PR has:
   - [x] been self-reviewed.
   - [x] added Javadocs for most classes and all non-trivial methods. Linked related entities via Javadoc links.
   - [x] been tested in a test Druid cluster.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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