You are viewing a plain text version of this content. The canonical link for it is here.
- [1/4] git commit: ACCUMULO-2298 chunking up ExamplesIT - posted by vi...@apache.org on 2014/02/01 03:31:21 UTC, 0 replies.
- [2/4] git commit: ACCUMULO-2295 IT timing adjustments - posted by vi...@apache.org on 2014/02/01 03:31:22 UTC, 0 replies.
- [3/4] git commit: ACCUMULO-2306 - Adding prefix for the files - posted by vi...@apache.org on 2014/02/01 03:31:23 UTC, 0 replies.
- [4/4] git commit: ACCUMULO-2307 purging -ssl directories - posted by vi...@apache.org on 2014/02/01 03:31:24 UTC, 0 replies.
- [1/5] git commit: ACCUMULO-2298 chunking up ExamplesIT - posted by vi...@apache.org on 2014/02/01 03:31:33 UTC, 0 replies.
- [2/5] git commit: ACCUMULO-2295 IT timing adjustments - posted by vi...@apache.org on 2014/02/01 03:31:34 UTC, 0 replies.
- [3/5] git commit: ACCUMULO-2306 - Adding prefix for the files - posted by vi...@apache.org on 2014/02/01 03:31:35 UTC, 0 replies.
- [4/5] git commit: ACCUMULO-2307 purging -ssl directories - posted by vi...@apache.org on 2014/02/01 03:31:36 UTC, 0 replies.
- [5/5] git commit: Merge remote-tracking branch 'origin/1.6.0-SNAPSHOT' - posted by vi...@apache.org on 2014/02/01 03:31:37 UTC, 1 replies.
- [1/6] git commit: ACCUMULO-2296 Exclude thrift-generated sources from findbugs report - posted by el...@apache.org on 2014/02/01 04:16:52 UTC, 0 replies.
- [2/6] git commit: ACCUMULO-2296 Exclude thrift-generated sources from findbugs report - posted by el...@apache.org on 2014/02/01 04:16:53 UTC, 0 replies.
- [3/6] git commit: ACCUMULO-2296 Exclude thrift-generated sources from findbugs report - posted by el...@apache.org on 2014/02/01 04:16:54 UTC, 0 replies.
- [4/6] git commit: Merge branch '1.5.1-SNAPSHOT' into 1.6.0-SNAPSHOT - posted by el...@apache.org on 2014/02/01 04:16:55 UTC, 18 replies.
- [5/6] git commit: Merge branch '1.5.1-SNAPSHOT' into 1.6.0-SNAPSHOT - posted by el...@apache.org on 2014/02/01 04:16:56 UTC, 18 replies.
- [6/6] git commit: Merge branch '1.6.0-SNAPSHOT' - posted by el...@apache.org on 2014/02/01 04:16:57 UTC, 18 replies.
- [01/26] git commit: ACCUMULO-2220 supporting ACCUMULO_CONF_DIR in test/system/bench - posted by el...@apache.org on 2014/02/01 04:23:00 UTC, 0 replies.
- [02/26] git commit: Merge remote-tracking branch 'origin/1.4.5-SNAPSHOT' into 1.5.1-SNAPSHOT - posted by el...@apache.org on 2014/02/01 04:23:01 UTC, 0 replies.
- [03/26] git commit: ACCUMULO-2296 Exclude thrift-generated sources from findbugs report - posted by el...@apache.org on 2014/02/01 04:23:02 UTC, 0 replies.
- [04/26] git commit: ACCUMULO-2292 Fix findbugs errors in trace module - posted by el...@apache.org on 2014/02/01 04:23:03 UTC, 0 replies.
- [05/26] git commit: Fix an InputFormatBase blunder, add defensive copies, and lots of UTF8 - posted by el...@apache.org on 2014/02/01 04:23:04 UTC, 0 replies.
- [06/26] git commit: More String UTF8 charsets and add Serializable to the Comparator to make sure the TreeMap is thus also serializable. - posted by el...@apache.org on 2014/02/01 04:23:05 UTC, 0 replies.
- [07/26] git commit: Make Comparators Serializable too, UTF8, and entrySet instead of keySet - posted by el...@apache.org on 2014/02/01 04:23:06 UTC, 0 replies.
- [08/26] git commit: More utf8, avoid unnecessary String creation and Long creation. - posted by el...@apache.org on 2014/02/01 04:23:07 UTC, 0 replies.
- [09/26] git commit: ACCUMULO-2292 Use the constant utf8 Charset already defined. - posted by el...@apache.org on 2014/02/01 04:23:08 UTC, 0 replies.
- [10/26] git commit: Ensure streams are closed and use utf8 encoding. - posted by el...@apache.org on 2014/02/01 04:23:09 UTC, 0 replies.
- [11/26] git commit: Eliminiate an extra string creation unnecessarily - posted by el...@apache.org on 2014/02/01 04:23:10 UTC, 0 replies.
- [12/26] git commit: ACCUMULO-2292 Remove unnecessary imports - posted by el...@apache.org on 2014/02/01 04:23:11 UTC, 0 replies.
- [13/26] git commit: Change keySet iterator to an entrySet iterator to avoid an extra get call on the Map - posted by el...@apache.org on 2014/02/01 04:23:12 UTC, 0 replies.
- [14/26] git commit: Lots of Constants.UTF8 usages on String constructor and toBytes() calls - posted by el...@apache.org on 2014/02/01 04:23:13 UTC, 0 replies.
- [15/26] git commit: Missed a UTF8 and an unnecessary String creation. - posted by el...@apache.org on 2014/02/01 04:23:14 UTC, 0 replies.
- [16/26] git commit: UTF8 fixes for MAC - posted by el...@apache.org on 2014/02/01 04:23:15 UTC, 0 replies.
- [17/26] git commit: utf8 encoding, replace unix newlines for system-dependent newlines, add Serializable to comparator, and avoid Long/Short constructor use when we have a primitive already. - posted by el...@apache.org on 2014/02/01 04:23:16 UTC, 0 replies.
- [18/26] git commit: Remove System.exit's from AdminUtil and lift them to the Admin class with the main method. Add UTF8 charset to AdminUtil where necessary. - posted by el...@apache.org on 2014/02/01 04:23:17 UTC, 0 replies.
- [19/26] git commit: UTF8, entrySet instead of keySet and removal of an unnecessary static var. - posted by el...@apache.org on 2014/02/01 04:23:18 UTC, 0 replies.
- [20/26] UTF8 and Integer/Long fixes to the test module - posted by el...@apache.org on 2014/02/01 04:23:19 UTC, 0 replies.
- [21/26] git commit: UTF8 and Integer/Long fixes to the test module - posted by el...@apache.org on 2014/02/01 04:23:20 UTC, 0 replies.
- [22/26] git commit: Fix some missing imports - posted by el...@apache.org on 2014/02/01 04:23:21 UTC, 0 replies.
- [23/26] git commit: Fix start and proxy - posted by el...@apache.org on 2014/02/01 04:23:22 UTC, 0 replies.
- [24/26] UTF8, entrySet instead of keySet, unnecessary object creation and string concat. - posted by el...@apache.org on 2014/02/01 04:23:23 UTC, 0 replies.
- [25/26] git commit: UTF8, entrySet instead of keySet, unnecessary object creation and string concat. - posted by el...@apache.org on 2014/02/01 04:23:24 UTC, 0 replies.
- [26/26] git commit: UTF8, unnecessary object creation (String, Boolean) - posted by el...@apache.org on 2014/02/01 04:23:25 UTC, 0 replies.
- git commit: ACCUMULO-1917 - updated loadDefault javadocs and cleans spurious @param, @return, and @throws tags - posted by vi...@apache.org on 2014/02/03 18:21:31 UTC, 0 replies.
- git commit: ACCUMULO-2312 test was expecting overly wrapped errors - posted by vi...@apache.org on 2014/02/03 20:39:35 UTC, 0 replies.
- git commit: Revert "ACCUMULO-2312 test was expecting overly wrapped errors" - posted by vi...@apache.org on 2014/02/03 21:32:11 UTC, 0 replies.
- [01/13] git commit: ACCUMULO-1917 - updated loadDefault javadocs and cleans spurious @param, @return, and @throws tags - posted by el...@apache.org on 2014/02/03 21:48:49 UTC, 0 replies.
- [02/13] git commit: ACCUMULO-1472 Rely solely on classpath from the invoking application and prevent extra warnings from being logged. - posted by el...@apache.org on 2014/02/03 21:48:50 UTC, 0 replies.
- [03/13] git commit: ACCUMULO-1472 Rely solely on classpath from the invoking application and prevent extra warnings from being logged. - posted by el...@apache.org on 2014/02/03 21:48:51 UTC, 0 replies.
- [04/13] git commit: ACCUMULO-1472 Rely solely on classpath from the invoking application and prevent extra warnings from being logged. - posted by el...@apache.org on 2014/02/03 21:48:52 UTC, 0 replies.
- [05/13] git commit: ACCUMULO-1472 Rely solely on classpath from the invoking application and prevent extra warnings from being logged. - posted by el...@apache.org on 2014/02/03 21:48:53 UTC, 0 replies.
- [06/13] git commit: Merge branch '1.4.5-SNAPSHOT' into 1.5.1-SNAPSHOT - posted by el...@apache.org on 2014/02/03 21:48:54 UTC, 0 replies.
- [07/13] git commit: Merge branch '1.4.5-SNAPSHOT' into 1.5.1-SNAPSHOT - posted by el...@apache.org on 2014/02/03 21:48:55 UTC, 0 replies.
- [08/13] git commit: Merge branch '1.4.5-SNAPSHOT' into 1.5.1-SNAPSHOT - posted by el...@apache.org on 2014/02/03 21:48:56 UTC, 0 replies.
- [09/13] git commit: ACCUMULO-2312 test was expecting overly wrapped errors - posted by el...@apache.org on 2014/02/03 21:48:57 UTC, 0 replies.
- [10/13] git commit: Merge branch '1.5.1-SNAPSHOT' into 1.6.0-SNAPSHOT - posted by el...@apache.org on 2014/02/03 21:48:58 UTC, 0 replies.
- [11/13] git commit: Merge branch '1.5.1-SNAPSHOT' into 1.6.0-SNAPSHOT - posted by el...@apache.org on 2014/02/03 21:48:59 UTC, 0 replies.
- [12/13] git commit: Merge branch '1.6.0-SNAPSHOT' - posted by el...@apache.org on 2014/02/03 21:49:00 UTC, 0 replies.
- [13/13] git commit: Merge branch '1.6.0-SNAPSHOT' of https://git-wip-us.apache.org/repos/asf/accumulo into 1.6.0-SNAPSHOT - posted by el...@apache.org on 2014/02/03 21:49:01 UTC, 0 replies.
- [01/12] git commit: Revert "ACCUMULO-2312 test was expecting overly wrapped errors" - posted by bh...@apache.org on 2014/02/03 23:38:52 UTC, 0 replies.
- [02/12] git commit: Merge branch '1.6.0-SNAPSHOT' of https://git-wip-us.apache.org/repos/asf/accumulo into 1.6.0-SNAPSHOT - posted by bh...@apache.org on 2014/02/03 23:38:53 UTC, 0 replies.
- [03/12] git commit: ACCUMULO-2314 Fix nit typographical/grammar issues. - posted by bh...@apache.org on 2014/02/03 23:38:54 UTC, 0 replies.
- [04/12] git commit: ACCUMULO-2314 Fix nit typographical/grammar issues. - posted by bh...@apache.org on 2014/02/03 23:38:55 UTC, 0 replies.
- [05/12] git commit: ACCUMULO-2314 Fix nit typographical/grammar issues. - posted by bh...@apache.org on 2014/02/03 23:38:56 UTC, 0 replies.
- [06/12] git commit: ACCUMULO-2314 Fix nit typographical/grammar issues. - posted by bh...@apache.org on 2014/02/03 23:38:57 UTC, 0 replies.
- [07/12] git commit: Merge branch '1.4.5-SNAPSHOT' into 1.5.1-SNAPSHOT (-sours) - posted by bh...@apache.org on 2014/02/03 23:38:58 UTC, 0 replies.
- [08/12] git commit: Merge branch '1.4.5-SNAPSHOT' into 1.5.1-SNAPSHOT (-sours) - posted by bh...@apache.org on 2014/02/03 23:38:59 UTC, 0 replies.
- [09/12] git commit: Merge branch '1.4.5-SNAPSHOT' into 1.5.1-SNAPSHOT (-sours) - posted by bh...@apache.org on 2014/02/03 23:39:00 UTC, 0 replies.
- [10/12] git commit: Merge branch '1.5.1-SNAPSHOT' into 1.6.0-SNAPSHOT - posted by bh...@apache.org on 2014/02/03 23:39:01 UTC, 1 replies.
- [11/12] git commit: Merge branch '1.5.1-SNAPSHOT' into 1.6.0-SNAPSHOT - posted by bh...@apache.org on 2014/02/03 23:39:02 UTC, 1 replies.
- [12/12] git commit: Merge branch '1.6.0-SNAPSHOT' - posted by bh...@apache.org on 2014/02/03 23:39:03 UTC, 1 replies.
- [1/2] git commit: ACCUMULO-2316 No more namespacenotfound for table requests - posted by vi...@apache.org on 2014/02/04 00:29:08 UTC, 0 replies.
- [2/2] git commit: ACCUMULO-2318 making rename's second argument require a namespace - posted by vi...@apache.org on 2014/02/04 00:29:09 UTC, 0 replies.
- git commit: ACCUMULO-2317 banishing loadDefault(String) and providing adequate documentation to the constructor - posted by vi...@apache.org on 2014/02/04 00:34:59 UTC, 0 replies.
- git commit: ACCUMULO-2312 NPE fixed by 2316/2318, but making message better - posted by vi...@apache.org on 2014/02/04 00:39:40 UTC, 0 replies.
- [1/5] git commit: ACCUMULO-2316 No more namespacenotfound for table requests - posted by vi...@apache.org on 2014/02/04 00:40:35 UTC, 0 replies.
- [2/5] git commit: ACCUMULO-2318 making rename's second argument require a namespace - posted by vi...@apache.org on 2014/02/04 00:40:36 UTC, 0 replies.
- [3/5] git commit: ACCUMULO-2317 banishing loadDefault(String) and providing adequate documentation to the constructor - posted by vi...@apache.org on 2014/02/04 00:40:37 UTC, 0 replies.
- [4/5] git commit: ACCUMULO-2312 NPE fixed by 2316/2318, but making message better - posted by vi...@apache.org on 2014/02/04 00:40:38 UTC, 0 replies.
- git commit: ACCUMULO-2317 Missed these errors - posted by vi...@apache.org on 2014/02/04 01:04:12 UTC, 0 replies.
- git commit: ACCUMULO-2248 properly catch wrapped NamespaceNotFoundException in concurrent - posted by vi...@apache.org on 2014/02/04 01:09:26 UTC, 0 replies.
- [1/3] git commit: ACCUMULO-2317 Missed these errors - posted by vi...@apache.org on 2014/02/04 01:11:14 UTC, 0 replies.
- [2/3] git commit: ACCUMULO-2248 properly catch wrapped NamespaceNotFoundException in concurrent - posted by vi...@apache.org on 2014/02/04 01:11:15 UTC, 0 replies.
- [3/3] git commit: Merge remote-tracking branch 'origin/1.6.0-SNAPSHOT' - posted by vi...@apache.org on 2014/02/04 01:11:16 UTC, 1 replies.
- [01/16] git commit: ACCUMULO-2060 Add a better defaults to the classloader defaults. - posted by el...@apache.org on 2014/02/04 01:19:13 UTC, 0 replies.
- [02/16] git commit: ACCUMULO-2060 Add a better defaults to the classloader defaults. - posted by el...@apache.org on 2014/02/04 01:19:14 UTC, 0 replies.
- [03/16] git commit: ACCUMULO-2060 Add a better defaults to the classloader defaults. - posted by el...@apache.org on 2014/02/04 01:19:15 UTC, 0 replies.
- [04/16] git commit: ACCUMULO-2060 Add a better defaults to the classloader defaults. - posted by el...@apache.org on 2014/02/04 01:19:16 UTC, 0 replies.
- [05/16] git commit: Merge branch '1.4.5-SNAPSHOT' into 1.5.1-SNAPSHOT - posted by el...@apache.org on 2014/02/04 01:19:17 UTC, 0 replies.
- [06/16] git commit: Merge branch '1.4.5-SNAPSHOT' into 1.5.1-SNAPSHOT - posted by el...@apache.org on 2014/02/04 01:19:18 UTC, 0 replies.
- [07/16] git commit: Merge branch '1.4.5-SNAPSHOT' into 1.5.1-SNAPSHOT - posted by el...@apache.org on 2014/02/04 01:19:19 UTC, 0 replies.
- [08/16] git commit: Merge branch '1.5.1-SNAPSHOT' of https://git-wip-us.apache.org/repos/asf/accumulo into 1.5.1-SNAPSHOT - posted by el...@apache.org on 2014/02/04 01:19:20 UTC, 0 replies.
- [09/16] git commit: Merge branch '1.5.1-SNAPSHOT' of https://git-wip-us.apache.org/repos/asf/accumulo into 1.5.1-SNAPSHOT - posted by el...@apache.org on 2014/02/04 01:19:21 UTC, 0 replies.
- [10/16] git commit: Merge branch '1.5.1-SNAPSHOT' of https://git-wip-us.apache.org/repos/asf/accumulo into 1.5.1-SNAPSHOT - posted by el...@apache.org on 2014/02/04 01:19:22 UTC, 0 replies.
- [11/16] git commit: Merge branch '1.4.5-SNAPSHOT' of https://git-wip-us.apache.org/repos/asf/accumulo into 1.4.5-SNAPSHOT - posted by el...@apache.org on 2014/02/04 01:19:23 UTC, 0 replies.
- [12/16] git commit: Merge branch '1.5.1-SNAPSHOT' into 1.6.0-SNAPSHOT - posted by el...@apache.org on 2014/02/04 01:19:24 UTC, 0 replies.
- [13/16] git commit: Merge branch '1.5.1-SNAPSHOT' into 1.6.0-SNAPSHOT - posted by el...@apache.org on 2014/02/04 01:19:25 UTC, 1 replies.
- [14/16] git commit: Merge branch '1.6.0-SNAPSHOT' - posted by el...@apache.org on 2014/02/04 01:19:26 UTC, 0 replies.
- [15/16] git commit: Merge branch '1.6.0-SNAPSHOT' of https://git-wip-us.apache.org/repos/asf/accumulo into 1.6.0-SNAPSHOT - posted by el...@apache.org on 2014/02/04 01:19:27 UTC, 0 replies.
- [16/16] git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/accumulo - posted by el...@apache.org on 2014/02/04 01:19:28 UTC, 0 replies.
- [01/48] git commit: Merge branch '1.6.0-SNAPSHOT' of https://git-wip-us.apache.org/repos/asf/accumulo into 1.6.0-SNAPSHOT - posted by el...@apache.org on 2014/02/04 18:54:30 UTC, 0 replies.
- [02/48] git commit: ACCUMULO-2292 Fix a potential bug in the InputFormat that I introduced. - posted by el...@apache.org on 2014/02/04 18:54:31 UTC, 0 replies.
- [03/48] git commit: ACCUMULO-2292 Fix a potential bug in the InputFormat that I introduced. - posted by el...@apache.org on 2014/02/04 18:54:32 UTC, 0 replies.
- [04/48] git commit: ACCUMULO-2292 Fix a potential bug in the InputFormat that I introduced. - posted by el...@apache.org on 2014/02/04 18:54:33 UTC, 0 replies.
- [05/48] ACCUMULO-2292 Massive amount of fixes for findbugs warnings. - posted by el...@apache.org on 2014/02/04 18:54:34 UTC, 0 replies.
- [06/48] ACCUMULO-2292 Massive amount of fixes for findbugs warnings. - posted by el...@apache.org on 2014/02/04 18:54:35 UTC, 0 replies.
- [07/48] ACCUMULO-2292 Massive amount of fixes for findbugs warnings. - posted by el...@apache.org on 2014/02/04 18:54:36 UTC, 0 replies.
- [08/48] ACCUMULO-2292 Massive amount of fixes for findbugs warnings. - posted by el...@apache.org on 2014/02/04 18:54:37 UTC, 0 replies.
- [09/48] git commit: ACCUMULO-2292 Massive amount of fixes for findbugs warnings. - posted by el...@apache.org on 2014/02/04 18:54:38 UTC, 0 replies.
- [10/48] ACCUMULO-2292 Massive amount of fixes for findbugs warnings. - posted by el...@apache.org on 2014/02/04 18:54:39 UTC, 0 replies.
- [11/48] ACCUMULO-2292 Massive amount of fixes for findbugs warnings. - posted by el...@apache.org on 2014/02/04 18:54:40 UTC, 0 replies.
- [12/48] ACCUMULO-2292 Massive amount of fixes for findbugs warnings. - posted by el...@apache.org on 2014/02/04 18:54:41 UTC, 0 replies.
- [13/48] ACCUMULO-2292 Massive amount of fixes for findbugs warnings. - posted by el...@apache.org on 2014/02/04 18:54:42 UTC, 0 replies.
- [14/48] git commit: ACCUMULO-2292 Massive amount of fixes for findbugs warnings. - posted by el...@apache.org on 2014/02/04 18:54:43 UTC, 0 replies.
- [15/48] ACCUMULO-2292 Massive amount of fixes for findbugs warnings. - posted by el...@apache.org on 2014/02/04 18:54:44 UTC, 0 replies.
- [16/48] ACCUMULO-2292 Massive amount of fixes for findbugs warnings. - posted by el...@apache.org on 2014/02/04 18:54:45 UTC, 0 replies.
- [17/48] ACCUMULO-2292 Massive amount of fixes for findbugs warnings. - posted by el...@apache.org on 2014/02/04 18:54:46 UTC, 0 replies.
- [18/48] ACCUMULO-2292 Massive amount of fixes for findbugs warnings. - posted by el...@apache.org on 2014/02/04 18:54:47 UTC, 0 replies.
- [19/48] git commit: ACCUMULO-2292 Massive amount of fixes for findbugs warnings. - posted by el...@apache.org on 2014/02/04 18:54:48 UTC, 0 replies.
- [20/48] Merge branch '1.5.1-SNAPSHOT' into 1.6.0-SNAPSHOT - posted by el...@apache.org on 2014/02/04 18:54:49 UTC, 0 replies.
- [21/48] Merge branch '1.5.1-SNAPSHOT' into 1.6.0-SNAPSHOT - posted by el...@apache.org on 2014/02/04 18:54:50 UTC, 0 replies.
- [22/48] Merge branch '1.5.1-SNAPSHOT' into 1.6.0-SNAPSHOT - posted by el...@apache.org on 2014/02/04 18:54:51 UTC, 0 replies.
- [23/48] Merge branch '1.5.1-SNAPSHOT' into 1.6.0-SNAPSHOT - posted by el...@apache.org on 2014/02/04 18:54:52 UTC, 0 replies.
- [24/48] Merge branch '1.5.1-SNAPSHOT' into 1.6.0-SNAPSHOT - posted by el...@apache.org on 2014/02/04 18:54:53 UTC, 0 replies.
- [25/48] Merge branch '1.5.1-SNAPSHOT' into 1.6.0-SNAPSHOT - posted by el...@apache.org on 2014/02/04 18:54:54 UTC, 0 replies.
- [26/48] Merge branch '1.5.1-SNAPSHOT' into 1.6.0-SNAPSHOT - posted by el...@apache.org on 2014/02/04 18:54:55 UTC, 0 replies.
- [27/48] Merge branch '1.5.1-SNAPSHOT' into 1.6.0-SNAPSHOT - posted by el...@apache.org on 2014/02/04 18:54:56 UTC, 0 replies.
- [28/48] Merge branch '1.5.1-SNAPSHOT' into 1.6.0-SNAPSHOT - posted by el...@apache.org on 2014/02/04 18:54:57 UTC, 0 replies.
- [29/48] Merge branch '1.5.1-SNAPSHOT' into 1.6.0-SNAPSHOT - posted by el...@apache.org on 2014/02/04 18:54:58 UTC, 0 replies.
- [30/48] Merge branch '1.5.1-SNAPSHOT' into 1.6.0-SNAPSHOT - posted by el...@apache.org on 2014/02/04 18:54:59 UTC, 0 replies.
- [31/48] Merge branch '1.5.1-SNAPSHOT' into 1.6.0-SNAPSHOT - posted by el...@apache.org on 2014/02/04 18:55:00 UTC, 0 replies.
- [32/48] Merge branch '1.5.1-SNAPSHOT' into 1.6.0-SNAPSHOT - posted by el...@apache.org on 2014/02/04 18:55:01 UTC, 0 replies.
- [33/48] git commit: Merge branch '1.5.1-SNAPSHOT' into 1.6.0-SNAPSHOT - posted by el...@apache.org on 2014/02/04 18:55:02 UTC, 0 replies.
- [34/48] Merge branch '1.5.1-SNAPSHOT' into 1.6.0-SNAPSHOT - posted by el...@apache.org on 2014/02/04 18:55:03 UTC, 0 replies.
- [35/48] Merge branch '1.5.1-SNAPSHOT' into 1.6.0-SNAPSHOT - posted by el...@apache.org on 2014/02/04 18:55:04 UTC, 0 replies.
- [36/48] Merge branch '1.5.1-SNAPSHOT' into 1.6.0-SNAPSHOT - posted by el...@apache.org on 2014/02/04 18:55:05 UTC, 0 replies.
- [37/48] Merge branch '1.5.1-SNAPSHOT' into 1.6.0-SNAPSHOT - posted by el...@apache.org on 2014/02/04 18:55:06 UTC, 0 replies.
- [38/48] Merge branch '1.5.1-SNAPSHOT' into 1.6.0-SNAPSHOT - posted by el...@apache.org on 2014/02/04 18:55:07 UTC, 0 replies.
- [39/48] Merge branch '1.5.1-SNAPSHOT' into 1.6.0-SNAPSHOT - posted by el...@apache.org on 2014/02/04 18:55:08 UTC, 0 replies.
- [40/48] Merge branch '1.5.1-SNAPSHOT' into 1.6.0-SNAPSHOT - posted by el...@apache.org on 2014/02/04 18:55:09 UTC, 0 replies.
- [41/48] Merge branch '1.5.1-SNAPSHOT' into 1.6.0-SNAPSHOT - posted by el...@apache.org on 2014/02/04 18:55:10 UTC, 0 replies.
- [42/48] Merge branch '1.5.1-SNAPSHOT' into 1.6.0-SNAPSHOT - posted by el...@apache.org on 2014/02/04 18:55:11 UTC, 0 replies.
- [43/48] Merge branch '1.5.1-SNAPSHOT' into 1.6.0-SNAPSHOT - posted by el...@apache.org on 2014/02/04 18:55:12 UTC, 0 replies.
- [44/48] Merge branch '1.5.1-SNAPSHOT' into 1.6.0-SNAPSHOT - posted by el...@apache.org on 2014/02/04 18:55:13 UTC, 0 replies.
- [45/48] Merge branch '1.5.1-SNAPSHOT' into 1.6.0-SNAPSHOT - posted by el...@apache.org on 2014/02/04 18:55:14 UTC, 0 replies.
- [46/48] Merge branch '1.5.1-SNAPSHOT' into 1.6.0-SNAPSHOT - posted by el...@apache.org on 2014/02/04 18:55:15 UTC, 0 replies.
- [47/48] git commit: Merge branch '1.5.1-SNAPSHOT' into 1.6.0-SNAPSHOT - posted by el...@apache.org on 2014/02/04 18:55:16 UTC, 0 replies.
- [48/48] git commit: Merge branch '1.6.0-SNAPSHOT' - posted by el...@apache.org on 2014/02/04 18:55:17 UTC, 0 replies.
- git commit: ACCUMULO-2273 Use guava's Joiner instead of writing our own - posted by bh...@apache.org on 2014/02/04 19:15:19 UTC, 0 replies.
- [1/6] git commit: ACCUMULO-2170 Update CHANGES for 1.5.1 from jira. - posted by el...@apache.org on 2014/02/04 19:55:40 UTC, 0 replies.
- [2/6] git commit: ACCUMULO-2170 Update CHANGES for 1.5.1 from jira. - posted by el...@apache.org on 2014/02/04 19:55:41 UTC, 0 replies.
- [3/6] git commit: ACCUMULO-2170 Update CHANGES for 1.5.1 from jira. - posted by el...@apache.org on 2014/02/04 19:55:42 UTC, 0 replies.
- [1/2] git commit: ACCUMULO-2317 fixing shell - posted by vi...@apache.org on 2014/02/04 20:00:27 UTC, 0 replies.
- [2/2] git commit: ACCUMULO-1930 Adding StatsCombiner and Classpath test - posted by vi...@apache.org on 2014/02/04 20:00:28 UTC, 0 replies.
- [1/3] git commit: ACCUMULO-2317 fixing shell - posted by vi...@apache.org on 2014/02/04 20:01:53 UTC, 0 replies.
- [2/3] git commit: ACCUMULO-1930 Adding StatsCombiner and Classpath test - posted by vi...@apache.org on 2014/02/04 20:01:54 UTC, 0 replies.
- git commit: ACCUMULO-2060 Jars which are expected to be reloaded should go in lib/ext, not lib - posted by el...@apache.org on 2014/02/04 20:16:27 UTC, 0 replies.
- git commit: ACCUMULO-2283 removing server-extras - posted by vi...@apache.org on 2014/02/04 20:34:09 UTC, 0 replies.
- git commit: ACCUMULO-2114 Starting a Constants reference for clients - posted by vi...@apache.org on 2014/02/04 20:44:27 UTC, 0 replies.
- git commit: ACCUMULO-1948 Tablet constructor no longer leaks this - posted by bh...@apache.org on 2014/02/04 21:02:47 UTC, 0 replies.
- Git Push Summary - posted by el...@apache.org on 2014/02/04 21:11:21 UTC, 10 replies.
- git commit: ACCUMULO-2322 Tablet constructor no longer leaks this to recovery process - posted by bh...@apache.org on 2014/02/04 21:52:22 UTC, 0 replies.
- [01/10] ACCUMULO-2197 provide generated proxy libraries, with modified generate-thrift script which tacks on headers - posted by vi...@apache.org on 2014/02/04 23:19:16 UTC, 0 replies.
- [02/10] ACCUMULO-2197 provide generated proxy libraries, with modified generate-thrift script which tacks on headers - posted by vi...@apache.org on 2014/02/04 23:19:17 UTC, 0 replies.
- [03/10] ACCUMULO-2197 provide generated proxy libraries, with modified generate-thrift script which tacks on headers - posted by vi...@apache.org on 2014/02/04 23:19:18 UTC, 0 replies.
- [04/10] ACCUMULO-2197 provide generated proxy libraries, with modified generate-thrift script which tacks on headers - posted by vi...@apache.org on 2014/02/04 23:19:19 UTC, 0 replies.
- [05/10] ACCUMULO-2197 provide generated proxy libraries, with modified generate-thrift script which tacks on headers - posted by vi...@apache.org on 2014/02/04 23:19:20 UTC, 0 replies.
- [06/10] ACCUMULO-2197 provide generated proxy libraries, with modified generate-thrift script which tacks on headers - posted by vi...@apache.org on 2014/02/04 23:19:21 UTC, 0 replies.
- [07/10] ACCUMULO-2197 provide generated proxy libraries, with modified generate-thrift script which tacks on headers - posted by vi...@apache.org on 2014/02/04 23:19:22 UTC, 0 replies.
- [08/10] ACCUMULO-2197 provide generated proxy libraries, with modified generate-thrift script which tacks on headers - posted by vi...@apache.org on 2014/02/04 23:19:23 UTC, 0 replies.
- [09/10] ACCUMULO-2197 provide generated proxy libraries, with modified generate-thrift script which tacks on headers - posted by vi...@apache.org on 2014/02/04 23:19:24 UTC, 0 replies.
- [10/10] git commit: ACCUMULO-2197 provide generated proxy libraries, with modified generate-thrift script which tacks on headers - posted by vi...@apache.org on 2014/02/04 23:19:25 UTC, 0 replies.
- [01/17] ACCUMULO-2197 provide generated proxy libraries, with modified generate-thrift script which tacks on headers - posted by vi...@apache.org on 2014/02/04 23:19:38 UTC, 0 replies.
- [02/17] ACCUMULO-2197 provide generated proxy libraries, with modified generate-thrift script which tacks on headers - posted by vi...@apache.org on 2014/02/04 23:19:39 UTC, 0 replies.
- [03/17] ACCUMULO-2197 provide generated proxy libraries, with modified generate-thrift script which tacks on headers - posted by vi...@apache.org on 2014/02/04 23:19:40 UTC, 0 replies.
- [04/17] ACCUMULO-2197 provide generated proxy libraries, with modified generate-thrift script which tacks on headers - posted by vi...@apache.org on 2014/02/04 23:19:41 UTC, 0 replies.
- [05/17] ACCUMULO-2197 provide generated proxy libraries, with modified generate-thrift script which tacks on headers - posted by vi...@apache.org on 2014/02/04 23:19:42 UTC, 0 replies.
- [06/17] ACCUMULO-2197 provide generated proxy libraries, with modified generate-thrift script which tacks on headers - posted by vi...@apache.org on 2014/02/04 23:19:43 UTC, 0 replies.
- [07/17] ACCUMULO-2197 provide generated proxy libraries, with modified generate-thrift script which tacks on headers - posted by vi...@apache.org on 2014/02/04 23:19:44 UTC, 0 replies.
- [08/17] ACCUMULO-2197 provide generated proxy libraries, with modified generate-thrift script which tacks on headers - posted by vi...@apache.org on 2014/02/04 23:19:45 UTC, 0 replies.
- [09/17] ACCUMULO-2197 provide generated proxy libraries, with modified generate-thrift script which tacks on headers - posted by vi...@apache.org on 2014/02/04 23:19:46 UTC, 0 replies.
- [10/17] git commit: ACCUMULO-2197 provide generated proxy libraries, with modified generate-thrift script which tacks on headers - posted by vi...@apache.org on 2014/02/04 23:19:47 UTC, 0 replies.
- [11/17] git commit: Merge branch '1.5.1-SNAPSHOT' into 1.6.0-SNAPSHOT - posted by vi...@apache.org on 2014/02/04 23:19:48 UTC, 0 replies.
- [12/17] ACCUMULO-2197 updating files for this version - posted by vi...@apache.org on 2014/02/04 23:19:49 UTC, 0 replies.
- [13/17] ACCUMULO-2197 updating files for this version - posted by vi...@apache.org on 2014/02/04 23:19:50 UTC, 0 replies.
- [14/17] ACCUMULO-2197 updating files for this version - posted by vi...@apache.org on 2014/02/04 23:19:51 UTC, 0 replies.
- [15/17] ACCUMULO-2197 updating files for this version - posted by vi...@apache.org on 2014/02/04 23:19:52 UTC, 0 replies.
- [16/17] ACCUMULO-2197 updating files for this version - posted by vi...@apache.org on 2014/02/04 23:19:53 UTC, 0 replies.
- [17/17] git commit: ACCUMULO-2197 updating files for this version - posted by vi...@apache.org on 2014/02/04 23:19:54 UTC, 0 replies.
- git commit: ACCUMULO-2283 missed a reference - posted by vi...@apache.org on 2014/02/04 23:23:24 UTC, 0 replies.
- git commit: ACCUMULO-2197 updating assembly for new locations - posted by vi...@apache.org on 2014/02/04 23:38:56 UTC, 0 replies.
- [1/2] git commit: ACCUMULO-2197 updating assembly for new locations - posted by vi...@apache.org on 2014/02/04 23:44:50 UTC, 0 replies.
- [2/2] git commit: Merge remote-tracking branch 'origin/1.5.1-SNAPSHOT' into 1.6.0-SNAPSHOT - posted by vi...@apache.org on 2014/02/04 23:44:51 UTC, 1 replies.
- [01/29] git commit: ACCUMULO-2060 Jars which are expected to be reloaded should go in lib/ext, not lib - posted by el...@apache.org on 2014/02/04 23:58:16 UTC, 0 replies.
- [02/29] git commit: ACCUMULO-2283 removing server-extras - posted by el...@apache.org on 2014/02/04 23:58:17 UTC, 0 replies.
- [03/29] git commit: ACCUMULO-2114 Starting a Constants reference for clients - posted by el...@apache.org on 2014/02/04 23:58:18 UTC, 0 replies.
- [04/29] ACCUMULO-2197 provide generated proxy libraries, with modified generate-thrift script which tacks on headers - posted by el...@apache.org on 2014/02/04 23:58:19 UTC, 0 replies.
- [05/29] ACCUMULO-2197 provide generated proxy libraries, with modified generate-thrift script which tacks on headers - posted by el...@apache.org on 2014/02/04 23:58:20 UTC, 0 replies.
- [06/29] ACCUMULO-2197 provide generated proxy libraries, with modified generate-thrift script which tacks on headers - posted by el...@apache.org on 2014/02/04 23:58:21 UTC, 0 replies.
- [07/29] ACCUMULO-2197 provide generated proxy libraries, with modified generate-thrift script which tacks on headers - posted by el...@apache.org on 2014/02/04 23:58:22 UTC, 0 replies.
- [08/29] ACCUMULO-2197 provide generated proxy libraries, with modified generate-thrift script which tacks on headers - posted by el...@apache.org on 2014/02/04 23:58:23 UTC, 0 replies.
- [09/29] ACCUMULO-2197 provide generated proxy libraries, with modified generate-thrift script which tacks on headers - posted by el...@apache.org on 2014/02/04 23:58:24 UTC, 0 replies.
- [10/29] ACCUMULO-2197 provide generated proxy libraries, with modified generate-thrift script which tacks on headers - posted by el...@apache.org on 2014/02/04 23:58:25 UTC, 0 replies.
- [11/29] ACCUMULO-2197 provide generated proxy libraries, with modified generate-thrift script which tacks on headers - posted by el...@apache.org on 2014/02/04 23:58:26 UTC, 0 replies.
- [12/29] ACCUMULO-2197 provide generated proxy libraries, with modified generate-thrift script which tacks on headers - posted by el...@apache.org on 2014/02/04 23:58:27 UTC, 0 replies.
- [13/29] git commit: ACCUMULO-2197 provide generated proxy libraries, with modified generate-thrift script which tacks on headers - posted by el...@apache.org on 2014/02/04 23:58:28 UTC, 0 replies.
- [14/29] git commit: Merge branch '1.5.1-SNAPSHOT' into 1.6.0-SNAPSHOT - posted by el...@apache.org on 2014/02/04 23:58:29 UTC, 0 replies.
- [15/29] ACCUMULO-2197 updating files for this version - posted by el...@apache.org on 2014/02/04 23:58:30 UTC, 0 replies.
- [16/29] ACCUMULO-2197 updating files for this version - posted by el...@apache.org on 2014/02/04 23:58:31 UTC, 0 replies.
- [17/29] ACCUMULO-2197 updating files for this version - posted by el...@apache.org on 2014/02/04 23:58:32 UTC, 0 replies.
- [18/29] ACCUMULO-2197 updating files for this version - posted by el...@apache.org on 2014/02/04 23:58:33 UTC, 0 replies.
- [19/29] ACCUMULO-2197 updating files for this version - posted by el...@apache.org on 2014/02/04 23:58:34 UTC, 0 replies.
- [20/29] git commit: ACCUMULO-2197 updating files for this version - posted by el...@apache.org on 2014/02/04 23:58:35 UTC, 0 replies.
- [21/29] git commit: ACCUMULO-2283 missed a reference - posted by el...@apache.org on 2014/02/04 23:58:36 UTC, 0 replies.
- [22/29] git commit: ACCUMULO-2197 updating assembly for new locations - posted by el...@apache.org on 2014/02/04 23:58:37 UTC, 0 replies.
- [23/29] git commit: Merge remote-tracking branch 'origin/1.5.1-SNAPSHOT' into 1.6.0-SNAPSHOT - posted by el...@apache.org on 2014/02/04 23:58:38 UTC, 0 replies.
- [24/29] git commit: ACCUMULO-2170 Add in a tag element to the scm block - posted by el...@apache.org on 2014/02/04 23:58:39 UTC, 0 replies.
- [25/29] git commit: ACCUMULO-2170 Add in a tag element to the scm block - posted by el...@apache.org on 2014/02/04 23:58:40 UTC, 0 replies.
- [26/29] git commit: ACCUMULO-2170 Add in a tag element to the scm block - posted by el...@apache.org on 2014/02/04 23:58:41 UTC, 0 replies.
- [27/29] git commit: Merge branch '1.5.1-SNAPSHOT' into 1.6.0-SNAPSHOT - posted by el...@apache.org on 2014/02/04 23:58:42 UTC, 0 replies.
- [28/29] git commit: Merge branch '1.5.1-SNAPSHOT' into 1.6.0-SNAPSHOT - posted by el...@apache.org on 2014/02/04 23:58:43 UTC, 0 replies.
- [29/29] git commit: Merge branch '1.6.0-SNAPSHOT' - posted by el...@apache.org on 2014/02/04 23:58:44 UTC, 0 replies.
- git commit: [maven-release-plugin] prepare release 1.5.1 - posted by el...@apache.org on 2014/02/05 04:13:34 UTC, 1 replies.
- git commit: ACCUMULO-2326 Simplify ConstraintViolationSummary.toString and add unit test - posted by ec...@apache.org on 2014/02/05 18:32:57 UTC, 0 replies.
- git commit: ACCUMULO-1961 Fix/remove some more trivial warnings - posted by ct...@apache.org on 2014/02/05 21:37:52 UTC, 0 replies.
- git commit: ACCUMULO-2114 Move built-in namespace names to a method - posted by ct...@apache.org on 2014/02/05 21:53:49 UTC, 0 replies.
- [1/2] git commit: ACCUMULO-2317 Apply ClientOpts fix to shell also - posted by ct...@apache.org on 2014/02/06 01:01:01 UTC, 0 replies.
- [2/2] git commit: ACCUMULO-1989 Use default namespace name explicitly in shell - posted by ct...@apache.org on 2014/02/06 01:01:02 UTC, 0 replies.
- git commit: ACCUMULO-2092 Make client view of table existence consistent - posted by ct...@apache.org on 2014/02/06 01:16:16 UTC, 0 replies.
- [1/6] git commit: ACCUMULO-1961 Fix/remove some more trivial warnings - posted by ct...@apache.org on 2014/02/06 01:30:28 UTC, 0 replies.
- [2/6] git commit: ACCUMULO-2114 Move built-in namespace names to a method - posted by ct...@apache.org on 2014/02/06 01:30:29 UTC, 0 replies.
- [3/6] git commit: ACCUMULO-2317 Apply ClientOpts fix to shell also - posted by ct...@apache.org on 2014/02/06 01:30:30 UTC, 0 replies.
- [4/6] git commit: ACCUMULO-1989 Use default namespace name explicitly in shell - posted by ct...@apache.org on 2014/02/06 01:30:31 UTC, 0 replies.
- [5/6] git commit: ACCUMULO-2092 Make client view of table existence consistent - posted by ct...@apache.org on 2014/02/06 01:30:32 UTC, 0 replies.
- [6/6] git commit: Merge remote-tracking branch 'origin/1.6.0-SNAPSHOT' - posted by ct...@apache.org on 2014/02/06 01:30:33 UTC, 0 replies.
- git commit: ACCUMULO-1908 Lots of small fixes that make ShellServerTest a little more stable. - posted by el...@apache.org on 2014/02/06 04:37:16 UTC, 0 replies.
- git commit: ACCUMULO-1935 Sufficiently increase timeouts in attempt to avoid missed notifications. - posted by el...@apache.org on 2014/02/06 04:52:59 UTC, 0 replies.
- git commit: ACCUMULO-2331 Actually invalidate the cache when requested. - posted by el...@apache.org on 2014/02/06 05:09:10 UTC, 0 replies.
- [01/50] git commit: ACCUMULO-354 added boolean instead of null to detect presence of next value - posted by uj...@apache.org on 2014/02/06 06:39:40 UTC, 0 replies.
- [02/50] git commit: ACCUMULO-374 Removed stop list stuff - posted by uj...@apache.org on 2014/02/06 06:39:41 UTC, 0 replies.
- [03/50] git commit: ACCUMULO-375 - posted by uj...@apache.org on 2014/02/06 06:39:42 UTC, 0 replies.
- [04/50] git commit: ACCUMULO-375 fixed input split problem - posted by uj...@apache.org on 2014/02/06 06:39:43 UTC, 0 replies.
- [05/50] git commit: ACCUMULO-375 fixed input split serialization problem - posted by uj...@apache.org on 2014/02/06 06:39:44 UTC, 0 replies.
- [06/50] git commit: ACCUMULO-375 added unit test for WikipediaInputSplit (and fixed problem it found) - posted by uj...@apache.org on 2014/02/06 06:39:45 UTC, 0 replies.
- [07/50] git commit: ACCUMULO-375 added code to separate map jobs for parsing wikipedia and for ingesting into Accumulo - posted by uj...@apache.org on 2014/02/06 06:39:46 UTC, 0 replies.
- [08/50] git commit: ACCUMULO-375 fixed bugs in job setup - posted by uj...@apache.org on 2014/02/06 06:39:47 UTC, 0 replies.
- [09/50] git commit: ACCUMULO-375 increased max article size supported in Writable methods - posted by uj...@apache.org on 2014/02/06 06:39:48 UTC, 0 replies.
- [10/50] git commit: ACCUMULO-375 added compression and increased the minimum split size - posted by uj...@apache.org on 2014/02/06 06:39:49 UTC, 0 replies.
- [11/50] git commit: ACCUMULO-381 - posted by uj...@apache.org on 2014/02/06 06:39:50 UTC, 0 replies.
- [12/50] git commit: ACCUMULO-375 tweaked split order and staticified factory code for performance - posted by uj...@apache.org on 2014/02/06 06:39:51 UTC, 0 replies.
- [13/50] git commit: ACCUMULO-375 added an LRUOutputCombiner to combine and reduce the number of mutations sent to Accumulo - posted by uj...@apache.org on 2014/02/06 06:39:52 UTC, 0 replies.
- [14/50] git commit: ACCUMULO-381 fixed missing dependency - posted by uj...@apache.org on 2014/02/06 06:39:53 UTC, 0 replies.
- [15/50] git commit: ACCUMULO-381 fixed missing runtime dependency - posted by uj...@apache.org on 2014/02/06 06:39:54 UTC, 0 replies.
- [16/50] git commit: ACCUMULO-381 added a bulk ingest option for wikisearch ingest - posted by uj...@apache.org on 2014/02/06 06:39:55 UTC, 0 replies.
- [17/50] git commit: ACCUMULO-375 - posted by uj...@apache.org on 2014/02/06 06:39:56 UTC, 0 replies.
- [18/50] git commit: ACCUMULO-375 hybridized ingest to use some bulk and some streaming - posted by uj...@apache.org on 2014/02/06 06:39:57 UTC, 0 replies.
- [19/50] git commit: ACCUMULO-375 it is important to close a MultiThreadedBatchWriter when you are done with it - posted by uj...@apache.org on 2014/02/06 06:39:58 UTC, 0 replies.
- [20/50] git commit: ACCUMULO-412 fix index search - posted by uj...@apache.org on 2014/02/06 06:39:59 UTC, 0 replies.
- [21/50] git commit: ACCUMULO-242 added many references to apache accumulo - merged to 1.4 - posted by uj...@apache.org on 2014/02/06 06:40:00 UTC, 0 replies.
- [22/50] git commit: ACCUMULO-375 made min input split size configurable - posted by uj...@apache.org on 2014/02/06 06:40:01 UTC, 0 replies.
- [23/50] git commit: ACCUMULO-441 ACCUMULO-411 merged javadocs fixes from trunk to 1.4 and added better links - posted by uj...@apache.org on 2014/02/06 06:40:02 UTC, 0 replies.
- [24/50] git commit: ACCUMULO-446 ACCUMULO-447 fix "or" conditions, partition ranges, jump's and document debug logging - posted by uj...@apache.org on 2014/02/06 06:40:03 UTC, 0 replies.
- [25/50] git commit: ACCUMULO-469 added license headers - posted by uj...@apache.org on 2014/02/06 06:40:04 UTC, 0 replies.
- [26/50] git commit: 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 - posted by uj...@apache.org on 2014/02/06 06:40:05 UTC, 0 replies.
- [27/50] git commit: ACCUMULO-474: memoize ColumnVisibility objects to decrease memory usage - posted by uj...@apache.org on 2014/02/06 06:40:06 UTC, 0 replies.
- [28/50] git commit: ACCUMULO-477 use consistent names for options on IteratorSettings - posted by uj...@apache.org on 2014/02/06 06:40:07 UTC, 0 replies.
- [29/50] git commit: ACCUMULO-481: update revision, remove "incubating" - posted by uj...@apache.org on 2014/02/06 06:40:08 UTC, 0 replies.
- [30/50] git commit: ACCUMULO-485 configure the example log level at info to simplify instructions - posted by uj...@apache.org on 2014/02/06 06:40:09 UTC, 0 replies.
- [31/50] git commit: ACCUMULO-665: merge to 1.4 branch - posted by uj...@apache.org on 2014/02/06 06:40:10 UTC, 0 replies.
- [32/50] git commit: ACCUMULO-665 update AndIterator to seek to the right column families - posted by uj...@apache.org on 2014/02/06 06:40:11 UTC, 0 replies.
- [33/50] git commit: ACCUMULO-665 pass the appropriate column families down to the underlying iterators so they stay out of document locality group - posted by uj...@apache.org on 2014/02/06 06:40:12 UTC, 0 replies.
- [34/50] git commit: ACCUMULO-614 slide version in 1.4 branch now that 1.4.1 has been released - posted by uj...@apache.org on 2014/02/06 06:40:13 UTC, 0 replies.
- [35/50] git commit: ACCUMULO-819 switch the version information in the 1.4 branch - posted by uj...@apache.org on 2014/02/06 06:40:14 UTC, 0 replies.
- [36/50] git commit: ACCUMULO-912 - fixing tests for fixed Mock - posted by uj...@apache.org on 2014/02/06 06:40:15 UTC, 0 replies.
- [37/50] git commit: ACCUMULO-1168 moving 1.4 branch to 1.4.4-SNAPSHOT - posted by uj...@apache.org on 2014/02/06 06:40:16 UTC, 0 replies.
- [38/50] git commit: ACCUMULO-1168 preparing 1.4.3 tag - posted by uj...@apache.org on 2014/02/06 06:40:17 UTC, 0 replies.
- [39/50] git commit: ACCUMULO-1168 Merge back change to CHANGES from 1.4.3rc2 tag - posted by uj...@apache.org on 2014/02/06 06:40:18 UTC, 0 replies.
- [40/50] git commit: ACCUMULO-1546 updating pom version for 1.4.4 release - posted by uj...@apache.org on 2014/02/06 06:40:19 UTC, 0 replies.
- [41/50] git commit: Revert "ACCUMULO-1546 updating pom version for 1.4.4 release" - posted by uj...@apache.org on 2014/02/06 06:40:20 UTC, 0 replies.
- [42/50] git commit: ACCUMULO-1546 fixing wikisearch pom to make maven release plugin happy - posted by uj...@apache.org on 2014/02/06 06:40:21 UTC, 0 replies.
- [43/50] git commit: ACCUMULO-1546 manually removing snapshot version references - posted by uj...@apache.org on 2014/02/06 06:40:22 UTC, 0 replies.
- [44/50] git commit: [maven-release-plugin] prepare release 1.4.4-rc3 - posted by uj...@apache.org on 2014/02/06 06:40:23 UTC, 0 replies.
- [45/50] git commit: ACCUMULO-1546 sliding the version since 1.4.4 has been released - posted by uj...@apache.org on 2014/02/06 06:40:24 UTC, 0 replies.
- [46/50] git commit: Merge tag 'tags/1.4.4' into 1.4.5-SNAPSHOT - posted by uj...@apache.org on 2014/02/06 06:40:25 UTC, 0 replies.
- [47/50] git commit: ACCUMULO-876 added maven profiles to assist in compiling against different versions of hadoop - posted by uj...@apache.org on 2014/02/06 06:40:26 UTC, 0 replies.
- [48/50] git commit: ACCUMULO-286 added context factory stuff - posted by uj...@apache.org on 2014/02/06 06:40:27 UTC, 0 replies.
- [49/50] git commit: ACCUMULO-564 changes for 0.23 compile compatibility - posted by uj...@apache.org on 2014/02/06 06:40:28 UTC, 0 replies.
- [50/50] git commit: ACCUMULO-564: turn TestQueryLogic unit test into a functioning unit test by completing the configuration - posted by uj...@apache.org on 2014/02/06 06:40:29 UTC, 0 replies.
- git commit: ACCUMULO-2331 Remove unnecessary attempt at polling for configuration updates. - posted by el...@apache.org on 2014/02/06 16:52:55 UTC, 0 replies.
- [01/14] git commit: ACCUMULO-1935 Sufficiently increase timeouts in attempt to avoid missed notifications. - posted by el...@apache.org on 2014/02/07 17:22:25 UTC, 0 replies.
- [02/14] git commit: ACCUMULO-1935 Sufficiently increase timeouts in attempt to avoid missed notifications. - posted by el...@apache.org on 2014/02/07 17:22:26 UTC, 0 replies.
- [03/14] git commit: ACCUMULO-1935 Sufficiently increase timeouts in attempt to avoid missed notifications. - posted by el...@apache.org on 2014/02/07 17:22:27 UTC, 0 replies.
- [04/14] git commit: ACCUMULO-1908 Lots of small fixes that make ShellServerTest a little more stable. - posted by el...@apache.org on 2014/02/07 17:22:28 UTC, 0 replies.
- [05/14] git commit: ACCUMULO-1908 Lots of small fixes that make ShellServerTest a little more stable. - posted by el...@apache.org on 2014/02/07 17:22:29 UTC, 0 replies.
- [06/14] git commit: ACCUMULO-1908 Lots of small fixes that make ShellServerTest a little more stable. - posted by el...@apache.org on 2014/02/07 17:22:30 UTC, 0 replies.
- [07/14] git commit: ACCUMULO-2331 Actually invalidate the cache in TableConfiguration when requested. - posted by el...@apache.org on 2014/02/07 17:22:31 UTC, 0 replies.
- [08/14] git commit: ACCUMULO-2331 Actually invalidate the cache in TableConfiguration when requested. - posted by el...@apache.org on 2014/02/07 17:22:32 UTC, 0 replies.
- [09/14] git commit: ACCUMULO-2331 Actually invalidate the cache in TableConfiguration when requested. - posted by el...@apache.org on 2014/02/07 17:22:33 UTC, 0 replies.
- [10/14] Merge branch '1.5.1-SNAPSHOT' into 1.6.0-SNAPSHOT - posted by el...@apache.org on 2014/02/07 17:22:34 UTC, 0 replies.
- [11/14] git commit: Merge branch '1.5.1-SNAPSHOT' into 1.6.0-SNAPSHOT - posted by el...@apache.org on 2014/02/07 17:22:35 UTC, 0 replies.
- [12/14] Merge branch '1.5.1-SNAPSHOT' into 1.6.0-SNAPSHOT - posted by el...@apache.org on 2014/02/07 17:22:36 UTC, 0 replies.
- [13/14] git commit: Merge branch '1.5.1-SNAPSHOT' into 1.6.0-SNAPSHOT - posted by el...@apache.org on 2014/02/07 17:22:37 UTC, 0 replies.
- [14/14] git commit: Merge branch '1.6.0-SNAPSHOT' - posted by el...@apache.org on 2014/02/07 17:22:38 UTC, 0 replies.
- [1/2] ACCUMULO-2021 Replace ArgumentChecker with Guava Preconditions - posted by bh...@apache.org on 2014/02/07 17:31:31 UTC, 0 replies.
- [2/2] git commit: ACCUMULO-2021 Replace ArgumentChecker with Guava Preconditions - posted by bh...@apache.org on 2014/02/07 17:31:32 UTC, 0 replies.
- [1/6] git commit: ACCUMULO-2337 Increase timeout on MetaSplitTest. - posted by el...@apache.org on 2014/02/07 18:55:29 UTC, 0 replies.
- [2/6] git commit: ACCUMULO-2337 Increase timeout on MetaSplitTest. - posted by el...@apache.org on 2014/02/07 18:55:30 UTC, 0 replies.
- [3/6] git commit: ACCUMULO-2337 Increase timeout on MetaSplitTest. - posted by el...@apache.org on 2014/02/07 18:55:31 UTC, 0 replies.
- git commit: ACCUMULO-2334 Remove ACCUMULO_LOG_HOST in favor of pull host and port log-forwarding from zookeeper - posted by el...@apache.org on 2014/02/07 23:23:13 UTC, 0 replies.
- [1/6] git commit: ACCUMULO-2299 Check that read field value has same length as expected - posted by md...@apache.org on 2014/02/08 00:56:36 UTC, 0 replies.
- [2/6] git commit: ACCUMULO-2299 Check that read field value has same length as expected - posted by md...@apache.org on 2014/02/08 00:56:37 UTC, 0 replies.
- [3/6] git commit: ACCUMULO-2299 Check that read field value has same length as expected - posted by md...@apache.org on 2014/02/08 00:56:38 UTC, 0 replies.
- [1/6] git commit: ACCUMULO-2342 Sleep after we modify a constraint. - posted by el...@apache.org on 2014/02/08 23:28:25 UTC, 0 replies.
- [2/6] git commit: ACCUMULO-2342 Sleep after we modify a constraint. - posted by el...@apache.org on 2014/02/08 23:28:26 UTC, 0 replies.
- [3/6] git commit: ACCUMULO-2342 Sleep after we modify a constraint. - posted by el...@apache.org on 2014/02/08 23:28:27 UTC, 0 replies.
- [1/6] git commit: ACCUMULO-2344 Avoid usage of UtilWaitThread because we want to exit gracefully on interrupt. - posted by el...@apache.org on 2014/02/10 00:06:08 UTC, 0 replies.
- [2/6] git commit: ACCUMULO-2344 Avoid usage of UtilWaitThread because we want to exit gracefully on interrupt. - posted by el...@apache.org on 2014/02/10 00:06:09 UTC, 0 replies.
- [3/6] git commit: ACCUMULO-2344 Avoid usage of UtilWaitThread because we want to exit gracefully on interrupt. - posted by el...@apache.org on 2014/02/10 00:06:10 UTC, 0 replies.
- [1/6] git commit: ACCUMULO-2344 interrupt the current thread when we catch the InterruptedException. - posted by el...@apache.org on 2014/02/10 17:46:06 UTC, 0 replies.
- [2/6] git commit: ACCUMULO-2344 interrupt the current thread when we catch the InterruptedException. - posted by el...@apache.org on 2014/02/10 17:46:07 UTC, 0 replies.
- [3/6] git commit: ACCUMULO-2344 interrupt the current thread when we catch the InterruptedException. - posted by el...@apache.org on 2014/02/10 17:46:08 UTC, 0 replies.
- [1/6] git commit: ACCUMULO-2332 Rework how address parsing is currently done by the GC. - posted by el...@apache.org on 2014/02/10 19:56:41 UTC, 0 replies.
- [2/6] git commit: ACCUMULO-2332 Rework how address parsing is currently done by the GC. - posted by el...@apache.org on 2014/02/10 19:56:42 UTC, 0 replies.
- [3/6] git commit: ACCUMULO-2332 Rework how address parsing is currently done by the GC. - posted by el...@apache.org on 2014/02/10 19:56:43 UTC, 0 replies.
- [1/6] git commit: ACCUMULO-2329 Infer the GC role from master when gc file is not present. - posted by el...@apache.org on 2014/02/10 20:09:28 UTC, 0 replies.
- [2/6] git commit: ACCUMULO-2329 Infer the GC role from master when gc file is not present. - posted by el...@apache.org on 2014/02/10 20:09:29 UTC, 0 replies.
- [3/6] git commit: ACCUMULO-2329 Infer the GC role from master when gc file is not present. - posted by el...@apache.org on 2014/02/10 20:09:30 UTC, 0 replies.
- [1/6] git commit: ACCUMULO-2344 Whitespace altercation - posted by el...@apache.org on 2014/02/10 21:29:48 UTC, 0 replies.
- [2/6] git commit: ACCUMULO-2344 Whitespace altercation - posted by el...@apache.org on 2014/02/10 21:29:49 UTC, 0 replies.
- [3/6] git commit: ACCUMULO-2344 Whitespace altercation - posted by el...@apache.org on 2014/02/10 21:29:50 UTC, 0 replies.
- [1/6] git commit: ACCUMULO-2332 More whitespace altercations - posted by el...@apache.org on 2014/02/10 22:01:39 UTC, 0 replies.
- [2/6] git commit: ACCUMULO-2332 More whitespace altercations - posted by el...@apache.org on 2014/02/10 22:01:40 UTC, 0 replies.
- [3/6] git commit: ACCUMULO-2332 More whitespace altercations - posted by el...@apache.org on 2014/02/10 22:01:41 UTC, 0 replies.
- [01/16] git commit: ACCUMULO-2334 Remove ACCUMULO_LOG_HOST in favor of pull host and port log-forwarding from zookeeper - posted by el...@apache.org on 2014/02/11 19:41:42 UTC, 0 replies.
- [02/16] git commit: ACCUMULO-2334 Remove ACCUMULO_LOG_HOST in favor of pull host and port log-forwarding from zookeeper - posted by el...@apache.org on 2014/02/11 19:41:43 UTC, 0 replies.
- [03/16] git commit: ACCUMULO-2334 Remove ACCUMULO_LOG_HOST in favor of pull host and port log-forwarding from zookeeper - posted by el...@apache.org on 2014/02/11 19:41:44 UTC, 0 replies.
- [04/16] git commit: ACCUMULO-2334 Make a slightly better ZK check for the mid-1.5.1-SNAPSHOT state. - posted by el...@apache.org on 2014/02/11 19:41:45 UTC, 0 replies.
- [05/16] git commit: ACCUMULO-2334 Make a slightly better ZK check for the mid-1.5.1-SNAPSHOT state. - posted by el...@apache.org on 2014/02/11 19:41:46 UTC, 0 replies.
- [06/16] git commit: ACCUMULO-2334 Make a slightly better ZK check for the mid-1.5.1-SNAPSHOT state. - posted by el...@apache.org on 2014/02/11 19:41:47 UTC, 0 replies.
- [07/16] git commit: ACCUMULO-2334 Use the ZooReaderWriter exists() and make a slightly better comment. - posted by el...@apache.org on 2014/02/11 19:41:48 UTC, 0 replies.
- [08/16] git commit: ACCUMULO-2334 Use the ZooReaderWriter exists() and make a slightly better comment. - posted by el...@apache.org on 2014/02/11 19:41:49 UTC, 0 replies.
- [09/16] git commit: ACCUMULO-2334 Use the ZooReaderWriter exists() and make a slightly better comment. - posted by el...@apache.org on 2014/02/11 19:41:50 UTC, 0 replies.
- [10/16] Merge branch '1.5.1-SNAPSHOT' into 1.6.0-SNAPSHOT - posted by el...@apache.org on 2014/02/11 19:41:51 UTC, 0 replies.
- [11/16] git commit: Merge branch '1.5.1-SNAPSHOT' into 1.6.0-SNAPSHOT - posted by el...@apache.org on 2014/02/11 19:41:52 UTC, 0 replies.
- [12/16] Merge branch '1.5.1-SNAPSHOT' into 1.6.0-SNAPSHOT - posted by el...@apache.org on 2014/02/11 19:41:53 UTC, 0 replies.
- [14/16] git commit: Merge branch '1.5.1-SNAPSHOT' into 1.6.0-SNAPSHOT - posted by el...@apache.org on 2014/02/11 19:41:55 UTC, 0 replies.
- [15/16] git commit: Merge branch '1.5.1-SNAPSHOT' into 1.6.0-SNAPSHOT - posted by el...@apache.org on 2014/02/11 19:41:56 UTC, 0 replies.
- [16/16] git commit: Merge branch '1.6.0-SNAPSHOT' - posted by el...@apache.org on 2014/02/11 19:41:57 UTC, 0 replies.
- [1/6] git commit: ACCUMULO-2334 Comment in Master.upgradeZookeeper() about the checks that the monitor is also doing. - posted by el...@apache.org on 2014/02/11 21:04:49 UTC, 0 replies.
- [2/6] git commit: ACCUMULO-2334 Comment in Master.upgradeZookeeper() about the checks that the monitor is also doing. - posted by el...@apache.org on 2014/02/11 21:04:50 UTC, 0 replies.
- [3/6] git commit: ACCUMULO-2334 Comment in Master.upgradeZookeeper() about the checks that the monitor is also doing. - posted by el...@apache.org on 2014/02/11 21:04:51 UTC, 0 replies.
- [1/9] git commit: ACCUMULO-2170 Fix up changes, split 1.5.1 changes from 1.5.0 changes, and update for recent fixes since rc1 - posted by el...@apache.org on 2014/02/12 05:02:24 UTC, 0 replies.
- [2/9] git commit: ACCUMULO-2170 Fix up changes, split 1.5.1 changes from 1.5.0 changes, and update for recent fixes since rc1 - posted by el...@apache.org on 2014/02/12 05:02:25 UTC, 0 replies.
- [3/9] git commit: ACCUMULO-2170 Fix up changes, split 1.5.1 changes from 1.5.0 changes, and update for recent fixes since rc1 - posted by el...@apache.org on 2014/02/12 05:02:26 UTC, 0 replies.
- [4/9] git commit: ACCUMULO-2356 Remove terrible static blocks and use BeforeClass annotations. - posted by el...@apache.org on 2014/02/12 05:02:27 UTC, 0 replies.
- [5/9] git commit: ACCUMULO-2356 Remove terrible static blocks and use BeforeClass annotations. - posted by el...@apache.org on 2014/02/12 05:02:28 UTC, 0 replies.
- [6/9] git commit: ACCUMULO-2356 Remove terrible static blocks and use BeforeClass annotations. - posted by el...@apache.org on 2014/02/12 05:02:29 UTC, 0 replies.
- [7/9] git commit: Merge branch '1.5.1-SNAPSHOT' into 1.6.0-SNAPSHOT - posted by el...@apache.org on 2014/02/12 05:02:30 UTC, 0 replies.
- [8/9] git commit: Merge branch '1.5.1-SNAPSHOT' into 1.6.0-SNAPSHOT - posted by el...@apache.org on 2014/02/12 05:02:31 UTC, 0 replies.
- [9/9] git commit: Merge branch '1.6.0-SNAPSHOT' - posted by el...@apache.org on 2014/02/12 05:02:32 UTC, 1 replies.
- [1/6] git commit: ACCUMULO-2170 Add the new test fix - posted by el...@apache.org on 2014/02/12 05:43:16 UTC, 0 replies.
- [2/6] git commit: ACCUMULO-2170 Add the new test fix - posted by el...@apache.org on 2014/02/12 05:43:17 UTC, 0 replies.
- [3/6] git commit: ACCUMULO-2170 Add the new test fix - posted by el...@apache.org on 2014/02/12 05:43:18 UTC, 0 replies.
- [1/6] git commit: ACCUMULO-2170 Collapse down spacing and remove 1.5.0 changes. - posted by el...@apache.org on 2014/02/12 18:47:37 UTC, 0 replies.
- [2/6] git commit: ACCUMULO-2170 Collapse down spacing and remove 1.5.0 changes. - posted by el...@apache.org on 2014/02/12 18:47:38 UTC, 0 replies.
- [3/6] git commit: ACCUMULO-2170 Collapse down spacing and remove 1.5.0 changes. - posted by el...@apache.org on 2014/02/12 18:47:39 UTC, 0 replies.
- [1/6] git commit: ACCUMULO-2170 Remove the -RC suffix from the tag name - posted by el...@apache.org on 2014/02/12 18:58:01 UTC, 0 replies.
- [2/6] git commit: ACCUMULO-2170 Remove the -RC suffix from the tag name - posted by el...@apache.org on 2014/02/12 18:58:02 UTC, 0 replies.
- [3/6] git commit: ACCUMULO-2170 Remove the -RC suffix from the tag name - posted by el...@apache.org on 2014/02/12 18:58:03 UTC, 0 replies.
- git commit: ACCUMULO-2360 adding TNonblockingServer.maxReadBufferBytes setting - posted by vi...@apache.org on 2014/02/12 20:25:09 UTC, 0 replies.
- [1/2] git commit: ACCUMULO-2360 adding TNonblockingServer.maxReadBufferBytes setting - posted by vi...@apache.org on 2014/02/12 20:25:47 UTC, 0 replies.
- [1/3] git commit: ACCUMULO-2360 adding TNonblockingServer.maxReadBufferBytes setting - posted by vi...@apache.org on 2014/02/12 20:26:06 UTC, 0 replies.
- [2/3] git commit: Merge remote-tracking branch 'origin/1.5.1-SNAPSHOT' into 1.6.0-SNAPSHOT - posted by vi...@apache.org on 2014/02/12 20:26:07 UTC, 0 replies.
- [3/3] git commit: Merge branch '1.6.0-SNAPSHOT' - posted by vi...@apache.org on 2014/02/12 20:26:08 UTC, 8 replies.
- svn commit: r1567814 - in /accumulo/site/trunk: content/releasing.mdtext templates/sidenav.mdtext - posted by el...@apache.org on 2014/02/13 01:04:51 UTC, 0 replies.
- svn commit: r897686 - in /websites/staging/accumulo/trunk/content: ./ 1.4/examples/ 1.4/user_manual/ 1.5/examples/ downloads/ example/ governance/ user_manual_1.3-incubating/ user_manual_1.3-incubating/examples/ - posted by bu...@apache.org on 2014/02/13 01:05:21 UTC, 0 replies.
- svn commit: r897687 - in /websites/production/accumulo/content: ./ 1.4/apidocs/ 1.5/apidocs/ - posted by el...@apache.org on 2014/02/13 01:06:29 UTC, 0 replies.
- [1/6] git commit: ACCUMULO-2369 Increase the sleep time and add some comments as to why - posted by el...@apache.org on 2014/02/14 01:14:02 UTC, 0 replies.
- [2/6] git commit: ACCUMULO-2369 Increase the sleep time and add some comments as to why - posted by el...@apache.org on 2014/02/14 01:14:03 UTC, 0 replies.
- [3/6] git commit: ACCUMULO-2369 Increase the sleep time and add some comments as to why - posted by el...@apache.org on 2014/02/14 01:14:04 UTC, 0 replies.
- [1/5] git commit: ACCUMULO-2297 Remove unnecessary currentValue and add javadoc for purpose of other members - posted by el...@apache.org on 2014/02/14 03:18:26 UTC, 0 replies.
- [2/5] git commit: ACCUMULO-2297 Remove unnecessary currentValue and add javadoc for purpose of other members - posted by el...@apache.org on 2014/02/14 03:18:27 UTC, 0 replies.
- [3/5] git commit: ACCUMULO-1764 Iterate over each volume and compute an overall summary of usage. - posted by el...@apache.org on 2014/02/14 03:18:28 UTC, 0 replies.
- [4/5] git commit: ACCUMULO-1764 Iterate over each volume and compute an overall summary of usage. - posted by el...@apache.org on 2014/02/14 03:18:29 UTC, 0 replies.
- [5/5] git commit: Merge branch '1.6.0-SNAPSHOT' - posted by el...@apache.org on 2014/02/14 03:18:30 UTC, 3 replies.
- svn commit: r1568360 - /accumulo/site/trunk/content/releasing.mdtext - posted by ec...@apache.org on 2014/02/14 18:14:19 UTC, 0 replies.
- svn commit: r897921 - in /websites/staging/accumulo/trunk/content: ./ releasing.html - posted by bu...@apache.org on 2014/02/14 18:14:32 UTC, 0 replies.
- svn commit: r897922 - in /websites/production/accumulo/content: ./ 1.4/apidocs/ 1.5/apidocs/ - posted by ec...@apache.org on 2014/02/14 18:17:09 UTC, 0 replies.
- git commit: ACCUMULO-2350 add recommendation to use InstanceOperations methods to get/set server side configuration - posted by ec...@apache.org on 2014/02/14 18:33:19 UTC, 0 replies.
- [1/2] git commit: ACCUMULO-2350 add recommendation to use InstanceOperations methods to get/set server side configuration - posted by ec...@apache.org on 2014/02/14 18:34:01 UTC, 0 replies.
- [2/2] git commit: Merge branch '1.6.0-SNAPSHOT' - posted by ec...@apache.org on 2014/02/14 18:34:02 UTC, 14 replies.
- git commit: ACCUMULO-1961 remove unused imports and variables - posted by ec...@apache.org on 2014/02/14 18:39:24 UTC, 0 replies.
- [1/2] git commit: ACCUMULO-1961 remove unused imports and variables - posted by ec...@apache.org on 2014/02/14 18:39:40 UTC, 0 replies.
- git commit: ACCUMULO-2370 remove useless call - posted by ec...@apache.org on 2014/02/14 19:06:43 UTC, 0 replies.
- [1/2] git commit: ACCUMULO-2062 marking property general.volume.chooser as @Experimental - posted by ec...@apache.org on 2014/02/18 15:47:14 UTC, 0 replies.
- [2/2] git commit: ACCUMULO-2361 fix missing space in error message - posted by ec...@apache.org on 2014/02/18 15:47:15 UTC, 0 replies.
- [1/5] git commit: ACCUMULO-2370 remove useless call - posted by ec...@apache.org on 2014/02/18 15:58:27 UTC, 0 replies.
- [2/5] git commit: Merge branch '1.6.0-SNAPSHOT' - posted by ec...@apache.org on 2014/02/18 15:58:28 UTC, 0 replies.
- [3/5] git commit: ACCUMULO-2062 marking property general.volume.chooser as @Experimental - posted by ec...@apache.org on 2014/02/18 15:58:29 UTC, 0 replies.
- [4/5] git commit: ACCUMULO-2361 fix missing space in error message - posted by ec...@apache.org on 2014/02/18 15:58:30 UTC, 0 replies.
- [1/2] git commit: ACCUMULO-2361 IT to reproduce - posted by ec...@apache.org on 2014/02/18 17:53:07 UTC, 1 replies.
- [2/2] git commit: Merge branch '1.5.1-SNAPSHOT' of https://git-wip-us.apache.org/repos/asf/accumulo into 1.5.1-SNAPSHOT - posted by ec...@apache.org on 2014/02/18 17:53:08 UTC, 1 replies.
- [2/2] git commit: Merge branch '1.5.1-SNAPSHOT' into 1.6.0-SNAPSHOT - posted by ec...@apache.org on 2014/02/18 17:53:18 UTC, 2 replies.
- [1/3] git commit: ACCUMULO-2361 IT to reproduce - posted by ec...@apache.org on 2014/02/18 17:53:24 UTC, 0 replies.
- [2/3] git commit: Merge branch '1.5.1-SNAPSHOT' into 1.6.0-SNAPSHOT - posted by ec...@apache.org on 2014/02/18 17:53:25 UTC, 3 replies.
- git commit: ACCUMULO-2361 made test a functional SimpleIT for 1.6 and later - posted by ec...@apache.org on 2014/02/18 17:56:40 UTC, 0 replies.
- git commit: ACCUMULO-2361 clean-up: remove commented code - posted by ec...@apache.org on 2014/02/18 18:08:21 UTC, 0 replies.
- [1/2] git commit: Merge branch '1.5.1-SNAPSHOT' of https://git-wip-us.apache.org/repos/asf/accumulo into 1.5.1-SNAPSHOT - posted by ec...@apache.org on 2014/02/18 18:09:35 UTC, 0 replies.
- [1/3] git commit: Merge branch '1.5.1-SNAPSHOT' of https://git-wip-us.apache.org/repos/asf/accumulo into 1.5.1-SNAPSHOT - posted by ec...@apache.org on 2014/02/18 18:09:43 UTC, 1 replies.
- git commit: ACCUMULO-2361 integration test should be int src/test/java - posted by ec...@apache.org on 2014/02/18 21:01:32 UTC, 0 replies.
- git commit: ACCUMULO-2361 clean-up at the end of the test - posted by ec...@apache.org on 2014/02/18 21:06:00 UTC, 0 replies.
- [1/4] git commit: ACCUMULO-2361 clean-up: remove commented code - posted by ec...@apache.org on 2014/02/18 21:08:13 UTC, 0 replies.
- [2/4] git commit: ACCUMULO-2361 clean-up at the end of the test - posted by ec...@apache.org on 2014/02/18 21:08:14 UTC, 0 replies.
- [3/4] git commit: Merge branch '1.5.1-SNAPSHOT' into 1.6.0-SNAPSHOT - posted by ec...@apache.org on 2014/02/18 21:08:15 UTC, 1 replies.
- [4/4] git commit: Merge branch '1.6.0-SNAPSHOT' of https://git-wip-us.apache.org/repos/asf/accumulo into 1.6.0-SNAPSHOT - posted by ec...@apache.org on 2014/02/18 21:08:16 UTC, 1 replies.
- [1/5] git commit: ACCUMULO-2361 clean-up: remove commented code - posted by ec...@apache.org on 2014/02/18 21:08:24 UTC, 0 replies.
- [2/5] git commit: ACCUMULO-2361 clean-up at the end of the test - posted by ec...@apache.org on 2014/02/18 21:08:25 UTC, 0 replies.
- [3/5] git commit: Merge branch '1.5.1-SNAPSHOT' into 1.6.0-SNAPSHOT - posted by ec...@apache.org on 2014/02/18 21:08:26 UTC, 0 replies.
- [4/5] git commit: Merge branch '1.6.0-SNAPSHOT' of https://git-wip-us.apache.org/repos/asf/accumulo into 1.6.0-SNAPSHOT - posted by ec...@apache.org on 2014/02/18 21:08:27 UTC, 0 replies.
- svn commit: r1569514 - /accumulo/site/trunk/content/notable_features.mdtext - posted by el...@apache.org on 2014/02/18 21:10:27 UTC, 0 replies.
- svn commit: r898428 - in /websites/staging/accumulo/trunk/content: ./ notable_features.html - posted by bu...@apache.org on 2014/02/18 21:10:41 UTC, 0 replies.
- svn commit: r898430 - in /websites/production/accumulo/content: ./ 1.4/apidocs/ 1.5/apidocs/ - posted by el...@apache.org on 2014/02/18 21:11:21 UTC, 0 replies.
- git commit: ACCUMULO-1961 fixing warnings - posted by ec...@apache.org on 2014/02/18 21:17:18 UTC, 0 replies.
- [1/2] git commit: ACCUMULO-1961 fixing warnings - posted by ec...@apache.org on 2014/02/18 21:17:29 UTC, 0 replies.
- [2/2] git commit: ACCUMULO-1961 fixing warnings - posted by ec...@apache.org on 2014/02/18 21:17:30 UTC, 0 replies.
- [1/3] git commit: ACCUMULO-1961 fixing warnings - posted by ec...@apache.org on 2014/02/18 21:17:39 UTC, 0 replies.
- [2/3] git commit: ACCUMULO-1961 fixing warnings - posted by ec...@apache.org on 2014/02/18 21:17:40 UTC, 0 replies.
- git commit: ACCUMULO-1961 Fix more recently introduced javadoc problems. - posted by ct...@apache.org on 2014/02/18 21:34:16 UTC, 0 replies.
- [01/14] git commit: Merge branch '1.4.5-SNAPSHOT' of https://git-wip-us.apache.org/repos/asf/accumulo into 1.4.5-SNAPSHOT - posted by bh...@apache.org on 2014/02/19 15:37:50 UTC, 0 replies.
- [02/14] git commit: Merge branch '1.4.5-SNAPSHOT' of https://git-wip-us.apache.org/repos/asf/accumulo into 1.4.5-SNAPSHOT - posted by bh...@apache.org on 2014/02/19 15:37:51 UTC, 0 replies.
- [03/14] git commit: Merge branch '1.4.5-SNAPSHOT' of https://git-wip-us.apache.org/repos/asf/accumulo into 1.4.5-SNAPSHOT - posted by bh...@apache.org on 2014/02/19 15:37:52 UTC, 0 replies.
- [04/14] git commit: ACCUMULO-1961 Fix more recently introduced javadoc problems. - posted by bh...@apache.org on 2014/02/19 15:37:53 UTC, 0 replies.
- [05/14] git commit: ACCUMULO-2378 Replace LOGNAME usage in TestUtils.py with getpass - posted by bh...@apache.org on 2014/02/19 15:37:54 UTC, 0 replies.
- [06/14] git commit: ACCUMULO-2378 Replace LOGNAME usage in TestUtils.py with getpass - posted by bh...@apache.org on 2014/02/19 15:37:55 UTC, 0 replies.
- [07/14] git commit: ACCUMULO-2378 Replace LOGNAME usage in TestUtils.py with getpass - posted by bh...@apache.org on 2014/02/19 15:37:56 UTC, 0 replies.
- [08/14] git commit: ACCUMULO-2378 Replace LOGNAME usage in TestUtils.py with getpass - posted by bh...@apache.org on 2014/02/19 15:37:57 UTC, 0 replies.
- [09/14] git commit: Merge branch '1.4.5-SNAPSHOT' into 1.5.1-SNAPSHOT - posted by bh...@apache.org on 2014/02/19 15:37:58 UTC, 0 replies.
- [10/14] git commit: Merge branch '1.4.5-SNAPSHOT' into 1.5.1-SNAPSHOT - posted by bh...@apache.org on 2014/02/19 15:37:59 UTC, 0 replies.
- [11/14] git commit: Merge branch '1.4.5-SNAPSHOT' into 1.5.1-SNAPSHOT - posted by bh...@apache.org on 2014/02/19 15:38:00 UTC, 0 replies.
- [12/14] git commit: Merge branch '1.5.1-SNAPSHOT' into 1.6.0-SNAPSHOT (-sours) - posted by bh...@apache.org on 2014/02/19 15:38:01 UTC, 0 replies.
- [13/14] git commit: Merge branch '1.5.1-SNAPSHOT' into 1.6.0-SNAPSHOT (-sours) - posted by bh...@apache.org on 2014/02/19 15:38:02 UTC, 0 replies.
- [14/14] git commit: Merge branch '1.6.0-SNAPSHOT' (-sours) - posted by bh...@apache.org on 2014/02/19 15:38:03 UTC, 0 replies.
- svn commit: r1569805 - /accumulo/site/trunk/content/contrib.mdtext - posted by md...@apache.org on 2014/02/19 17:06:45 UTC, 0 replies.
- svn commit: r898544 - in /websites/staging/accumulo/trunk/content: ./ contrib.html - posted by bu...@apache.org on 2014/02/19 17:06:58 UTC, 0 replies.
- svn commit: r898545 - in /websites/production/accumulo/content: ./ 1.4/apidocs/ 1.5/apidocs/ - posted by md...@apache.org on 2014/02/19 17:07:23 UTC, 0 replies.
- [01/10] git commit: ACCUMULO-2379 Document running functional tests under MR as a different user - posted by bh...@apache.org on 2014/02/19 17:12:04 UTC, 0 replies.
- [02/10] git commit: ACCUMULO-2379 Document running functional tests under MR as a different user - posted by bh...@apache.org on 2014/02/19 17:12:05 UTC, 0 replies.
- [03/10] git commit: ACCUMULO-2379 Document running functional tests under MR as a different user - posted by bh...@apache.org on 2014/02/19 17:12:06 UTC, 0 replies.
- [04/10] git commit: ACCUMULO-2379 Document running functional tests under MR as a different user - posted by bh...@apache.org on 2014/02/19 17:12:07 UTC, 0 replies.
- [05/10] git commit: Merge branch '1.4.5-SNAPSHOT' into 1.5.1-SNAPSHOT - posted by bh...@apache.org on 2014/02/19 17:12:08 UTC, 3 replies.
- [06/10] git commit: Merge branch '1.4.5-SNAPSHOT' into 1.5.1-SNAPSHOT - posted by bh...@apache.org on 2014/02/19 17:12:09 UTC, 3 replies.
- [07/10] git commit: Merge branch '1.4.5-SNAPSHOT' into 1.5.1-SNAPSHOT - posted by bh...@apache.org on 2014/02/19 17:12:10 UTC, 3 replies.
- [08/10] git commit: Merge branch '1.5.1-SNAPSHOT' into 1.6.0-SNAPSHOT - posted by bh...@apache.org on 2014/02/19 17:12:11 UTC, 2 replies.
- [09/10] git commit: Merge branch '1.5.1-SNAPSHOT' into 1.6.0-SNAPSHOT - posted by bh...@apache.org on 2014/02/19 17:12:12 UTC, 2 replies.
- [10/10] git commit: Merge branch '1.6.0-SNAPSHOT' - posted by bh...@apache.org on 2014/02/19 17:12:13 UTC, 3 replies.
- [1/2] git commit: ACCUMULO-2354 ensure that the TabletLocationState iterator is closed - posted by ec...@apache.org on 2014/02/19 19:29:00 UTC, 0 replies.
- [2/2] git commit: ACCUMULO-2354 ensure that the TabletLocationState iterator is closed - posted by ec...@apache.org on 2014/02/19 19:29:01 UTC, 0 replies.
- [1/3] git commit: ACCUMULO-2354 ensure that the TabletLocationState iterator is closed - posted by ec...@apache.org on 2014/02/19 19:29:09 UTC, 0 replies.
- [2/3] git commit: ACCUMULO-2354 ensure that the TabletLocationState iterator is closed - posted by ec...@apache.org on 2014/02/19 19:29:10 UTC, 0 replies.
- git commit: ACCUMULO-2324 synchronize on plain old Object, and not a String - posted by ec...@apache.org on 2014/02/19 19:52:41 UTC, 0 replies.
- [1/2] git commit: ACCUMULO-2324 synchronize on plain old Object, and not a String - posted by ec...@apache.org on 2014/02/19 19:52:52 UTC, 0 replies.
- [1/3] git commit: ACCUMULO-2324 synchronize on plain old Object, and not a String - posted by ec...@apache.org on 2014/02/19 19:53:03 UTC, 0 replies.
- git commit: ACCUMULO-1961 Re-apply inadvertently dropped 4abb3f1 to master branch - posted by ct...@apache.org on 2014/02/19 21:09:50 UTC, 0 replies.
- [1/2] git commit: ACCUMULO-2385 fix error running test against hadoop 1.0 - posted by ec...@apache.org on 2014/02/19 23:24:27 UTC, 0 replies.
- [1/3] git commit: ACCUMULO-2385 fix error running test against hadoop 1.0 - posted by ec...@apache.org on 2014/02/19 23:24:45 UTC, 0 replies.
- [3/3] git commit: Merge branch '1.6.0-SNAPSHOT' of https://git-wip-us.apache.org/repos/asf/accumulo into 1.6.0-SNAPSHOT - posted by ec...@apache.org on 2014/02/19 23:24:47 UTC, 0 replies.
- [1/4] git commit: ACCUMULO-2385 fix error running test against hadoop 1.0 - posted by ec...@apache.org on 2014/02/19 23:24:58 UTC, 0 replies.
- [2/4] git commit: Merge branch '1.5.1-SNAPSHOT' into 1.6.0-SNAPSHOT - posted by ec...@apache.org on 2014/02/19 23:24:59 UTC, 2 replies.
- [3/4] git commit: Merge branch '1.6.0-SNAPSHOT' - posted by ec...@apache.org on 2014/02/19 23:25:00 UTC, 1 replies.
- [4/4] git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/accumulo - posted by ec...@apache.org on 2014/02/19 23:25:01 UTC, 0 replies.
- git commit: ACCUMULO-2387 Use ACCUMULO_CONF_DIR to find config files in bootstrap_hdfs.sh - posted by ec...@apache.org on 2014/02/20 15:14:14 UTC, 0 replies.
- [2/3] git commit: ACCUMULO-2387 Use ACCUMULO_CONF_DIR to find config files in bootstrap_hdfs.sh - posted by ec...@apache.org on 2014/02/20 15:14:28 UTC, 0 replies.
- [3/3] git commit: Merge branch '1.5.1-SNAPSHOT' into 1.6.0-SNAPSHOT - posted by ec...@apache.org on 2014/02/20 15:14:29 UTC, 1 replies.
- [1/5] git commit: Merge branch '1.5.1-SNAPSHOT' of https://git-wip-us.apache.org/repos/asf/accumulo into 1.5.1-SNAPSHOT - posted by ec...@apache.org on 2014/02/20 15:14:34 UTC, 0 replies.
- [2/5] git commit: Merge branch '1.6.0-SNAPSHOT' of https://git-wip-us.apache.org/repos/asf/accumulo into 1.6.0-SNAPSHOT - posted by ec...@apache.org on 2014/02/20 15:14:35 UTC, 0 replies.
- [3/5] git commit: ACCUMULO-2387 Use ACCUMULO_CONF_DIR to find config files in bootstrap_hdfs.sh - posted by ec...@apache.org on 2014/02/20 15:14:36 UTC, 0 replies.
- [4/5] git commit: Merge branch '1.5.1-SNAPSHOT' into 1.6.0-SNAPSHOT - posted by ec...@apache.org on 2014/02/20 15:14:37 UTC, 0 replies.
- git commit: ACCUMULO-2371 add finally clause - posted by ec...@apache.org on 2014/02/20 16:10:39 UTC, 0 replies.
- [1/2] git commit: ACCUMULO-2371 add finally clause - posted by ec...@apache.org on 2014/02/20 16:10:49 UTC, 0 replies.
- [01/10] git commit: ACCUMULO-2380 Improve RunTests to produce useful mapper and job output - posted by bh...@apache.org on 2014/02/20 22:55:29 UTC, 0 replies.
- [02/10] git commit: ACCUMULO-2380 Improve RunTests to produce useful mapper and job output - posted by bh...@apache.org on 2014/02/20 22:55:30 UTC, 0 replies.
- [03/10] git commit: ACCUMULO-2380 Improve RunTests to produce useful mapper and job output - posted by bh...@apache.org on 2014/02/20 22:55:31 UTC, 0 replies.
- [04/10] git commit: ACCUMULO-2380 Improve RunTests to produce useful mapper and job output - posted by bh...@apache.org on 2014/02/20 22:55:32 UTC, 0 replies.
- [08/10] git commit: Merge branch '1.5.1-SNAPSHOT' into 1.6.0-SNAPSHOT (-sours) - posted by bh...@apache.org on 2014/02/20 22:55:36 UTC, 0 replies.
- [09/10] git commit: Merge branch '1.5.1-SNAPSHOT' into 1.6.0-SNAPSHOT (-sours) - posted by bh...@apache.org on 2014/02/20 22:55:37 UTC, 0 replies.
- [01/12] git commit: Revert "ACCUMULO-2170 Collapse down spacing and remove 1.5.0 changes." - posted by el...@apache.org on 2014/02/21 23:21:11 UTC, 0 replies.
- [02/12] git commit: Revert "ACCUMULO-2170 Collapse down spacing and remove 1.5.0 changes." - posted by el...@apache.org on 2014/02/21 23:21:12 UTC, 0 replies.
- [03/12] git commit: Revert "ACCUMULO-2170 Collapse down spacing and remove 1.5.0 changes." - posted by el...@apache.org on 2014/02/21 23:21:13 UTC, 0 replies.
- [04/12] git commit: ACCUMULO-2170 Re-fix the whitespace changes that I want. - posted by el...@apache.org on 2014/02/21 23:21:14 UTC, 0 replies.
- [05/12] git commit: ACCUMULO-2170 Re-fix the whitespace changes that I want. - posted by el...@apache.org on 2014/02/21 23:21:15 UTC, 0 replies.
- [06/12] git commit: ACCUMULO-2170 Re-fix the whitespace changes that I want. - posted by el...@apache.org on 2014/02/21 23:21:16 UTC, 0 replies.
- [07/12] git commit: ACCUMULO-2170 Update CHANGES with changes since 1.5.1-RC2 - posted by el...@apache.org on 2014/02/21 23:21:17 UTC, 0 replies.
- [08/12] git commit: ACCUMULO-2170 Update CHANGES with changes since 1.5.1-RC2 - posted by el...@apache.org on 2014/02/21 23:21:18 UTC, 0 replies.
- [09/12] git commit: ACCUMULO-2170 Update CHANGES with changes since 1.5.1-RC2 - posted by el...@apache.org on 2014/02/21 23:21:19 UTC, 0 replies.
- [1/3] ACCUMULO-841 Refactor randomwalk State class - posted by bh...@apache.org on 2014/02/24 17:01:32 UTC, 0 replies.
- [2/3] ACCUMULO-841 Refactor randomwalk State class - posted by bh...@apache.org on 2014/02/24 17:01:33 UTC, 0 replies.
- [3/3] git commit: ACCUMULO-841 Refactor randomwalk State class - posted by bh...@apache.org on 2014/02/24 17:01:34 UTC, 0 replies.
- git commit: ACCUMULO-2391 hide warning if it takes just one retry - posted by ec...@apache.org on 2014/02/24 17:41:13 UTC, 0 replies.
- [1/2] git commit: ACCUMULO-2391 hide warning if it takes just one retry - posted by ec...@apache.org on 2014/02/24 17:41:19 UTC, 0 replies.
- git commit: ACCUMULO-2393 handle table deletion race condition - posted by ec...@apache.org on 2014/02/24 18:19:57 UTC, 0 replies.
- [1/2] git commit: ACCUMULO-2393 handle table deletion race condition - posted by ec...@apache.org on 2014/02/24 18:20:03 UTC, 0 replies.
- [01/10] git commit: ACCUMULO-2390 InvocationTargetEx in TraceProxy - posted by md...@apache.org on 2014/02/24 18:32:47 UTC, 0 replies.
- [02/10] git commit: ACCUMULO-2390 InvocationTargetEx in TraceProxy - posted by md...@apache.org on 2014/02/24 18:32:48 UTC, 0 replies.
- [03/10] git commit: ACCUMULO-2390 InvocationTargetEx in TraceProxy - posted by md...@apache.org on 2014/02/24 18:32:49 UTC, 0 replies.
- [04/10] git commit: ACCUMULO-2390 InvocationTargetEx in TraceProxy - posted by md...@apache.org on 2014/02/24 18:32:50 UTC, 0 replies.
- [1/6] git commit: ACCUMULO-2170 One more update to CHANGES - posted by el...@apache.org on 2014/02/24 18:51:00 UTC, 0 replies.
- [2/6] git commit: ACCUMULO-2170 One more update to CHANGES - posted by el...@apache.org on 2014/02/24 18:51:01 UTC, 0 replies.
- [3/6] git commit: ACCUMULO-2170 One more update to CHANGES - posted by el...@apache.org on 2014/02/24 18:51:02 UTC, 0 replies.
- git commit: ACCUMULO-2397 dirty the !METADATA table a second time to ensure the file list changes - posted by ec...@apache.org on 2014/02/24 19:40:13 UTC, 0 replies.
- [1/2] git commit: ACCUMULO-2397 dirty the !METADATA table a second time to ensure the file list changes - posted by ec...@apache.org on 2014/02/24 19:40:21 UTC, 0 replies.
- [1/6] git commit: ACCUMULO-2170 Update year in copyright NOTICE. - posted by el...@apache.org on 2014/02/24 19:43:02 UTC, 0 replies.
- [2/6] git commit: ACCUMULO-2170 Update year in copyright NOTICE. - posted by el...@apache.org on 2014/02/24 19:43:03 UTC, 0 replies.
- [3/6] git commit: ACCUMULO-2170 Update year in copyright NOTICE. - posted by el...@apache.org on 2014/02/24 19:43:04 UTC, 0 replies.
- git commit: ACCUMULO-2398 write more data, wait less between checks - posted by ec...@apache.org on 2014/02/24 20:00:15 UTC, 0 replies.
- [1/2] git commit: ACCUMULO-2398 write more data, wait less between checks - posted by ec...@apache.org on 2014/02/24 20:00:25 UTC, 0 replies.
- svn commit: r1571400 - /accumulo/site/trunk/content/releasing.mdtext - posted by el...@apache.org on 2014/02/24 20:08:10 UTC, 0 replies.
- svn commit: r899046 - in /websites/staging/accumulo/trunk/content: ./ releasing.html - posted by bu...@apache.org on 2014/02/24 20:08:22 UTC, 0 replies.
- svn commit: r899047 - in /websites/production/accumulo/content: ./ 1.4/apidocs/ 1.5/apidocs/ - posted by el...@apache.org on 2014/02/24 20:16:46 UTC, 0 replies.
- git commit: ACCUMULO-2345 Improve ConstraintCheck.check and add unit test - posted by bh...@apache.org on 2014/02/25 16:07:58 UTC, 0 replies.
- [1/3] ACCUMULO-1832 added volume replacement - posted by kt...@apache.org on 2014/02/25 17:13:58 UTC, 0 replies.
- [2/3] ACCUMULO-1832 added volume replacement - posted by kt...@apache.org on 2014/02/25 17:13:59 UTC, 0 replies.
- [3/3] git commit: ACCUMULO-1832 added volume replacement - posted by kt...@apache.org on 2014/02/25 17:14:00 UTC, 0 replies.
- [1/4] ACCUMULO-1832 added volume replacement - posted by kt...@apache.org on 2014/02/25 17:23:41 UTC, 0 replies.
- [2/4] ACCUMULO-1832 added volume replacement - posted by kt...@apache.org on 2014/02/25 17:23:42 UTC, 0 replies.
- [3/4] git commit: ACCUMULO-1832 added volume replacement - posted by kt...@apache.org on 2014/02/25 17:23:43 UTC, 0 replies.
- [4/4] git commit: Merge branch '1.6.0-SNAPSHOT' - posted by kt...@apache.org on 2014/02/25 17:23:44 UTC, 2 replies.
- [1/2] git commit: ACCUMULO-2401 finish removing hacky site-configuration manipulation - posted by ec...@apache.org on 2014/02/25 18:26:22 UTC, 0 replies.
- [2/2] git commit: ACCUMULO-2401 removed many calls to deprecated AccumuloConfiguration.getSiteConfiguration() fixed hacky crypto tests that messed with the site configuration - posted by ec...@apache.org on 2014/02/25 18:26:23 UTC, 0 replies.
- [1/3] git commit: ACCUMULO-2401 finish removing hacky site-configuration manipulation - posted by ec...@apache.org on 2014/02/25 18:26:31 UTC, 0 replies.
- [2/3] git commit: ACCUMULO-2401 removed many calls to deprecated AccumuloConfiguration.getSiteConfiguration() fixed hacky crypto tests that messed with the site configuration - posted by ec...@apache.org on 2014/02/25 18:26:32 UTC, 0 replies.
- git commit: ACCUMULO-2400 read the output file, not stdout - posted by ec...@apache.org on 2014/02/25 18:36:17 UTC, 0 replies.
- [1/2] git commit: ACCUMULO-2400 read the output file, not stdout - posted by ec...@apache.org on 2014/02/25 18:36:24 UTC, 0 replies.
- [01/10] git commit: ACCUMULO-2404 Better error logging in start.Main - posted by md...@apache.org on 2014/02/25 20:53:07 UTC, 0 replies.
- [02/10] git commit: ACCUMULO-2404 Better error logging in start.Main - posted by md...@apache.org on 2014/02/25 20:53:08 UTC, 0 replies.
- [03/10] git commit: ACCUMULO-2404 Better error logging in start.Main - posted by md...@apache.org on 2014/02/25 20:53:09 UTC, 0 replies.
- [04/10] git commit: ACCUMULO-2404 Better error logging in start.Main - posted by md...@apache.org on 2014/02/25 20:53:10 UTC, 0 replies.
- git commit: ACCUMULO-2406 make GarbageCollectorIT use RawLocalFileSystem so walog writes are not lost - posted by kt...@apache.org on 2014/02/25 22:09:43 UTC, 0 replies.
- [1/2] git commit: ACCUMULO-2406 make GarbageCollectorIT use RawLocalFileSystem so walog writes are not lost - posted by kt...@apache.org on 2014/02/25 22:12:02 UTC, 0 replies.
- git commit: ACCUMULO-1832 added some javadoc to VolumeUtil - posted by kt...@apache.org on 2014/02/26 00:14:27 UTC, 0 replies.
- [1/2] git commit: ACCUMULO-1832 added some javadoc to VolumeUtil - posted by kt...@apache.org on 2014/02/26 00:15:36 UTC, 0 replies.
- svn commit: r1571905 - /accumulo/site/trunk/content/source.mdtext - posted by el...@apache.org on 2014/02/26 04:46:00 UTC, 0 replies.
- svn commit: r899217 - in /websites/staging/accumulo/trunk/content: ./ source.html - posted by bu...@apache.org on 2014/02/26 04:46:47 UTC, 0 replies.
- svn commit: r899218 - in /websites/production/accumulo/content: ./ 1.4/apidocs/ 1.5/apidocs/ - posted by el...@apache.org on 2014/02/26 04:47:21 UTC, 0 replies.
- git commit: ACCUMULO-2246 made MiniAccumloConfig getters return what was set - posted by kt...@apache.org on 2014/02/26 18:48:46 UTC, 0 replies.
- [1/2] git commit: ACCUMULO-2246 made MiniAccumloConfig getters return what was set - posted by kt...@apache.org on 2014/02/26 18:48:58 UTC, 0 replies.
- git commit: ACCUMULO-2411 Fix warnings in 1.5 branch - posted by ct...@apache.org on 2014/02/26 20:38:20 UTC, 0 replies.
- git commit: ACCUMULO-2408 organize static final members of abstract class to a concrete implementation - posted by ec...@apache.org on 2014/02/26 20:40:01 UTC, 0 replies.
- [1/6] git commit: ACCUMULO-2408 organize static final members of abstract class to a concrete implementation - posted by ec...@apache.org on 2014/02/26 20:40:35 UTC, 0 replies.
- [2/6] ACCUMULO-2408 organize static final members of abstract class to a concrete implementation - posted by ec...@apache.org on 2014/02/26 20:40:36 UTC, 0 replies.
- [3/6] ACCUMULO-2408 organize static final members of abstract class to a concrete implementation - posted by ec...@apache.org on 2014/02/26 20:40:37 UTC, 0 replies.
- [4/6] ACCUMULO-2408 organize static final members of abstract class to a concrete implementation - posted by ec...@apache.org on 2014/02/26 20:40:38 UTC, 0 replies.
- [5/6] git commit: ACCUMULO-2408 organize static final members of abstract class to a concrete implementation - posted by ec...@apache.org on 2014/02/26 20:40:39 UTC, 0 replies.
- [6/6] git commit: Merge branch '1.5.1-SNAPSHOT' of https://git-wip-us.apache.org/repos/asf/accumulo into 1.5.1-SNAPSHOT - posted by ec...@apache.org on 2014/02/26 20:40:40 UTC, 0 replies.
- [1/8] git commit: ACCUMULO-2408 organize static final members of abstract class to a concrete implementation - posted by ec...@apache.org on 2014/02/26 20:40:46 UTC, 0 replies.
- [2/8] ACCUMULO-2408 organize static final members of abstract class to a concrete implementation - posted by ec...@apache.org on 2014/02/26 20:40:47 UTC, 0 replies.
- [3/8] ACCUMULO-2408 organize static final members of abstract class to a concrete implementation - posted by ec...@apache.org on 2014/02/26 20:40:48 UTC, 0 replies.
- [4/8] ACCUMULO-2408 organize static final members of abstract class to a concrete implementation - posted by ec...@apache.org on 2014/02/26 20:40:49 UTC, 0 replies.
- [5/8] git commit: ACCUMULO-2408 organize static final members of abstract class to a concrete implementation - posted by ec...@apache.org on 2014/02/26 20:40:50 UTC, 0 replies.
- [6/8] ACCUMULO-2408 organize static final members of abstract class to a concrete implementation - posted by ec...@apache.org on 2014/02/26 20:40:51 UTC, 0 replies.
- [7/8] ACCUMULO-2408 organize static final members of abstract class to a concrete implementation - posted by ec...@apache.org on 2014/02/26 20:40:52 UTC, 0 replies.
- [8/8] git commit: ACCUMULO-2408 organize static final members of abstract class to a concrete implementation - posted by ec...@apache.org on 2014/02/26 20:40:53 UTC, 0 replies.
- [1/9] git commit: ACCUMULO-2408 organize static final members of abstract class to a concrete implementation - posted by ec...@apache.org on 2014/02/26 20:40:55 UTC, 0 replies.
- [2/9] ACCUMULO-2408 organize static final members of abstract class to a concrete implementation - posted by ec...@apache.org on 2014/02/26 20:40:56 UTC, 0 replies.
- [3/9] ACCUMULO-2408 organize static final members of abstract class to a concrete implementation - posted by ec...@apache.org on 2014/02/26 20:40:57 UTC, 0 replies.
- [4/9] ACCUMULO-2408 organize static final members of abstract class to a concrete implementation - posted by ec...@apache.org on 2014/02/26 20:40:58 UTC, 0 replies.
- [5/9] git commit: ACCUMULO-2408 organize static final members of abstract class to a concrete implementation - posted by ec...@apache.org on 2014/02/26 20:40:59 UTC, 0 replies.
- [6/9] ACCUMULO-2408 organize static final members of abstract class to a concrete implementation - posted by ec...@apache.org on 2014/02/26 20:41:00 UTC, 0 replies.
- [7/9] ACCUMULO-2408 organize static final members of abstract class to a concrete implementation - posted by ec...@apache.org on 2014/02/26 20:41:01 UTC, 0 replies.
- [8/9] git commit: ACCUMULO-2408 organize static final members of abstract class to a concrete implementation - posted by ec...@apache.org on 2014/02/26 20:41:02 UTC, 0 replies.
- [1/3] git commit: ACCUMULO-2411 Fix warnings in 1.5 branch - posted by ct...@apache.org on 2014/02/26 21:48:56 UTC, 0 replies.
- [2/3] git commit: Merge branch '1.5.1-SNAPSHOT' of https://git-wip-us.apache.org/repos/asf/accumulo into 1.5.1-SNAPSHOT - posted by ct...@apache.org on 2014/02/26 21:48:57 UTC, 0 replies.
- [1/4] git commit: ACCUMULO-2411 Fix warnings in 1.5 branch - posted by ct...@apache.org on 2014/02/26 21:59:38 UTC, 0 replies.
- [2/4] git commit: Merge branch '1.5.1-SNAPSHOT' of https://git-wip-us.apache.org/repos/asf/accumulo into 1.5.1-SNAPSHOT - posted by ct...@apache.org on 2014/02/26 21:59:39 UTC, 0 replies.
- [1/2] git commit: ACCUMULO-2291 CheckForMetadataProblems now checks the root table as well as the metadata table for problems. Also removed the fix option for the metadata table. - posted by ct...@apache.org on 2014/02/26 22:16:31 UTC, 0 replies.
- [2/2] git commit: ACCUMULO-2389 Removed the OfflineMetadataScanner and the offline option in the CheckForMetadataProblems. - posted by ct...@apache.org on 2014/02/26 22:16:32 UTC, 0 replies.
- [1/4] git commit: ACCUMULO-2291 CheckForMetadataProblems now checks the root table as well as the metadata table for problems. Also removed the fix option for the metadata table. - posted by ct...@apache.org on 2014/02/26 22:30:22 UTC, 0 replies.
- [2/4] git commit: ACCUMULO-2389 Removed the OfflineMetadataScanner and the offline option in the CheckForMetadataProblems. - posted by ct...@apache.org on 2014/02/26 22:30:23 UTC, 0 replies.
- [4/4] git commit: ACCUMULO-841 Remove unused imports - posted by ct...@apache.org on 2014/02/26 22:30:25 UTC, 0 replies.
- git commit: ACCUMULO-2355 Shell should not log UserInterruptedException - posted by ct...@apache.org on 2014/02/26 22:51:45 UTC, 0 replies.
- [1/2] git commit: ACCUMULO-2355 Shell should not log UserInterruptedException - posted by ct...@apache.org on 2014/02/26 22:52:37 UTC, 0 replies.
- git commit: ACCUMULO-2049 Made shell use new instance.volumes config - posted by kt...@apache.org on 2014/02/27 01:53:41 UTC, 0 replies.
- [1/2] git commit: ACCUMULO-2049 Made shell use new instance.volumes config - posted by kt...@apache.org on 2014/02/27 01:54:01 UTC, 0 replies.
- [1/3] git commit: ACCUMULO-2049 Add missing license - posted by el...@apache.org on 2014/02/27 03:10:53 UTC, 0 replies.
- [2/3] git commit: ACCUMULO-2049 Add missing license - posted by el...@apache.org on 2014/02/27 03:10:54 UTC, 0 replies.
- svn commit: r1572413 - /accumulo/site/trunk/content/releasing.mdtext - posted by el...@apache.org on 2014/02/27 03:45:14 UTC, 0 replies.
- svn commit: r899346 - in /websites/staging/accumulo/trunk/content: ./ releasing.html - posted by bu...@apache.org on 2014/02/27 03:45:27 UTC, 0 replies.
- git commit: ACCUMULO-1669 Fix documentation to use example code that compiles when using a Mutation. - posted by uj...@apache.org on 2014/02/27 06:01:01 UTC, 0 replies.
- [1/2] git commit: ACCUMULO-1669 Fix documentation to use example code that compiles when using a Mutation. - posted by uj...@apache.org on 2014/02/27 06:04:32 UTC, 0 replies.
- [2/2] git commit: Merge remote-tracking branch 'origin/1.6.0-SNAPSHOT' - posted by uj...@apache.org on 2014/02/27 06:04:33 UTC, 0 replies.
- svn commit: r899355 - in /websites/production/accumulo/content: ./ 1.4/apidocs/ 1.5/apidocs/ - posted by el...@apache.org on 2014/02/27 06:05:29 UTC, 0 replies.
- git commit: ACCUMULO-2061 Re-sync up the changes from upstream. Start fixing things where it is fit. - posted by el...@apache.org on 2014/02/27 14:52:30 UTC, 0 replies.
- git commit: ACCUMULO-2405 check more frequently for the delete entries - posted by ec...@apache.org on 2014/02/27 16:59:17 UTC, 0 replies.
- [1/2] git commit: ACCUMULO-2405 check more frequently for the delete entries - posted by ec...@apache.org on 2014/02/27 16:59:34 UTC, 0 replies.
- [1/2] git commit: ACCUMULO-2405 use a simpler loop - posted by ec...@apache.org on 2014/02/27 18:14:42 UTC, 0 replies.
- [2/2] git commit: ACCUMULO-2418 use utility method to count iterables - posted by ec...@apache.org on 2014/02/27 18:14:43 UTC, 0 replies.
- [1/3] git commit: ACCUMULO-2405 use a simpler loop - posted by ec...@apache.org on 2014/02/27 18:14:53 UTC, 0 replies.
- [2/3] git commit: ACCUMULO-2418 use utility method to count iterables - posted by ec...@apache.org on 2014/02/27 18:14:54 UTC, 0 replies.
- git commit: ACCUMULO-2418 add fail message back - posted by ec...@apache.org on 2014/02/27 18:31:29 UTC, 0 replies.
- [1/2] git commit: ACCUMULO-2418 add fail message back - posted by ec...@apache.org on 2014/02/27 18:31:44 UTC, 0 replies.
- git commit: ACCUMULO-2421 Add table name to error message - posted by ct...@apache.org on 2014/02/27 19:49:17 UTC, 0 replies.
- git commit: ACCUMULO-2422 reset watch on non-delete events - posted by ec...@apache.org on 2014/02/28 18:52:18 UTC, 0 replies.
- [1/4] git commit: ACCUMULO-2422 reset watch on non-delete events - posted by ec...@apache.org on 2014/02/28 18:52:36 UTC, 1 replies.
- [3/4] git commit: ACCUMULO-2422 reset watch on non-delete events - posted by ec...@apache.org on 2014/02/28 18:52:38 UTC, 1 replies.
- [1/3] git commit: ACCUMULO-2421 Add table name to error message - posted by bh...@apache.org on 2014/02/28 21:08:28 UTC, 0 replies.
- [2/3] git commit: Merge branch '1.6.0-SNAPSHOT' of https://git-wip-us.apache.org/repos/asf/accumulo into 1.6.0-SNAPSHOT - posted by bh...@apache.org on 2014/02/28 21:08:29 UTC, 0 replies.
- [3/3] git commit: Merge remote-tracking branch 'origin/1.6.0-SNAPSHOT' (for ACCUMULO-2421). - posted by bh...@apache.org on 2014/02/28 21:08:30 UTC, 0 replies.
- [1/6] git commit: ACCUMULO-2422 Refine renewal of master lock watcher - posted by bh...@apache.org on 2014/02/28 21:09:46 UTC, 0 replies.
- [2/6] git commit: ACCUMULO-2422 Refine renewal of master lock watcher - posted by bh...@apache.org on 2014/02/28 21:09:47 UTC, 0 replies.
- [3/6] git commit: ACCUMULO-2422 Refine renewal of master lock watcher - posted by bh...@apache.org on 2014/02/28 21:09:48 UTC, 0 replies.