GitHub user poornachandra opened a pull request: https://github.com/apache/incubator-tephra/pull/62
TEPHRA-245 Improve prune debug tool JIRA - https://issues.apache.org/jira/browse/TEPHRA-245 Changes: 1. Improve documentation 2. Accept relative time as parameter 3. Print human readable dates 4. Sort the idle regions by prune upper bound 5. Fix warnings 6. Add test case You can merge this pull request into a Git repository by running: $ git pull https://github.com/poornachandra/incubator-tephra feature/prune-debug-tool Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-tephra/pull/62.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #62 ---- commit f62d6a2b490c706c1e6280a70cc5b3155eda239d Author: poorna <poo...@cask.co> Date: 2017-09-14T00:08:29Z TEPHRA-245 Add TimeMathParser to parse relative time commit 6805f42f9c8ff25989e583e29a84fe33fd5ec051 Author: poorna <poo...@cask.co> Date: 2017-09-15T04:57:37Z TEPHRA-245 Improve prune debug tool 1. Improve documentation 2. Accept relative time as parameter 3. Print human readable dates 4. Sort the idle regions by prune upper bound 5. Fix warnings 6. Add test case ---- ---