Keith Turner
Keith Turner
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...
If we ever want to go the docker route with fluo-dev should look into https://github.com/pomadchin/geo-env I do like everything running natively for performance testing... not sure what performance would be...
Would be nice to document in readme the minimum ram fluo-dev has been tested with. The minimum I have run fluo-dev on is a laptop w/ 8G. Not really sure...
Need to optimize the Accumulo settings for fluo.
Some ansible task modify the muchos props file. This could be surprising for a user that wishes to get repeatable performance from a config file. Also, there may be confusing...
I tried running 2 tablet servers per node and had to add the following to accumulo-site.xml. Would be nice to just add these. ```xml tserver.port.search true replication.receipt.service.port 10002-10009 ```
The property `twill_reserve_mem_mb` in `muchos.props` no longer works to configure reserved memory. Currently a Twill property is set in `yarn-site.xml` which needs to be removed. Could configure fluo-yarn to use...
Currently the cluster stats plots CPU and load. It would be nice to plot disk I/O and network I/O rates also.
I setup a 10 node cluster and forgot to annotate a node for Fluo before running setup. So I annotated a node with fluo and ran setup again. After this...
Now that [ACCUMULO-2388](https://issues.apache.org/jira/browse/ACCUMULO-2388) is fixed, should be able to drop the following from accumulo-site.xml : ``` xml general.rpc.timeout 240s ```