ACCUMULO-2141 found a typo
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/a18e469e Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/a18e469e Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/a18e469e Branch: refs/heads/1.6.0-SNAPSHOT Commit: a18e469e922f937716aa0d69e0570219614a2220 Parents: 4c9a666 Author: Eric Newton <eric.new...@gmail.com> Authored: Mon Jan 6 18:33:35 2014 -0500 Committer: Eric Newton <eric.new...@gmail.com> Committed: Mon Jan 6 18:33:35 2014 -0500 ---------------------------------------------------------------------- docs/examples/README.dirlist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/a18e469e/docs/examples/README.dirlist ---------------------------------------------------------------------- diff --git a/docs/examples/README.dirlist b/docs/examples/README.dirlist index b60650f..e505cf9 100644 --- a/docs/examples/README.dirlist +++ b/docs/examples/README.dirlist @@ -56,7 +56,7 @@ To perform searches on file or directory names, also use QueryUtil.java. Search $ ./bin/accumulo org.apache.accumulo.examples.simple.dirlist.QueryUtil -i instance -z zookeepers -u username -p password -t indexTable --auths exampleVis --path filename --search $ ./bin/accumulo org.apache.accumulo.examples.simple.dirlist.QueryUtil -i instance -z zookeepers -u username -p password -t indexTable --auths exampleVis --path 'filename*' --search $ ./bin/accumulo org.apache.accumulo.examples.simple.dirlist.QueryUtil -i instance -z zookeepers -u username -p password -t indexTable --auths exampleVis --path '*jar' --search - $ ./bin/accumulo org.apache.accumulo.examples.simple.dirlist.QueryUtil -i instance -z zookeepers -u username -p password -t indexTable --auths exampleVis iipath 'filename*jar' --search + $ ./bin/accumulo org.apache.accumulo.examples.simple.dirlist.QueryUtil -i instance -z zookeepers -u username -p password -t indexTable --auths exampleVis --path 'filename*jar' --search To count the number of direct children (directories and files) and descendants (children and children's descendants, directories and files), run the FileCount over the dirTable table. The results are written back to the same table. FileCount reads from and writes to Accumulo. This requires scan authorizations for the read and a visibility for the data written.