Clustermeister provides a framework for easy code execution and testing on remote and distributed Java Virtual Machines (JVM). Specifically it provides utilities to facilitate remote code deployment scenarios and an API to execute code on remote JVMs.
Node and Driver startup is way to complex and badly designed.
It makes it difficult to debug and to work on other issues related to logging or system properties.
The goal is to simplyfy node and driver startup or at least abstract from the details such that implementing new features, even when they need to be implemented in node or driver JVMs, is straight forward and does not require understanding of the entire process.
Node and Driver startup is way to complex and badly designed.
It makes it difficult to debug and to work on other issues related to logging or system properties.
The goal is to simplyfy node and driver startup or at least abstract from the details such that implementing new features, even when they need to be implemented in node or driver JVMs, is straight forward and does not require understanding of the entire process.