You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fluo.apache.org by cj...@apache.org on 2018/09/14 19:27:56 UTC

[fluo-uno] branch master updated: Update README to cover clean up. (#194)

This is an automated email from the ASF dual-hosted git repository.

cjmctague pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/fluo-uno.git


The following commit(s) were added to refs/heads/master by this push:
     new 68f7387  Update README to cover clean up. (#194)
68f7387 is described below

commit 68f738733d47534d255860a019a0f3b739f1f54e
Author: Sean Busbey <se...@gmail.com>
AuthorDate: Fri Sep 14 14:27:52 2018 -0500

    Update README to cover clean up. (#194)
---
 README.md | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 6888056..0315142 100644
--- a/README.md
+++ b/README.md
@@ -54,6 +54,11 @@ and password `secret` (set in the `uno.conf` file). Therefore, the shell can be
 accumulo shell -u root -p secret
 ```
 
+When you're all done testing out Accumulo you can clean up:
+```
+./bin/uno wipe
+```
+
 For a more complete understanding of Uno, please continue reading.
 
 ## Installation
@@ -113,7 +118,7 @@ upgrade components and need to download/build the latest version.
 
 ## Setup command
 
-The `setup` command will install the downloaded tarballs to the directory set by `$INSTALL` in your
+The `uno setup` command will install the downloaded tarballs to the directory set by `$INSTALL` in your
 `uno.conf` and run you local development cluster. The command can be run in several different ways:
 
 1. Sets up Apache Accumulo and its dependencies of Hadoop, ZooKeeper. This starts all processes and
@@ -161,6 +166,13 @@ to administer Fluo:
 If you run some tests and then want a fresh cluster, run the `setup` command again which will
 kill all running processes, clear any data and logs, and restart your cluster.
 
+## Wipe command
+
+The `uno wipe` command will kill all running processes for your local development cluster and clear
+all the data and logs. It does *not* delete the binary tarballs downloaded by the `fetch` command
+so you can use `setup` directly again in the future. If you need to reclaim the space used by
+the binary tarballs you'll have to manually delete them.
+
 ## Running Apache Fluo applications
 
 Before running an Apache Fluo application, it is recommended that you configure your shell using