dependabot[bot] [Thu, 1 Apr 2021 21:57:52 +0000 (17:57 -0400)]
Bump guava from 27.0-jre to 29.0-jre (#9)
Bumps [guava](https://github.com/google/guava) from 27.0-jre to 29.0-jre.
- [Release notes](https://github.com/google/guava/releases)
- [Commits](https://github.com/google/guava/commits)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] [Tue, 13 Oct 2020 04:29:14 +0000 (00:29 -0400)]
Bump junit from 4.11 to 4.13.1 (#7)
Bumps [junit](https://github.com/junit-team/junit4) from 4.11 to 4.13.1.
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.11.md)
- [Commits](https://github.com/junit-team/junit4/compare/r4.11...r4.13.1)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Christopher Tubbs [Mon, 5 Oct 2020 21:15:22 +0000 (17:15 -0400)]
Add .asf.yaml (#6)
Christopher Tubbs [Tue, 28 Jul 2020 21:01:58 +0000 (17:01 -0400)]
Bump commons-beanutils
CVE-2019-10086
Christopher Tubbs [Tue, 28 Jul 2020 18:02:25 +0000 (14:02 -0400)]
Bump commons-collections
CVE-2015-6420
Christopher Tubbs [Mon, 24 Feb 2020 22:29:41 +0000 (17:29 -0500)]
Slight update some plugins/deps
Mike Miller [Fri, 7 Jun 2019 18:11:03 +0000 (14:11 -0400)]
Minor fixes
Mike Miller [Fri, 7 Jun 2019 15:21:54 +0000 (11:21 -0400)]
Upgrade to lucene 7.1.0
Mike Miller [Thu, 6 Jun 2019 17:39:38 +0000 (13:39 -0400)]
Remove lucene-core dep
Christopher Tubbs [Wed, 5 Jun 2019 21:17:10 +0000 (17:17 -0400)]
Update lucene
Christopher Tubbs [Wed, 5 Jun 2019 20:59:06 +0000 (16:59 -0400)]
Build against Accumulo 2.0.0-alpha-2
Mike Miller [Mon, 22 Apr 2019 11:45:36 +0000 (07:45 -0400)]
Merge pull request #5 from bd2019us/ACCUMULO-4864
Use replace instead of replaceAll
bd2019us [Sat, 20 Apr 2019 20:13:56 +0000 (15:13 -0500)]
[ACCUMULO-4864]
A performance overhead is incurred by replaceAll() because it attempts to compile any regex expression. Using replace() instead when a regex is not utilized can save this performance overhead
Mike Walch [Fri, 3 Nov 2017 21:48:21 +0000 (17:48 -0400)]
ACCUMULO-4736 Created CONTRIBUTING.md (#4)
* Also added LICENSE & NOTICE files
Mike Miller [Fri, 17 Feb 2017 17:27:58 +0000 (12:27 -0500)]
Fix to use proper Accumulo API
Mike Miller [Thu, 16 Feb 2017 20:52:21 +0000 (15:52 -0500)]
Use hadoop-client dep instead of hadoop-common
Mike Miller [Wed, 4 Jan 2017 19:19:33 +0000 (14:19 -0500)]
Fixes to query for 1.8 Update
Mike Miller [Tue, 13 Dec 2016 19:25:52 +0000 (14:25 -0500)]
Updates to INSTALL.md with 1.8.0 upgrade
Mike Miller [Tue, 13 Dec 2016 19:01:02 +0000 (14:01 -0500)]
ACCUMULO-2446: Updated to 1.8.0
Mike Walch [Mon, 12 Dec 2016 20:26:41 +0000 (15:26 -0500)]
Updated wikisearch documentation
* Made documentation use markdown
* Combined regular and parellel install instructions
* Moved install instructions to INSTALL.md
* Pulled in design/performance documentation from website
Josh Elser [Thu, 9 Jul 2015 22:31:47 +0000 (18:31 -0400)]
ACCUMULO-2779 Clean up wikisearch poms, amended patch from David.
Bill Slacum [Wed, 19 Mar 2014 16:01:06 +0000 (12:01 -0400)]
Merge remote-tracking branch 'origin/1.4.5-SNAPSHOT' into 1.5.0
Conflicts:
ingest/bin/ingest_parallel.sh
ingest/pom.xml
pom.xml
query/pom.xml
Bill Slacum [Fri, 7 Feb 2014 06:14:57 +0000 (01:14 -0500)]
ACCUMULO-2446 Wikisearch now works with Accumulo 1.5.0 on both Hadoop 1.0.4 and
2.0.4-alpha.
Added unit tests that get activated under either hadoop profile. This was
necessary due to implementation changes with TaskAttemptContext.
Several runtime dependencies were explicitly added to the ingest and query
projects so that following deployment instructions required no extra steps.
Sean Busbey [Wed, 11 Dec 2013 06:28:46 +0000 (00:28 -0600)]
ACCUMULO-2020 Wikisearch should manage dependency conflicts.
Update enforcer plugin to require dependency convergence, fix conflicts.
Sean Busbey [Tue, 17 Dec 2013 15:12:51 +0000 (10:12 -0500)]
ACCUMULO-1882 wikisearch-ingest module fails to build.
Work around MDEP-187 by using prepare-package instead of process-resources to copy deps to the lib/ directory.
Sean Busbey [Fri, 13 Dec 2013 20:30:59 +0000 (14:30 -0600)]
ACCUMULO-2019 Fix packaging and deployment instructions for wikisearch query interface.
* update directions for project move to contrib
* update $ACCUMULO_HOME/lib/ext needs based on what ships with current Accumulo installation.
* update the dependencies included in the query dist tarball for the hadoop 2 profile.
Sean Busbey [Wed, 11 Dec 2013 08:18:37 +0000 (02:18 -0600)]
ACCUMULO-2018 Wikisearch Parallel Ingest script should use parallel configuration file.
make sure parallel ingester uses parallel config, per README.parallel
Sean Busbey [Wed, 11 Dec 2013 06:27:16 +0000 (00:27 -0600)]
ACCUMULO-2017 Wikisearch should use Guava instead of Google Collections.
replaces Google Collections with Google Guava because that's what Hadoop 2 uses internally and they conflict.
Bill Slacum [Fri, 7 Feb 2014 06:13:08 +0000 (01:13 -0500)]
Have builds working w/ hadoop 1. there's a test compilation failure with hadoop 2, so use -Dmaven.test.skip=true when building against hadoop 2 for now
Eric C. Newton [Tue, 1 May 2012 17:15:24 +0000 (17:15 +0000)]
ACCUMULO-564: turn TestQueryLogic unit test into a functioning unit test by completing the configuration
git-svn-id: https://svn.apache.org/repos/asf/accumulo/trunk/examples/wikisearch@
1332755 13f79535-47bb-0310-9956-
ffa450edef68
(cherry-picked from commit
7bab36a5fd968b287a4ebc1fff65bd2dcc79e8a3)
Reason: Hadoop2 compat
Author: Eric C. Newton <ecn@apache.org>
Ref: ACCUMULO-1977
Billie Rinaldi [Tue, 1 May 2012 14:35:39 +0000 (14:35 +0000)]
ACCUMULO-564 changes for 0.23 compile compatibility
git-svn-id: https://svn.apache.org/repos/asf/accumulo/trunk/examples/wikisearch@
1332674 13f79535-47bb-0310-9956-
ffa450edef68
(cherry picked from commit
201ebbadb38ba5f71e870ea28c6e0120a027c8e3)
Reason: Hadoop2 Compat
Author: Billie Rinaldi <billie@apache.org>
Ref: ACCUMULO-1977
Billie Rinaldi [Thu, 19 Apr 2012 20:22:16 +0000 (20:22 +0000)]
ACCUMULO-286 added context factory stuff
git-svn-id: https://svn.apache.org/repos/asf/accumulo/trunk@
1328104 13f79535-47bb-0310-9956-
ffa450edef68
(cherry picked from commit
0680b04bf03e2d6ad19ae3c368f6cb23f4e30056)
Reason: Testing
Author: Billie Rinaldi <billie@apache.org>
Ref: ACCUMULO-1792
Signed-off-by: Eric Newton <eric.newton@gmail.com>
Billie Rinaldi [Tue, 11 Dec 2012 00:01:39 +0000 (00:01 +0000)]
ACCUMULO-876 added maven profiles to assist in compiling against different versions of hadoop
git-svn-id: https://svn.apache.org/repos/asf/accumulo/trunk@
1419924 13f79535-47bb-0310-9956-
ffa450edef68
(cherry picked from commit
65c271c2a46b87eb0e4991d7fd7b6fbd7456c0a8)
Reason: Hadoop2 Compat
Author: Billie Rinaldi <billie@apache.org>
Ref: ACCUMULO-1792
This patch differs from upstream by fixing poms not in the accumulo 1.5 release and keeping the 1.4 specific build instructions in the README.
Author: Jonathan Hsieh <jon@cloudera.com>
Author: Sean Busbey <busbey@cloudera.com>
Signed-off-by: Eric Newton <eric.newton@gmail.com>
Christopher Tubbs [Wed, 9 Oct 2013 20:17:20 +0000 (16:17 -0400)]
Merge tag 'tags/1.4.4' into 1.4.5-SNAPSHOT
Ensure that 1.4.5 and later includes 1.4.4 history
Eric Newton [Fri, 30 Aug 2013 15:09:00 +0000 (11:09 -0400)]
ACCUMULO-1546 sliding the version since 1.4.4 has been released
Mike Drob [Thu, 15 Aug 2013 16:10:08 +0000 (12:10 -0400)]
[maven-release-plugin] prepare release 1.4.4-rc3
Mike Drob [Sun, 11 Aug 2013 16:42:50 +0000 (12:42 -0400)]
ACCUMULO-1546 manually removing snapshot version references
Mike Drob [Thu, 15 Aug 2013 05:34:24 +0000 (01:34 -0400)]
ACCUMULO-1546 fixing wikisearch pom to make maven release plugin happy
Mike Drob [Thu, 15 Aug 2013 05:15:47 +0000 (01:15 -0400)]
Revert "ACCUMULO-1546 updating pom version for 1.4.4 release"
This reverts commit
cd15fe21a604323745b1ca4b38da0ae14e9c6e90.
Mike Drob [Wed, 7 Aug 2013 20:27:07 +0000 (16:27 -0400)]
ACCUMULO-1546 updating pom version for 1.4.4 release
Andrew L. Farris [Thu, 27 Jun 2013 18:33:01 +0000 (18:33 +0000)]
Bare minimum to get Wikisearch to compile under 1.5.0-SNAPSHOT and maven-sort-plugin
git-svn-id: https://svn.apache.org/repos/asf/accumulo/contrib/wikisearch/trunk@
1497486 13f79535-47bb-0310-9956-
ffa450edef68
Christopher Tubbs [Tue, 7 May 2013 16:36:19 +0000 (16:36 +0000)]
ACCUMULO-970 revert 1.5.0-RC1
git-svn-id: https://svn.apache.org/repos/asf/accumulo/contrib/wikisearch/trunk@
1479973 13f79535-47bb-0310-9956-
ffa450edef68
Josh Elser [Sun, 17 Mar 2013 05:11:28 +0000 (05:11 +0000)]
ACCUMULO-1168 Merge back change to CHANGES from 1.4.3rc2 tag
git-svn-id: https://svn.apache.org/repos/asf/accumulo/branches/1.4@
1457375 13f79535-47bb-0310-9956-
ffa450edef68
Eric C. Newton [Mon, 11 Mar 2013 14:21:27 +0000 (14:21 +0000)]
ACCUMULO-1168 preparing 1.4.3 tag
git-svn-id: https://svn.apache.org/repos/asf/accumulo/branches/1.4.3@
1455159 13f79535-47bb-0310-9956-
ffa450edef68
Eric C. Newton [Mon, 11 Mar 2013 14:19:51 +0000 (14:19 +0000)]
ACCUMULO-1168 moving 1.4 branch to 1.4.4-SNAPSHOT
git-svn-id: https://svn.apache.org/repos/asf/accumulo/branches/1.4@
1455158 13f79535-47bb-0310-9956-
ffa450edef68
John Vines [Tue, 18 Dec 2012 17:38:46 +0000 (17:38 +0000)]
ACCUMULO-912 - fixing tests for fixed Mock
git-svn-id: https://svn.apache.org/repos/asf/accumulo/branches/1.4@
1423547 13f79535-47bb-0310-9956-
ffa450edef68
Eric C. Newton [Wed, 17 Oct 2012 12:35:26 +0000 (12:35 +0000)]
ACCUMULO-819 switch the version information in the 1.4 branch
git-svn-id: https://svn.apache.org/repos/asf/accumulo/branches/1.4@
1399202 13f79535-47bb-0310-9956-
ffa450edef68
Billie Rinaldi [Tue, 7 Aug 2012 19:17:43 +0000 (19:17 +0000)]
ACCUMULO-600 copied wikisearch to contrib
git-svn-id: https://svn.apache.org/repos/asf/accumulo/contrib/wikisearch/trunk@
1370445 13f79535-47bb-0310-9956-
ffa450edef68
David Medinets [Thu, 2 Aug 2012 00:49:34 +0000 (00:49 +0000)]
ACCUMULO-711 - javadoc cleanup
git-svn-id: https://svn.apache.org/repos/asf/accumulo/trunk/examples/wikisearch@
1368329 13f79535-47bb-0310-9956-
ffa450edef68
Billie Rinaldi [Thu, 26 Jul 2012 15:45:31 +0000 (15:45 +0000)]
ACCUMULO-653 switched some comparisons to equals
git-svn-id: https://svn.apache.org/repos/asf/accumulo/trunk/examples/wikisearch@
1366053 13f79535-47bb-0310-9956-
ffa450edef68
Adam Fuchs [Thu, 12 Jul 2012 21:08:23 +0000 (21:08 +0000)]
ACCUMULO-673
git-svn-id: https://svn.apache.org/repos/asf/accumulo/trunk/examples/wikisearch@
1360945 13f79535-47bb-0310-9956-
ffa450edef68
Eric C. Newton [Tue, 10 Jul 2012 12:39:52 +0000 (12:39 +0000)]
ACCUMULO-672 commit to trunk
git-svn-id: https://svn.apache.org/repos/asf/accumulo/trunk/examples/wikisearch@
1359639 13f79535-47bb-0310-9956-
ffa450edef68
Eric C. Newton [Fri, 6 Jul 2012 14:42:59 +0000 (14:42 +0000)]
ACCUMULO-614 slide version in 1.4 branch now that 1.4.1 has been released
git-svn-id: https://svn.apache.org/repos/asf/accumulo/branches/1.4@
1358245 13f79535-47bb-0310-9956-
ffa450edef68
Eric C. Newton [Fri, 6 Jul 2012 14:27:38 +0000 (14:27 +0000)]
ACCUMULO-665 pass the appropriate column families down to the underlying iterators so they stay out of document locality group
git-svn-id: https://svn.apache.org/repos/asf/accumulo/branches/1.4@
1358234 13f79535-47bb-0310-9956-
ffa450edef68
Eric C. Newton [Fri, 6 Jul 2012 13:41:02 +0000 (13:41 +0000)]
ACCUMULO-665 update AndIterator to seek to the right column families
git-svn-id: https://svn.apache.org/repos/asf/accumulo/branches/1.4@
1358206 13f79535-47bb-0310-9956-
ffa450edef68
Eric C. Newton [Thu, 5 Jul 2012 20:09:04 +0000 (20:09 +0000)]
ACCUMULO-673 fixed trival resource leaks, removed author tag, made servlets stateless, added missing option processing for username/password on the Merge command-line tool, removed password information from log messages
git-svn-id: https://svn.apache.org/repos/asf/accumulo/trunk/examples/wikisearch@
1357862 13f79535-47bb-0310-9956-
ffa450edef68
Eric C. Newton [Mon, 2 Jul 2012 18:53:15 +0000 (18:53 +0000)]
ACCUMULO-665: merge to 1.4 branch
git-svn-id: https://svn.apache.org/repos/asf/accumulo/branches/1.4@
1356403 13f79535-47bb-0310-9956-
ffa450edef68
Eric C. Newton [Mon, 2 Jul 2012 18:51:36 +0000 (18:51 +0000)]
ACCUMULO-665: AndIterator needs to reset column families on its source iterators to take advantage of locality groups
git-svn-id: https://svn.apache.org/repos/asf/accumulo/trunk/examples/wikisearch@
1356400 13f79535-47bb-0310-9956-
ffa450edef68
Eric C. Newton [Tue, 5 Jun 2012 13:18:22 +0000 (13:18 +0000)]
ACCUMULO-578 merge sandbox to trunk
git-svn-id: https://svn.apache.org/repos/asf/accumulo/trunk/examples/wikisearch@
1346380 13f79535-47bb-0310-9956-
ffa450edef68
John Vines [Thu, 17 May 2012 18:37:48 +0000 (18:37 +0000)]
ACCUMULO-478 - clean up dupe dependency. Also, formatting fixed
git-svn-id: https://svn.apache.org/repos/asf/accumulo/trunk/examples/wikisearch@
1339784 13f79535-47bb-0310-9956-
ffa450edef68
John Vines [Wed, 16 May 2012 21:20:36 +0000 (21:20 +0000)]
ACCUMULO-478 - Cleaned up pretty well. All other things they report are either internal dependencies (Accumulo pieces needing other Accumulo pieces) or
inconsitent dependency recognition (commons-logging vs. commons-logging-api and servlet-api vs. servlet-api-2.5)
git-svn-id: https://svn.apache.org/repos/asf/accumulo/trunk/examples/wikisearch@
1339372 13f79535-47bb-0310-9956-
ffa450edef68
Eric C. Newton [Tue, 1 May 2012 17:15:24 +0000 (17:15 +0000)]
ACCUMULO-564: turn TestQueryLogic unit test into a functioning unit test by completing the configuration
git-svn-id: https://svn.apache.org/repos/asf/accumulo/trunk/examples/wikisearch@
1332755 13f79535-47bb-0310-9956-
ffa450edef68
Billie Rinaldi [Tue, 1 May 2012 14:35:39 +0000 (14:35 +0000)]
ACCUMULO-564 changes for 0.23 compile compatibility
git-svn-id: https://svn.apache.org/repos/asf/accumulo/trunk/examples/wikisearch@
1332674 13f79535-47bb-0310-9956-
ffa450edef68
Billie Rinaldi [Thu, 19 Apr 2012 20:22:16 +0000 (20:22 +0000)]
ACCUMULO-286 added context factory stuff
git-svn-id: https://svn.apache.org/repos/asf/accumulo/trunk/examples/wikisearch@
1328104 13f79535-47bb-0310-9956-
ffa450edef68
Tony Stevenson [Mon, 26 Mar 2012 15:36:21 +0000 (15:36 +0000)]
Promote accumulo to a TLP -- INFRA-4568
git-svn-id: https://svn.apache.org/repos/asf/accumulo/trunk/examples/wikisearch@
1305403 13f79535-47bb-0310-9956-
ffa450edef68
Eric C. Newton [Thu, 22 Mar 2012 19:32:10 +0000 (19:32 +0000)]
ACCUMULO-485 ACCUMULO-486 ACCUMULO-484 ACCUMULO-411: merge to trunk
git-svn-id: https://svn.apache.org/repos/asf/incubator/accumulo/trunk/examples/wikisearch@
1304000 13f79535-47bb-0310-9956-
ffa450edef68
Billie Rinaldi [Thu, 22 Mar 2012 16:16:41 +0000 (16:16 +0000)]
ACCUMULO-481 updated versions
git-svn-id: https://svn.apache.org/repos/asf/incubator/accumulo/trunk/examples/wikisearch@
1303872 13f79535-47bb-0310-9956-
ffa450edef68
Eric C. Newton [Thu, 22 Mar 2012 15:40:40 +0000 (15:40 +0000)]
ACCUMULO-485 configure the example log level at info to simplify instructions
git-svn-id: https://svn.apache.org/repos/asf/incubator/accumulo/branches/1.4@
1303845 13f79535-47bb-0310-9956-
ffa450edef68
Eric C. Newton [Wed, 21 Mar 2012 19:44:58 +0000 (19:44 +0000)]
ACCUMULO-481: remove "incubating"
git-svn-id: https://svn.apache.org/repos/asf/incubator/accumulo/trunk/examples/wikisearch@
1303529 13f79535-47bb-0310-9956-
ffa450edef68
Eric C. Newton [Wed, 21 Mar 2012 19:44:40 +0000 (19:44 +0000)]
ACCUMULO-481: update revision, remove "incubating"
git-svn-id: https://svn.apache.org/repos/asf/incubator/accumulo/branches/1.4@
1303527 13f79535-47bb-0310-9956-
ffa450edef68
Billie Rinaldi [Tue, 20 Mar 2012 17:49:28 +0000 (17:49 +0000)]
ACCUMULO-469 ACCUMULO-471 ACCUMULO-472 merged to trunk
git-svn-id: https://svn.apache.org/repos/asf/incubator/accumulo/trunk/examples/wikisearch@
1303044 13f79535-47bb-0310-9956-
ffa450edef68
Eric C. Newton [Tue, 20 Mar 2012 17:38:23 +0000 (17:38 +0000)]
ACCUMULO-477 merge to trunk
git-svn-id: https://svn.apache.org/repos/asf/incubator/accumulo/trunk/examples/wikisearch@
1303036 13f79535-47bb-0310-9956-
ffa450edef68
Eric C. Newton [Tue, 20 Mar 2012 17:36:34 +0000 (17:36 +0000)]
ACCUMULO-477 use consistent names for options on IteratorSettings
git-svn-id: https://svn.apache.org/repos/asf/incubator/accumulo/branches/1.4@
1303034 13f79535-47bb-0310-9956-
ffa450edef68
Eric C. Newton [Tue, 20 Mar 2012 14:34:25 +0000 (14:34 +0000)]
ACCUMULO-474: merge to trunk
git-svn-id: https://svn.apache.org/repos/asf/incubator/accumulo/trunk/examples/wikisearch@
1302915 13f79535-47bb-0310-9956-
ffa450edef68
Eric C. Newton [Tue, 20 Mar 2012 14:32:50 +0000 (14:32 +0000)]
ACCUMULO-474: memoize ColumnVisibility objects to decrease memory usage
git-svn-id: https://svn.apache.org/repos/asf/incubator/accumulo/branches/1.4@
1302914 13f79535-47bb-0310-9956-
ffa450edef68
Eric C. Newton [Mon, 19 Mar 2012 16:47:41 +0000 (16:47 +0000)]
ACCUMULO-471 document the ability to run run over uncompressed data; allow the input to be split, don't send millions of duplicate metadata table entries
git-svn-id: https://svn.apache.org/repos/asf/incubator/accumulo/branches/1.4@
1302537 13f79535-47bb-0310-9956-
ffa450edef68
Billie Rinaldi [Mon, 19 Mar 2012 16:34:43 +0000 (16:34 +0000)]
ACCUMULO-469 added license headers
git-svn-id: https://svn.apache.org/repos/asf/incubator/accumulo/branches/1.4@
1302533 13f79535-47bb-0310-9956-
ffa450edef68
Billie Rinaldi [Wed, 14 Mar 2012 18:26:04 +0000 (18:26 +0000)]
ACCUMULO-464 ACCUMULO-465 cleaned up a few relative directories related to the removal of src
git-svn-id: https://svn.apache.org/repos/asf/incubator/accumulo/trunk/examples/wikisearch@
1300676 13f79535-47bb-0310-9956-
ffa450edef68
Benson Margulies [Tue, 13 Mar 2012 19:55:40 +0000 (19:55 +0000)]
ACCUMULO-464: hoist all subdirs of src to the toplevel, and tweak pathnames to go match.
git-svn-id: https://svn.apache.org/repos/asf/incubator/accumulo/trunk/examples/wikisearch@
1300311 13f79535-47bb-0310-9956-
ffa450edef68
Eric C. Newton [Mon, 12 Mar 2012 19:16:31 +0000 (19:16 +0000)]
ACCUMULO-446 ACCUMULO-447 ACCUMULO-460: merge to trunk
git-svn-id: https://svn.apache.org/repos/asf/incubator/accumulo/trunk/src/examples/wikisearch@
1299797 13f79535-47bb-0310-9956-
ffa450edef68
Eric C. Newton [Mon, 12 Mar 2012 19:06:21 +0000 (19:06 +0000)]
ACCUMULO-446 ACCUMULO-447 fix "or" conditions, partition ranges, jump's and document debug logging
git-svn-id: https://svn.apache.org/repos/asf/incubator/accumulo/branches/1.4@
1299791 13f79535-47bb-0310-9956-
ffa450edef68
Billie Rinaldi [Mon, 5 Mar 2012 22:49:35 +0000 (22:49 +0000)]
ACCUMULO-441 ACCUMULO-411 merged javadocs fixes from trunk to 1.4 and added better links
git-svn-id: https://svn.apache.org/repos/asf/incubator/accumulo/branches/1.4@
1297265 13f79535-47bb-0310-9956-
ffa450edef68
Billie Rinaldi [Fri, 2 Mar 2012 22:45:37 +0000 (22:45 +0000)]
ACCUMULO-145 ACCUMULO-405 merged to trunk
git-svn-id: https://svn.apache.org/repos/asf/incubator/accumulo/trunk/src/examples/wikisearch@
1296504 13f79535-47bb-0310-9956-
ffa450edef68
Billie Rinaldi [Fri, 2 Mar 2012 18:56:01 +0000 (18:56 +0000)]
ACCUMULO-438 renamed cloudtrace package - merged to trunk
git-svn-id: https://svn.apache.org/repos/asf/incubator/accumulo/trunk/src/examples/wikisearch@
1296383 13f79535-47bb-0310-9956-
ffa450edef68
David Medinets [Fri, 2 Mar 2012 11:53:23 +0000 (11:53 +0000)]
fixes to javadocs warnings as per ACCUMULO-441
git-svn-id: https://svn.apache.org/repos/asf/incubator/accumulo/trunk/src/examples/wikisearch@
1296160 13f79535-47bb-0310-9956-
ffa450edef68
John Vines [Fri, 17 Feb 2012 20:56:11 +0000 (20:56 +0000)]
merging ACCUMULO-390
git-svn-id: https://svn.apache.org/repos/asf/incubator/accumulo/trunk/src/examples/wikisearch@
1245758 13f79535-47bb-0310-9956-
ffa450edef68
Adam Fuchs [Fri, 17 Feb 2012 18:00:57 +0000 (18:00 +0000)]
ACCUMULO-375 made min input split size configurable
git-svn-id: https://svn.apache.org/repos/asf/incubator/accumulo/branches/1.4@
1245684 13f79535-47bb-0310-9956-
ffa450edef68
Billie Rinaldi [Fri, 17 Feb 2012 17:50:48 +0000 (17:50 +0000)]
ACCUMULO-242 added many references to apache accumulo - merged to trunk and site
git-svn-id: https://svn.apache.org/repos/asf/incubator/accumulo/trunk/src/examples/wikisearch@
1245682 13f79535-47bb-0310-9956-
ffa450edef68
Billie Rinaldi [Fri, 17 Feb 2012 17:06:06 +0000 (17:06 +0000)]
ACCUMULO-242 added many references to apache accumulo - merged to 1.4
git-svn-id: https://svn.apache.org/repos/asf/incubator/accumulo/branches/1.4@
1245655 13f79535-47bb-0310-9956-
ffa450edef68
Eric C. Newton [Fri, 17 Feb 2012 16:12:25 +0000 (16:12 +0000)]
ACCUMULO-412 merge to trunk
git-svn-id: https://svn.apache.org/repos/asf/incubator/accumulo/trunk/src/examples/wikisearch@
1245634 13f79535-47bb-0310-9956-
ffa450edef68
Eric C. Newton [Fri, 17 Feb 2012 16:03:47 +0000 (16:03 +0000)]
ACCUMULO-412 fix index search
git-svn-id: https://svn.apache.org/repos/asf/incubator/accumulo/branches/1.4@
1245631 13f79535-47bb-0310-9956-
ffa450edef68
John Vines [Thu, 16 Feb 2012 22:47:01 +0000 (22:47 +0000)]
Merging ACCUMULO-413, plus other things. Come on people, merge!
git-svn-id: https://svn.apache.org/repos/asf/incubator/accumulo/trunk/src/examples/wikisearch@
1245233 13f79535-47bb-0310-9956-
ffa450edef68
Adam Fuchs [Thu, 16 Feb 2012 20:46:37 +0000 (20:46 +0000)]
ACCUMULO-375 it is important to close a MultiThreadedBatchWriter when you are done with it
git-svn-id: https://svn.apache.org/repos/asf/incubator/accumulo/branches/1.4@
1245170 13f79535-47bb-0310-9956-
ffa450edef68
Adam Fuchs [Thu, 16 Feb 2012 19:54:31 +0000 (19:54 +0000)]
ACCUMULO-375 hybridized ingest to use some bulk and some streaming
git-svn-id: https://svn.apache.org/repos/asf/incubator/accumulo/branches/1.4@
1245142 13f79535-47bb-0310-9956-
ffa450edef68
John Vines [Wed, 15 Feb 2012 21:30:57 +0000 (21:30 +0000)]
merging ACCUMULO-390 and what the otehrs have been working on
git-svn-id: https://svn.apache.org/repos/asf/incubator/accumulo/trunk/src/examples/wikisearch@
1244743 13f79535-47bb-0310-9956-
ffa450edef68
Adam Fuchs [Tue, 14 Feb 2012 14:46:37 +0000 (14:46 +0000)]
ACCUMULO-375
git-svn-id: https://svn.apache.org/repos/asf/incubator/accumulo/branches/1.4@
1243961 13f79535-47bb-0310-9956-
ffa450edef68
Adam Fuchs [Mon, 13 Feb 2012 13:49:12 +0000 (13:49 +0000)]
ACCUMULO-381 added a bulk ingest option for wikisearch ingest
git-svn-id: https://svn.apache.org/repos/asf/incubator/accumulo/branches/1.4@
1243506 13f79535-47bb-0310-9956-
ffa450edef68
Keith Turner [Thu, 9 Feb 2012 20:20:44 +0000 (20:20 +0000)]
ACCUMULO-300 ACCUMULO-303 ACCUMULO-381 merged from 1.4
git-svn-id: https://svn.apache.org/repos/asf/incubator/accumulo/trunk/src/examples/wikisearch@
1242503 13f79535-47bb-0310-9956-
ffa450edef68
Adam Fuchs [Thu, 9 Feb 2012 18:09:36 +0000 (18:09 +0000)]
ACCUMULO-381 fixed missing runtime dependency
git-svn-id: https://svn.apache.org/repos/asf/incubator/accumulo/branches/1.4@
1242426 13f79535-47bb-0310-9956-
ffa450edef68
Keith Turner [Thu, 9 Feb 2012 15:07:38 +0000 (15:07 +0000)]
ACCUMULO-381 merged form 1.4
git-svn-id: https://svn.apache.org/repos/asf/incubator/accumulo/trunk/src/examples/wikisearch@
1242352 13f79535-47bb-0310-9956-
ffa450edef68