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/12/10 19:01:42 UTC

[GitHub] [accumulo] keith-turner edited a comment on issue #1451: Support external compactions in containers

keith-turner edited a comment on issue #1451: Support external compactions in containers
URL: https://github.com/apache/accumulo/issues/1451#issuecomment-564182113
 
 
   > Using something like yarn instead of kubernetes might be a good initial implementation.
   
   The Accumulo API will return a list of serializeable runnables.  Then a user could run those wherever they want.  This could lead to multiple little bridge projects that help run compactions in different execution environments.  This is an approach we took with Fluo when creating [fluo-yarn](https://github.com/apache/fluo-yarn) and [fluo-docker](https://github.com/apache/fluo-docker).
   
   Ideally some of these bridge projects would be created before releasing Accumulo to facilitate testing the new API. 

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