Hi everyone, I just filed a Jira related to the Zookeeper Inspector contrib project here:
https://issues.apache.org/jira/browse/ZOOKEEPER-3943 I just wanted to reach out and make sure I'm going about attempting to use it correctly. I just ran "mvn clean install -DskipTests" at all levels of the code tree and then attempted to use both the "zooInspector.sh" script and invoke the Java directly (with all the CLASSPATH set up properly). It seems like the core of my issue was that the icons for the UI couldn't be found (they don't seem to get built into the JAR by default) and resulted in a bunch of NullPointerExceptions. I put a proposal to fix this in the Jira, but wanted to make sure it seems like an acceptable approach and double-check that I'm not just doing something incorrectly. If this seems OK and nobody is actively working on this already, I'd be happy to submit a PR if it would help. Thanks!
