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/04/17 22:38:10 UTC

[GitHub] [accumulo] ctubbsii opened a new pull request #1103: Create AbstractServer type for Accumulo servers

ctubbsii opened a new pull request #1103: Create AbstractServer type for Accumulo servers
URL: https://github.com/apache/accumulo/pull/1103
 
 
   Create base class to help standardize the way Accumulo servers are
   initialized from configuration files, launch, run, and clean up
   resources during shutdown.
   
   This establishes the base class as a concept, but over time, more
   implementation that servers have in common can be put here, to make
   server-side code more maintainable, and so the code in the individual
   servers can be limited to the bits that make them different.

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