Author: billie
Date: Wed Dec 14 16:46:41 2011
New Revision: 1214331

URL: http://svn.apache.org/viewvc?rev=1214331&view=rev
Log:
ACCUMULO-145 merged to trunk

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

Modified: incubator/accumulo/trunk/docs/examples/README.dirlist
URL: 
http://svn.apache.org/viewvc/incubator/accumulo/trunk/docs/examples/README.dirlist?rev=1214331&r1=1214330&r2=1214331&view=diff
==============================================================================
--- incubator/accumulo/trunk/docs/examples/README.dirlist (original)
+++ incubator/accumulo/trunk/docs/examples/README.dirlist Wed Dec 14 16:46:41 
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/trunk/docs/src/user_manual/chapters/administration.tex
URL: 
http://svn.apache.org/viewvc/incubator/accumulo/trunk/docs/src/user_manual/chapters/administration.tex?rev=1214331&r1=1214330&r2=1214331&view=diff
==============================================================================
--- incubator/accumulo/trunk/docs/src/user_manual/chapters/administration.tex 
(original)
+++ incubator/accumulo/trunk/docs/src/user_manual/chapters/administration.tex 
Wed Dec 14 16:46:41 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}}


Reply via email to