ACCUMULO-3008 Fix hdfs output path
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/9f3cbb30 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/9f3cbb30 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/9f3cbb30 Branch: refs/heads/master Commit: 9f3cbb30de0fa1115d70cacdccda4e290ad657be Parents: 6ffcb1d Author: Josh Elser <els...@apache.org> Authored: Wed Jul 23 00:50:19 2014 -0400 Committer: Josh Elser <els...@apache.org> Committed: Wed Jul 23 00:50:19 2014 -0400 ---------------------------------------------------------------------- docs/examples/README.regex | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/9f3cbb30/docs/examples/README.regex ---------------------------------------------------------------------- diff --git a/docs/examples/README.regex b/docs/examples/README.regex index f23190f..ba03abb 100644 --- a/docs/examples/README.regex +++ b/docs/examples/README.regex @@ -51,8 +51,7 @@ The following will search for any rows in the input table that starts with "dog" We can see the output of our little map-reduce job: - $ hadoop fs -text /tmp/output/output/part-m-00000 + $ hadoop fs -text /tmp/output/part-m-00000 dogrow dogcf:dogcq [] 1357844987994 false dogvalue - $