You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by bi...@apache.org on 2011/12/13 19:54:06 UTC

svn commit: r1213857 - in /incubator/accumulo/branches/1.4/docs: examples/README.dirlist src/user_manual/chapters/administration.tex

Author: billie
Date: Tue Dec 13 18:54:05 2011
New Revision: 1213857

URL: http://svn.apache.org/viewvc?rev=1213857&view=rev
Log:
ACCUMULO-145 fixed some docs

Modified:
    incubator/accumulo/branches/1.4/docs/examples/README.dirlist
    incubator/accumulo/branches/1.4/docs/src/user_manual/chapters/administration.tex

Modified: incubator/accumulo/branches/1.4/docs/examples/README.dirlist
URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.4/docs/examples/README.dirlist?rev=1213857&r1=1213856&r2=1213857&view=diff
==============================================================================
--- incubator/accumulo/branches/1.4/docs/examples/README.dirlist (original)
+++ incubator/accumulo/branches/1.4/docs/examples/README.dirlist Tue Dec 13 18:54:05 2011
@@ -31,13 +31,14 @@ This example shows how to use Accumulo t
  
 To begin, ingest some data with Ingest.java.
 
-    $ ./bin/accumulo org.apache.accumulo.examples.dirlist.Ingest instance zookeepers username password dirTable indexTable dataTable visibility 100000 /local/username/workspace
+    $ ./bin/accumulo org.apache.accumulo.examples.dirlist.Ingest instance zookeepers username password dirTable indexTable dataTable exampleVis 100000 /local/username/workspace
 
 This may take some time if there are large files in the /local/username/workspace directory.  If you use 0 instead of 100000 on the command line, the ingest will run much faster, but it will not put any file data into Accumulo (the dataTable will be empty).
 Note that running this example will create tables dirTable, indexTable, and dataTable in Accumulo that you should delete when you have completed the example.
 If you modify a file or add new files in the directory ingested (e.g. /local/username/workspace), you can run Ingest again to add new information into the Accumulo tables.
 
-To browse the data ingested, use Viewer.java.  Be sure to give the "username" user the authorizations to see the data.
+To browse the data ingested, use Viewer.java.  Be sure to give the "username" user the authorizations to see the data (in this case, run "setauths -u username -s exampleVis" in the shell, and use the string "exampleVis" as the "auths" in command lines below)
+.
 
     $ ./bin/accumulo org.apache.accumulo.examples.dirlist.Viewer instance zookeepers username password dirTable dataTable auths /local/username/workspace
 

Modified: incubator/accumulo/branches/1.4/docs/src/user_manual/chapters/administration.tex
URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.4/docs/src/user_manual/chapters/administration.tex?rev=1213857&r1=1213856&r2=1213857&view=diff
==============================================================================
--- incubator/accumulo/branches/1.4/docs/src/user_manual/chapters/administration.tex (original)
+++ incubator/accumulo/branches/1.4/docs/src/user_manual/chapters/administration.tex Tue Dec 13 18:54:05 2011
@@ -69,8 +69,8 @@ files.
 
 \subsection{Edit conf/accumulo-env.sh}
 
-Accumulo needs to know where to find the software it depends on. Edit accumulo-env.
-sh and specify the following:
+Accumulo needs to know where to find the software it depends on. Edit accumulo-env.sh 
+and specify the following:
 
 \begin{enumerate}
 \item{Enter the location of the installation directory of Accumulo for \texttt{\$ACCUMULO\_HOME}}