fluo-uno
fluo-uno copied to clipboard
Apache Fluo Uno
Right now when using uno if I want to start external compactions or scan servers I need to stop accumulo change the cluster.yaml within the install folder and then start...
I have multiple tservers running on the same instance. If I kill one of them (kill -9 PID) and restart using the Accumulo scripts (accumulo-cluster or accumulo-service) then the logging...
With the changes in https://github.com/apache/accumulo/pull/2197 the encryption plugin (`plugins/accumulo-encryption.sh`) will need to be updated. The script will need to generate the new properties with something like: CS=$(jar -tvf "$ACCUMULO_HOME"/lib/accumulo-core-2.*.jar |...
Running Accumulo 2.1.0-SNAPSHOT, I expected to be able to see trace information printed to the console or something, when I ran `trace on` in the Accumulo shell (launched with `uno...
Adding smoke-test scripts to Uno that can run in TravisCI and verify Accumulo and Fluo start and work would be a really nice check to have for PRs. Not sure...
It would be nice to have a plugin that automates setting up Accumulo with Kerberos enabled. This would be nice to have before the 2.0 release to test that Kerberos...
It would be helpful to know which versions of Hadoop, Accumulo, Zookeeper are supported by uno
It would be nice to be able to run multiple ZK nodes for testing on a single uno instance (different ports).
There are instructions for Ubuntu. There could be similar ones for Mac OS X.
Currently, uno will just ignore extra arguments.