Scylla JMX proxy
7416bc79cf
This adds the ability to build CentOS packages from Fedora - scylla already has it. Aside from that, this guarantees that the build will work in any system. In particular, by default rpmbuild is not given network access in some of the systems I tested, causing the build to fail as it tries to contact the maven repo. This file is just a copy of the one provided by Centos' mock, with the option to allow rpmbuild network added. Signed-off-by: Glauber Costa <glauber@scylladb.com> |
||
---|---|---|
dist | ||
scripts | ||
src/main/java | ||
git-archive-all-license.txt | ||
LICENSE.AGPL | ||
NOTICE | ||
pom.xml | ||
README.md | ||
SCYLLA-VERSION-GEN |
Scylla JMX Server
Scylla JMX server implements the Apache Cassandra JMX interface for compatibility with tooling such as nodetool
. The JMX server uses Scylla's REST API to communicate with a Scylla server.
Compiling
To compile JMX server, run:
$ mvn package
Running
To start the JMX server, run:
$ ./scripts/scylla-jmx
To get help on supported options:
$ ./scripts/scylla-jmx --help