We have a small amount of C++ code used to manage all data written to Accumulo. Using C++ for this very small amount of high performance, memory intensive code has worked out well. Coding task that do not need to be high performance in Java, like tablet assignment and management of cluster state is nice.
On Wed, Jul 29, 2015 at 1:51 PM, vaibhav thapliyal < [email protected]> wrote: > Hello everyone, > > I was wondering why did the developers chose java for writing accumulo. > What advantage it has over using any other language say C++(in which > another popular nosql database MongoDB is written) in context of accumulo? > > Thanks > Vaibhav >
