ACCUMULO-3627 Fix incorrect value in docs
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/29c82dbb Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/29c82dbb Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/29c82dbb Branch: refs/heads/master Commit: 29c82dbbdbf7a36c0d66f5f467237e97341d4829 Parents: 82ec9c1 Author: Josh Elser <els...@apache.org> Authored: Sun Apr 5 22:15:35 2015 -0400 Committer: Josh Elser <els...@apache.org> Committed: Sun Apr 5 22:15:35 2015 -0400 ---------------------------------------------------------------------- .../accumulo_user_manual/chapters/table_configuration.tex | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/29c82dbb/docs/src/main/latex/accumulo_user_manual/chapters/table_configuration.tex ---------------------------------------------------------------------- diff --git a/docs/src/main/latex/accumulo_user_manual/chapters/table_configuration.tex b/docs/src/main/latex/accumulo_user_manual/chapters/table_configuration.tex index 0e2eb8c..4b882b9 100644 --- a/docs/src/main/latex/accumulo_user_manual/chapters/table_configuration.tex +++ b/docs/src/main/latex/accumulo_user_manual/chapters/table_configuration.tex @@ -272,7 +272,7 @@ AgeOffFilter removes entries with timestamps more than <ttl> milliseconds old ----------> set org.apache.accumulo.core.iterators.user.AgeOffFilter parameter negate, default false keeps k/v that pass accept method, true rejects k/v that pass accept method: ----------> set org.apache.accumulo.core.iterators.user.AgeOffFilter parameter ttl, time to - live (milliseconds): 3000 + live (milliseconds): 30000 ----------> set org.apache.accumulo.core.iterators.user.AgeOffFilter parameter currentTime, if set, use the given value as the absolute time in milliseconds as the current time of day: user@myinstance filtertest> @@ -293,15 +293,15 @@ user@example filtertest> config -t filtertest -f iterator SCOPE | NAME | VALUE ---------+---------------------------------------------+------------------ table | table.iterator.majc.myfilter .............. | 10,org.apache.accumulo.core.iterators.user.AgeOffFilter -table | table.iterator.majc.myfilter.opt.ttl ...... | 3000 +table | table.iterator.majc.myfilter.opt.ttl ...... | 30000 table | table.iterator.majc.vers .................. | 20,org.apache.accumulo.core.iterators.VersioningIterator table | table.iterator.majc.vers.opt.maxVersions .. | 1 table | table.iterator.minc.myfilter .............. | 10,org.apache.accumulo.core.iterators.user.AgeOffFilter -table | table.iterator.minc.myfilter.opt.ttl ...... | 3000 +table | table.iterator.minc.myfilter.opt.ttl ...... | 30000 table | table.iterator.minc.vers .................. | 20,org.apache.accumulo.core.iterators.VersioningIterator table | table.iterator.minc.vers.opt.maxVersions .. | 1 table | table.iterator.scan.myfilter .............. | 10,org.apache.accumulo.core.iterators.user.AgeOffFilter -table | table.iterator.scan.myfilter.opt.ttl ...... | 3000 +table | table.iterator.scan.myfilter.opt.ttl ...... | 30000 table | table.iterator.scan.vers .................. | 20,org.apache.accumulo.core.iterators.VersioningIterator table | table.iterator.scan.vers.opt.maxVersions .. | 1 ---------+---------------------------------------------+------------------