You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2019/05/14 20:46:06 UTC

[GitHub] [accumulo] ctubbsii commented on issue #1052: Review DistributedCache usage (pretty sure it's very broken)

ctubbsii commented on issue #1052: Review DistributedCache usage (pretty sure it's very broken)
URL: https://github.com/apache/accumulo/issues/1052#issuecomment-492403124
 
 
   Clarification of the desired design:
   
   On job setup (by user):
   1. User inputs filename
   2. We append mnemonic and create URI
   3. We save URI in our config property
   4. We tell distributed cache to store URI
   
   On job run (by framework/us):
   1. We read our URI from our config property
   2. We check to see if we can read file with the mnemonic
   3.   if no, we log a warning, and then use URI to read from HDFS directly
   

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