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/08/19 16:47:58 UTC

[GitHub] [incubator-druid] Dylan1312 opened a new pull request #8339: Don't inadvertently exclude hadoop-client-core dependency

Dylan1312 opened a new pull request #8339: Don't inadvertently exclude hadoop-client-core dependency
URL: https://github.com/apache/incubator-druid/pull/8339
 
 
   Fixes #8338.
   
   I'm not hugely experienced with maven but it looks like by marking the client-core dependency as provided in indexing-service it's being skipped over in hdfs-storage. 
   
   This PR removes references to hadoop-client-core that were introduced in #6828 and bumps the scope of hadoop-client in the indexing-service so that each submodule is depending on the same thing.
   
   Open to alternatives if anyone with more expertise in maven knows a better fix.
   
   Initial testing looks like this fixes the issue but currently getting this to deployed to our test cluster and will update with results.
   
   <hr>
   
   This PR has:
   - [ x] been self-reviewed.
   
   <hr>
   
   

----------------------------------------------------------------
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