Mike Walch
Mike Walch
Update examples use `String` rather than `Text` where possible in the API
Improve upon the basic output of the `fluo list` command below by adding the start time of the Fluo application. Below is the output of current list ``` $ fluo...
Fluo stores extra data in Key/Value pairs returned from Accumulo. This data is retrieved using masks. It would cleaner to hide this hide the masking from the user and create...
The method `FluoAdminImpl.mergeZookeeperConfig` currently creates a curator to connect to Zookeeper. This method could accept a curator object and calls to it could be changed to limit the number of...
The descriptions for Fluo properties should be centralized and used to generate and both the properties files that go into tarball distribution and markdown document for documentation on project website.
Prior to #883, FluoExec read all configuration in fluo.properties and provided user with `FluoConfiguration` with everything set. After #883, all configuration is still provided but it is read from Zookeeper....
Currently, transactions have no caching or read-ahead. Implement a caching layer with read-ahead to satisfy the following: If the user usually read columns A and B, then when they read...
Create a web application that lists all Fluo applications running on cluster (assuming they all use the same Zookeeper root dir) and gives their basic status. Initially, Fluo status web...
While trying to run the phrasecount application on an EC2 cluster with multiple zookeepers setup, my attempt to call `fluo init` failed because my fluo.properties file was invalid. This was...
Method would be helpful for testing and could reside in Core rather than API. The method could wait for a notifications to process and then clear data using Accumulo API.