DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
2. Detailed description
2.1 New "TRASH" State
For accommodating trashing in Accumulo, a new state called TRASH \called TRASH [1\] should be added to the existing list of states viz, NEW, ONLINE, OFFLINE, DELETING, UNKNOWN. This can be added in in Wiki Markup
- org.apache.accumulo.core.master.state.tables.TableState
...
- general.trash.enable - Used to enable trashing feature in Accumulo. Can be done at runtime without restarts
- general.trash.timeout - Used to set the maximum time after which the tables in trash will be deleted automatically
- general.trash.maxspace - Used to set the maximum space allotted for tables in trash. When the space is exceeded, the table with oldest delete timestamp can be discarded to make space.
2.
...
5 API
New methods can be added to the supported table operations. These can be added to the interface TableOperations:
...
September 13
Midterm evaluation
September
...
14 - October 21
Implementation of the timeout feature in the master. Addition of configuration properties.
...