[GitHub] accumulo pull request #224: ACCUMULO-4500 ACCUMULO-96 Added summarization

2017-03-20 Thread keith-turner
Github user keith-turner commented on a diff in the pull request: https://github.com/apache/accumulo/pull/224#discussion_r106906812 --- Diff: core/src/main/java/org/apache/accumulo/core/client/summary/Summary.java --- @@ -78,27 +80,38 @@ public long getLarge() { }

[GitHub] accumulo pull request #224: ACCUMULO-4500 ACCUMULO-96 Added summarization

2017-03-20 Thread keith-turner
Github user keith-turner commented on a diff in the pull request: https://github.com/apache/accumulo/pull/224#discussion_r106905869 --- Diff: server/tserver/src/main/java/org/apache/accumulo/tserver/TabletServer.java --- @@ -1812,7 +1884,26 @@ public TSummaries

[GitHub] accumulo pull request #224: ACCUMULO-4500 ACCUMULO-96 Added summarization

2017-03-19 Thread joshelser
Github user joshelser commented on a diff in the pull request: https://github.com/apache/accumulo/pull/224#discussion_r106811693 --- Diff: server/tserver/src/main/java/org/apache/accumulo/tserver/TabletServerResourceManager.java --- @@ -232,7 +234,9 @@ public

[GitHub] accumulo pull request #224: ACCUMULO-4500 ACCUMULO-96 Added summarization

2017-03-19 Thread joshelser
Github user joshelser commented on a diff in the pull request: https://github.com/apache/accumulo/pull/224#discussion_r106811717 --- Diff: test/src/main/java/org/apache/accumulo/test/functional/SummaryIT.java --- @@ -770,4 +774,44 @@ public void testExceptions() throws Exception {

[GitHub] accumulo pull request #224: ACCUMULO-4500 ACCUMULO-96 Added summarization

2017-03-19 Thread joshelser
Github user joshelser commented on a diff in the pull request: https://github.com/apache/accumulo/pull/224#discussion_r106811796 --- Diff: core/src/main/java/org/apache/accumulo/core/client/summary/Summary.java --- @@ -78,27 +80,38 @@ public long getLarge() { }

[GitHub] accumulo pull request #224: ACCUMULO-4500 ACCUMULO-96 Added summarization

2017-03-19 Thread joshelser
Github user joshelser commented on a diff in the pull request: https://github.com/apache/accumulo/pull/224#discussion_r106811743 --- Diff: core/src/main/java/org/apache/accumulo/core/client/admin/TableOperations.java --- @@ -835,7 +835,7 @@ void setSamplerConfiguration(String

[GitHub] accumulo pull request #224: ACCUMULO-4500 ACCUMULO-96 Added summarization

2017-03-19 Thread joshelser
Github user joshelser commented on a diff in the pull request: https://github.com/apache/accumulo/pull/224#discussion_r106811664 --- Diff: server/tserver/src/main/java/org/apache/accumulo/tserver/TabletServer.java --- @@ -1812,7 +1884,26 @@ public TSummaries

[GitHub] accumulo pull request #224: ACCUMULO-4500 ACCUMULO-96 Added summarization

2017-03-19 Thread joshelser
Github user joshelser commented on a diff in the pull request: https://github.com/apache/accumulo/pull/224#discussion_r106811464 --- Diff: core/src/main/java/org/apache/accumulo/core/conf/Property.java --- @@ -362,8 +362,14 @@ "The number of threads available to load

[GitHub] accumulo pull request #224: ACCUMULO-4500 ACCUMULO-96 Added summarization

2017-03-16 Thread keith-turner
Github user keith-turner commented on a diff in the pull request: https://github.com/apache/accumulo/pull/224#discussion_r106568670 --- Diff: core/src/main/java/org/apache/accumulo/core/client/admin/TableOperations.java --- @@ -808,4 +812,64 @@ void setSamplerConfiguration(String

[GitHub] accumulo pull request #224: ACCUMULO-4500 ACCUMULO-96 Added summarization

2017-03-13 Thread keith-turner
Github user keith-turner commented on a diff in the pull request: https://github.com/apache/accumulo/pull/224#discussion_r105760463 --- Diff: core/src/main/java/org/apache/accumulo/core/client/impl/TableOperationsImpl.java --- @@ -1661,4 +1676,138 @@ public Locations

[GitHub] accumulo pull request #224: ACCUMULO-4500 ACCUMULO-96 Added summarization

2017-03-13 Thread joshelser
Github user joshelser commented on a diff in the pull request: https://github.com/apache/accumulo/pull/224#discussion_r105753115 --- Diff: core/src/main/java/org/apache/accumulo/core/summary/Gatherer.java --- @@ -0,0 +1,513 @@ +/* + * Licensed to the Apache Software

[GitHub] accumulo pull request #224: ACCUMULO-4500 ACCUMULO-96 Added summarization

2017-03-13 Thread keith-turner
Github user keith-turner commented on a diff in the pull request: https://github.com/apache/accumulo/pull/224#discussion_r105750617 --- Diff: core/src/main/java/org/apache/accumulo/core/client/impl/TableOperationsImpl.java --- @@ -1661,4 +1676,138 @@ public Locations

[GitHub] accumulo pull request #224: ACCUMULO-4500 ACCUMULO-96 Added summarization

2017-03-13 Thread keith-turner
Github user keith-turner commented on a diff in the pull request: https://github.com/apache/accumulo/pull/224#discussion_r105750148 --- Diff: core/src/main/java/org/apache/accumulo/core/summary/Gatherer.java --- @@ -0,0 +1,513 @@ +/* + * Licensed to the Apache Software

[GitHub] accumulo pull request #224: ACCUMULO-4500 ACCUMULO-96 Added summarization

2017-03-13 Thread keith-turner
Github user keith-turner commented on a diff in the pull request: https://github.com/apache/accumulo/pull/224#discussion_r105704840 --- Diff: test/src/main/java/org/apache/accumulo/test/ShellServerIT.java --- @@ -1894,4 +1896,71 @@ private String getTableId(String tableName) throws

[GitHub] accumulo pull request #224: ACCUMULO-4500 ACCUMULO-96 Added summarization

2017-03-13 Thread keith-turner
Github user keith-turner commented on a diff in the pull request: https://github.com/apache/accumulo/pull/224#discussion_r105704572 --- Diff: server/tserver/src/main/java/org/apache/accumulo/tserver/compaction/strategies/ConfigurableCompactionStrategy.java --- @@ -48,6 +53,83 @@

[GitHub] accumulo pull request #224: ACCUMULO-4500 ACCUMULO-96 Added summarization

2017-03-13 Thread keith-turner
Github user keith-turner commented on a diff in the pull request: https://github.com/apache/accumulo/pull/224#discussion_r105683470 --- Diff: server/tserver/src/main/java/org/apache/accumulo/tserver/compaction/strategies/ConfigurableCompactionStrategy.java --- @@ -48,6 +53,83 @@

[GitHub] accumulo pull request #224: ACCUMULO-4500 ACCUMULO-96 Added summarization

2017-03-13 Thread keith-turner
Github user keith-turner commented on a diff in the pull request: https://github.com/apache/accumulo/pull/224#discussion_r105683369 --- Diff: core/src/main/java/org/apache/accumulo/core/summary/Gatherer.java --- @@ -0,0 +1,513 @@ +/* + * Licensed to the Apache Software

[GitHub] accumulo pull request #224: ACCUMULO-4500 ACCUMULO-96 Added summarization

2017-03-09 Thread keith-turner
Github user keith-turner commented on a diff in the pull request: https://github.com/apache/accumulo/pull/224#discussion_r105276306 --- Diff: core/src/main/java/org/apache/accumulo/core/client/admin/TableOperations.java --- @@ -808,4 +812,64 @@ void setSamplerConfiguration(String

[GitHub] accumulo pull request #224: ACCUMULO-4500 ACCUMULO-96 Added summarization

2017-03-09 Thread joshelser
Github user joshelser commented on a diff in the pull request: https://github.com/apache/accumulo/pull/224#discussion_r105268731 --- Diff: core/src/main/java/org/apache/accumulo/core/client/summary/CountingSummarizer.java --- @@ -0,0 +1,302 @@ +/* + * Licensed to the

[GitHub] accumulo pull request #224: ACCUMULO-4500 ACCUMULO-96 Added summarization

2017-03-09 Thread joshelser
Github user joshelser commented on a diff in the pull request: https://github.com/apache/accumulo/pull/224#discussion_r105268539 --- Diff: core/src/main/java/org/apache/accumulo/core/client/summary/summarizers/DeletesSummarizer.java --- @@ -0,0 +1,75 @@ +/* + * Licensed

[GitHub] accumulo pull request #224: ACCUMULO-4500 ACCUMULO-96 Added summarization

2017-03-09 Thread joshelser
Github user joshelser commented on a diff in the pull request: https://github.com/apache/accumulo/pull/224#discussion_r105249686 --- Diff: core/src/main/java/org/apache/accumulo/core/summary/Gatherer.java --- @@ -0,0 +1,513 @@ +/* + * Licensed to the Apache Software

[GitHub] accumulo pull request #224: ACCUMULO-4500 ACCUMULO-96 Added summarization

2017-03-09 Thread joshelser
Github user joshelser commented on a diff in the pull request: https://github.com/apache/accumulo/pull/224#discussion_r105245989 --- Diff: test/src/main/java/org/apache/accumulo/test/functional/SummaryIT.java --- @@ -0,0 +1,759 @@ +/* + * Licensed to the Apache Software

[GitHub] accumulo pull request #224: ACCUMULO-4500 ACCUMULO-96 Added summarization

2017-03-09 Thread joshelser
Github user joshelser commented on a diff in the pull request: https://github.com/apache/accumulo/pull/224#discussion_r105246048 --- Diff: test/src/main/java/org/apache/accumulo/test/functional/SummaryIT.java --- @@ -0,0 +1,759 @@ +/* + * Licensed to the Apache Software

[GitHub] accumulo pull request #224: ACCUMULO-4500 ACCUMULO-96 Added summarization

2017-03-09 Thread joshelser
Github user joshelser commented on a diff in the pull request: https://github.com/apache/accumulo/pull/224#discussion_r105251541 --- Diff: core/src/main/java/org/apache/accumulo/core/summary/Gatherer.java --- @@ -0,0 +1,513 @@ +/* + * Licensed to the Apache Software

[GitHub] accumulo pull request #224: ACCUMULO-4500 ACCUMULO-96 Added summarization

2017-03-09 Thread joshelser
Github user joshelser commented on a diff in the pull request: https://github.com/apache/accumulo/pull/224#discussion_r105245446 --- Diff: core/src/main/java/org/apache/accumulo/core/client/admin/TableOperations.java --- @@ -808,4 +812,64 @@ void setSamplerConfiguration(String

[GitHub] accumulo pull request #224: ACCUMULO-4500 ACCUMULO-96 Added summarization

2017-03-09 Thread joshelser
Github user joshelser commented on a diff in the pull request: https://github.com/apache/accumulo/pull/224#discussion_r105246492 --- Diff: test/src/main/java/org/apache/accumulo/test/ShellServerIT.java --- @@ -1894,4 +1896,71 @@ private String getTableId(String tableName) throws

[GitHub] accumulo pull request #224: ACCUMULO-4500 ACCUMULO-96 Added summarization

2017-03-09 Thread joshelser
Github user joshelser commented on a diff in the pull request: https://github.com/apache/accumulo/pull/224#discussion_r105246402 --- Diff: test/src/main/java/org/apache/accumulo/test/functional/BasicSummarizer.java --- @@ -0,0 +1,80 @@ +/* + * Licensed to the Apache

[GitHub] accumulo pull request #224: ACCUMULO-4500 ACCUMULO-96 Added summarization

2017-03-09 Thread joshelser
Github user joshelser commented on a diff in the pull request: https://github.com/apache/accumulo/pull/224#discussion_r105251834 --- Diff: core/src/main/java/org/apache/accumulo/core/summary/Gatherer.java --- @@ -0,0 +1,513 @@ +/* + * Licensed to the Apache Software

[GitHub] accumulo pull request #224: ACCUMULO-4500 ACCUMULO-96 Added summarization

2017-03-09 Thread joshelser
Github user joshelser commented on a diff in the pull request: https://github.com/apache/accumulo/pull/224#discussion_r105249413 --- Diff: core/src/main/java/org/apache/accumulo/core/summary/Gatherer.java --- @@ -0,0 +1,513 @@ +/* + * Licensed to the Apache Software

[GitHub] accumulo pull request #224: ACCUMULO-4500 ACCUMULO-96 Added summarization

2017-03-09 Thread joshelser
Github user joshelser commented on a diff in the pull request: https://github.com/apache/accumulo/pull/224#discussion_r105252088 --- Diff: core/src/main/java/org/apache/accumulo/core/summary/Gatherer.java --- @@ -0,0 +1,513 @@ +/* + * Licensed to the Apache Software

[GitHub] accumulo pull request #224: ACCUMULO-4500 ACCUMULO-96 Added summarization

2017-03-09 Thread joshelser
Github user joshelser commented on a diff in the pull request: https://github.com/apache/accumulo/pull/224#discussion_r105246078 --- Diff: test/src/main/java/org/apache/accumulo/test/functional/SummaryIT.java --- @@ -0,0 +1,759 @@ +/* + * Licensed to the Apache Software

[GitHub] accumulo pull request #224: ACCUMULO-4500 ACCUMULO-96 Added summarization

2017-03-09 Thread joshelser
Github user joshelser commented on a diff in the pull request: https://github.com/apache/accumulo/pull/224#discussion_r105248600 --- Diff: core/src/main/java/org/apache/accumulo/core/summary/Gatherer.java --- @@ -0,0 +1,513 @@ +/* + * Licensed to the Apache Software

[GitHub] accumulo pull request #224: ACCUMULO-4500 ACCUMULO-96 Added summarization

2017-03-09 Thread joshelser
Github user joshelser commented on a diff in the pull request: https://github.com/apache/accumulo/pull/224#discussion_r105250934 --- Diff: core/src/main/java/org/apache/accumulo/core/summary/Gatherer.java --- @@ -0,0 +1,513 @@ +/* + * Licensed to the Apache Software

[GitHub] accumulo pull request #224: ACCUMULO-4500 ACCUMULO-96 Added summarization

2017-03-09 Thread joshelser
Github user joshelser commented on a diff in the pull request: https://github.com/apache/accumulo/pull/224#discussion_r105247239 --- Diff: server/tserver/src/main/java/org/apache/accumulo/tserver/compaction/strategies/TooManyDeletesCompactionStrategy.java --- @@ -0,0 +1,173 @@

[GitHub] accumulo pull request #224: ACCUMULO-4500 ACCUMULO-96 Added summarization

2017-03-07 Thread keith-turner
Github user keith-turner commented on a diff in the pull request: https://github.com/apache/accumulo/pull/224#discussion_r104691063 --- Diff: core/src/main/java/org/apache/accumulo/core/summary/SummarySerializer.java --- @@ -0,0 +1,543 @@ +/* + * Licensed to the Apache

[GitHub] accumulo pull request #224: ACCUMULO-4500 ACCUMULO-96 Added summarization

2017-03-07 Thread keith-turner
Github user keith-turner commented on a diff in the pull request: https://github.com/apache/accumulo/pull/224#discussion_r104690619 --- Diff: core/src/main/java/org/apache/accumulo/core/summary/SummarySerializer.java --- @@ -0,0 +1,543 @@ +/* + * Licensed to the Apache

[GitHub] accumulo pull request #224: ACCUMULO-4500 ACCUMULO-96 Added summarization

2017-03-07 Thread keith-turner
Github user keith-turner commented on a diff in the pull request: https://github.com/apache/accumulo/pull/224#discussion_r104686891 --- Diff: core/src/main/java/org/apache/accumulo/core/conf/PropertyType.java --- @@ -117,6 +121,7 @@ String getFormatDescription() { *

[GitHub] accumulo pull request #224: ACCUMULO-4500 ACCUMULO-96 Added summarization

2017-03-06 Thread ctubbsii
Github user ctubbsii commented on a diff in the pull request: https://github.com/apache/accumulo/pull/224#discussion_r104566494 --- Diff: core/src/main/java/org/apache/accumulo/core/summary/SummarySerializer.java --- @@ -0,0 +1,543 @@ +/* + * Licensed to the Apache

[GitHub] accumulo pull request #224: ACCUMULO-4500 ACCUMULO-96 Added summarization

2017-03-06 Thread ctubbsii
Github user ctubbsii commented on a diff in the pull request: https://github.com/apache/accumulo/pull/224#discussion_r104566230 --- Diff: core/src/main/java/org/apache/accumulo/core/conf/PropertyType.java --- @@ -117,6 +121,7 @@ String getFormatDescription() { * @return

[GitHub] accumulo pull request #224: ACCUMULO-4500 ACCUMULO-96 Added summarization

2017-03-06 Thread joshelser
Github user joshelser commented on a diff in the pull request: https://github.com/apache/accumulo/pull/224#discussion_r104520129 --- Diff: core/src/main/java/org/apache/accumulo/core/summary/SummarySerializer.java --- @@ -0,0 +1,543 @@ +/* + * Licensed to the Apache

[GitHub] accumulo pull request #224: ACCUMULO-4500 ACCUMULO-96 Added summarization

2017-03-06 Thread joshelser
Github user joshelser commented on a diff in the pull request: https://github.com/apache/accumulo/pull/224#discussion_r104519924 --- Diff: core/src/main/java/org/apache/accumulo/core/summary/SummarySerializer.java --- @@ -0,0 +1,543 @@ +/* + * Licensed to the Apache

[GitHub] accumulo pull request #224: ACCUMULO-4500 ACCUMULO-96 Added summarization

2017-03-06 Thread joshelser
Github user joshelser commented on a diff in the pull request: https://github.com/apache/accumulo/pull/224#discussion_r104515984 --- Diff: core/src/main/java/org/apache/accumulo/core/summary/SummaryInfo.java --- @@ -0,0 +1,45 @@ +/* + * Licensed to the Apache Software

[GitHub] accumulo pull request #224: ACCUMULO-4500 ACCUMULO-96 Added summarization

2017-03-06 Thread joshelser
Github user joshelser commented on a diff in the pull request: https://github.com/apache/accumulo/pull/224#discussion_r104508413 --- Diff: core/src/main/java/org/apache/accumulo/core/client/summary/summarizers/DeletesSummarizer.java --- @@ -0,0 +1,75 @@ +/* + * Licensed

[GitHub] accumulo pull request #224: ACCUMULO-4500 ACCUMULO-96 Added summarization

2017-03-06 Thread joshelser
Github user joshelser commented on a diff in the pull request: https://github.com/apache/accumulo/pull/224#discussion_r104563673 --- Diff: docs/src/main/asciidoc/chapters/summaries.txt --- @@ -0,0 +1,211 @@ +// Licensed to the Apache Software Foundation (ASF) under one or more

[GitHub] accumulo pull request #224: ACCUMULO-4500 ACCUMULO-96 Added summarization

2017-03-06 Thread joshelser
Github user joshelser commented on a diff in the pull request: https://github.com/apache/accumulo/pull/224#discussion_r104510474 --- Diff: core/src/main/java/org/apache/accumulo/core/conf/PropertyType.java --- @@ -117,6 +121,7 @@ String getFormatDescription() { * @return

[GitHub] accumulo pull request #224: ACCUMULO-4500 ACCUMULO-96 Added summarization

2017-03-06 Thread joshelser
Github user joshelser commented on a diff in the pull request: https://github.com/apache/accumulo/pull/224#discussion_r104511568 --- Diff: core/src/main/java/org/apache/accumulo/core/metadata/schema/MetadataScanner.java --- @@ -0,0 +1,228 @@ +/* + * Licensed to the Apache

[GitHub] accumulo pull request #224: ACCUMULO-4500 ACCUMULO-96 Added summarization

2017-03-06 Thread joshelser
Github user joshelser commented on a diff in the pull request: https://github.com/apache/accumulo/pull/224#discussion_r104511336 --- Diff: core/src/main/java/org/apache/accumulo/core/metadata/schema/MetadataScanner.java --- @@ -0,0 +1,228 @@ +/* + * Licensed to the Apache

[GitHub] accumulo pull request #224: ACCUMULO-4500 ACCUMULO-96 Added summarization

2017-03-06 Thread joshelser
Github user joshelser commented on a diff in the pull request: https://github.com/apache/accumulo/pull/224#discussion_r104512326 --- Diff: core/src/main/java/org/apache/accumulo/core/summary/SummarizerConfigurationUtil.java --- @@ -0,0 +1,128 @@ +/* + * Licensed to the

[GitHub] accumulo pull request #224: ACCUMULO-4500 ACCUMULO-96 Added summarization

2017-03-06 Thread joshelser
Github user joshelser commented on a diff in the pull request: https://github.com/apache/accumulo/pull/224#discussion_r104530943 --- Diff: core/src/main/java/org/apache/accumulo/core/summary/SummarySerializer.java --- @@ -0,0 +1,543 @@ +/* + * Licensed to the Apache

[GitHub] accumulo pull request #224: ACCUMULO-4500 ACCUMULO-96 Added summarization

2017-03-06 Thread joshelser
Github user joshelser commented on a diff in the pull request: https://github.com/apache/accumulo/pull/224#discussion_r104516639 --- Diff: core/src/main/java/org/apache/accumulo/core/summary/SummaryReader.java --- @@ -0,0 +1,236 @@ +/* + * Licensed to the Apache Software

[GitHub] accumulo pull request #224: ACCUMULO-4500 ACCUMULO-96 Added summarization

2017-03-06 Thread keith-turner
Github user keith-turner commented on a diff in the pull request: https://github.com/apache/accumulo/pull/224#discussion_r104463134 --- Diff: core/src/main/java/org/apache/accumulo/core/client/summary/Summary.java --- @@ -0,0 +1,127 @@ +/* + * Licensed to the Apache

[GitHub] accumulo pull request #224: ACCUMULO-4500 ACCUMULO-96 Added summarization

2017-03-01 Thread keith-turner
Github user keith-turner commented on a diff in the pull request: https://github.com/apache/accumulo/pull/224#discussion_r103826212 --- Diff: core/src/main/java/org/apache/accumulo/core/client/admin/NewTableConfiguration.java --- @@ -121,8 +128,22 @@ public NewTableConfiguration

[GitHub] accumulo pull request #224: ACCUMULO-4500 ACCUMULO-96 Added summarization

2017-03-01 Thread keith-turner
Github user keith-turner commented on a diff in the pull request: https://github.com/apache/accumulo/pull/224#discussion_r103824011 --- Diff: core/src/main/java/org/apache/accumulo/core/client/admin/NewTableConfiguration.java --- @@ -121,8 +128,22 @@ public NewTableConfiguration

[GitHub] accumulo pull request #224: ACCUMULO-4500 ACCUMULO-96 Added summarization

2017-03-01 Thread keith-turner
Github user keith-turner commented on a diff in the pull request: https://github.com/apache/accumulo/pull/224#discussion_r103822610 --- Diff: core/src/main/java/org/apache/accumulo/core/client/rfile/RFileWriterBuilder.java --- @@ -59,15 +62,22 @@ OutputStream getOutputStream() {

[GitHub] accumulo pull request #224: ACCUMULO-4500 ACCUMULO-96 Added summarization

2017-03-01 Thread keith-turner
Github user keith-turner commented on a diff in the pull request: https://github.com/apache/accumulo/pull/224#discussion_r103820479 --- Diff: docs/src/main/asciidoc/chapters/summaries.txt --- @@ -0,0 +1,209 @@ +// Licensed to the Apache Software Foundation (ASF) under one or

[GitHub] accumulo pull request #224: ACCUMULO-4500 ACCUMULO-96 Added summarization

2017-03-01 Thread keith-turner
Github user keith-turner commented on a diff in the pull request: https://github.com/apache/accumulo/pull/224#discussion_r103819806 --- Diff: core/src/main/java/org/apache/accumulo/core/client/admin/NewTableConfiguration.java --- @@ -121,8 +128,22 @@ public NewTableConfiguration

[GitHub] accumulo pull request #224: ACCUMULO-4500 ACCUMULO-96 Added summarization

2017-03-01 Thread keith-turner
Github user keith-turner commented on a diff in the pull request: https://github.com/apache/accumulo/pull/224#discussion_r103819636 --- Diff: core/src/main/java/org/apache/accumulo/core/client/mapreduce/lib/impl/FileOutputConfigurator.java --- @@ -209,4 +210,12 @@ public static

[GitHub] accumulo pull request #224: ACCUMULO-4500 ACCUMULO-96 Added summarization

2017-03-01 Thread keith-turner
Github user keith-turner commented on a diff in the pull request: https://github.com/apache/accumulo/pull/224#discussion_r103817828 --- Diff: docs/src/main/asciidoc/chapters/summaries.txt --- @@ -0,0 +1,209 @@ +// Licensed to the Apache Software Foundation (ASF) under one or

[GitHub] accumulo pull request #224: ACCUMULO-4500 ACCUMULO-96 Added summarization

2017-03-01 Thread keith-turner
Github user keith-turner commented on a diff in the pull request: https://github.com/apache/accumulo/pull/224#discussion_r103817193 --- Diff: core/src/main/java/org/apache/accumulo/core/file/FileOperations.java --- @@ -301,6 +302,16 @@ public RateLimiter getRateLimiter() {

[GitHub] accumulo pull request #224: ACCUMULO-4500 ACCUMULO-96 Added summarization

2017-03-01 Thread keith-turner
Github user keith-turner commented on a diff in the pull request: https://github.com/apache/accumulo/pull/224#discussion_r103816644 --- Diff: core/src/main/java/org/apache/accumulo/core/client/summary/CountingSummarizer.java --- @@ -0,0 +1,302 @@ +/* + * Licensed to the

[GitHub] accumulo pull request #224: ACCUMULO-4500 ACCUMULO-96 Added summarization

2017-03-01 Thread keith-turner
Github user keith-turner commented on a diff in the pull request: https://github.com/apache/accumulo/pull/224#discussion_r103816184 --- Diff: core/src/main/java/org/apache/accumulo/core/client/summary/CountingSummarizer.java --- @@ -0,0 +1,302 @@ +/* + * Licensed to the

[GitHub] accumulo pull request #224: ACCUMULO-4500 ACCUMULO-96 Added summarization

2017-03-01 Thread keith-turner
Github user keith-turner commented on a diff in the pull request: https://github.com/apache/accumulo/pull/224#discussion_r103815757 --- Diff: core/src/main/java/org/apache/accumulo/core/client/rfile/RFileWriterBuilder.java --- @@ -92,10 +102,11 @@ public RFileWriter build()

[GitHub] accumulo pull request #224: ACCUMULO-4500 ACCUMULO-96 Added summarization

2017-03-01 Thread keith-turner
Github user keith-turner commented on a diff in the pull request: https://github.com/apache/accumulo/pull/224#discussion_r103815654 --- Diff: core/src/main/java/org/apache/accumulo/core/file/FileOperations.java --- @@ -301,6 +302,16 @@ public RateLimiter getRateLimiter() {

[GitHub] accumulo pull request #224: ACCUMULO-4500 ACCUMULO-96 Added summarization

2017-03-01 Thread joshelser
Github user joshelser commented on a diff in the pull request: https://github.com/apache/accumulo/pull/224#discussion_r103796867 --- Diff: core/src/main/java/org/apache/accumulo/core/client/impl/TableOperationsImpl.java --- @@ -1661,4 +1676,138 @@ public Locations locate(String

[GitHub] accumulo pull request #224: ACCUMULO-4500 ACCUMULO-96 Added summarization

2017-03-01 Thread keith-turner
Github user keith-turner commented on a diff in the pull request: https://github.com/apache/accumulo/pull/224#discussion_r103795950 --- Diff: core/src/main/java/org/apache/accumulo/core/client/impl/TableOperationsImpl.java --- @@ -1661,4 +1676,138 @@ public Locations

[GitHub] accumulo pull request #224: ACCUMULO-4500 ACCUMULO-96 Added summarization

2017-03-01 Thread keith-turner
Github user keith-turner commented on a diff in the pull request: https://github.com/apache/accumulo/pull/224#discussion_r103783042 --- Diff: core/src/main/java/org/apache/accumulo/core/client/impl/TableOperationsImpl.java --- @@ -1661,4 +1676,138 @@ public Locations

[GitHub] accumulo pull request #224: ACCUMULO-4500 ACCUMULO-96 Added summarization

2017-03-01 Thread mikewalch
Github user mikewalch commented on a diff in the pull request: https://github.com/apache/accumulo/pull/224#discussion_r103748199 --- Diff: docs/src/main/asciidoc/chapters/summaries.txt --- @@ -0,0 +1,209 @@ +// Licensed to the Apache Software Foundation (ASF) under one or more

[GitHub] accumulo pull request #224: ACCUMULO-4500 ACCUMULO-96 Added summarization

2017-03-01 Thread mikewalch
Github user mikewalch commented on a diff in the pull request: https://github.com/apache/accumulo/pull/224#discussion_r103750219 --- Diff: docs/src/main/asciidoc/chapters/summaries.txt --- @@ -0,0 +1,209 @@ +// Licensed to the Apache Software Foundation (ASF) under one or more

[GitHub] accumulo pull request #224: ACCUMULO-4500 ACCUMULO-96 Added summarization

2017-03-01 Thread mikewalch
Github user mikewalch commented on a diff in the pull request: https://github.com/apache/accumulo/pull/224#discussion_r103737501 --- Diff: docs/src/main/asciidoc/chapters/summaries.txt --- @@ -0,0 +1,209 @@ +// Licensed to the Apache Software Foundation (ASF) under one or more

[GitHub] accumulo pull request #224: ACCUMULO-4500 ACCUMULO-96 Added summarization

2017-03-01 Thread joshelser
Github user joshelser commented on a diff in the pull request: https://github.com/apache/accumulo/pull/224#discussion_r103727371 --- Diff: core/src/main/java/org/apache/accumulo/core/client/rfile/RFileWriterBuilder.java --- @@ -59,15 +62,22 @@ OutputStream getOutputStream() {

[GitHub] accumulo pull request #224: ACCUMULO-4500 ACCUMULO-96 Added summarization

2017-03-01 Thread joshelser
Github user joshelser commented on a diff in the pull request: https://github.com/apache/accumulo/pull/224#discussion_r103726395 --- Diff: core/src/main/java/org/apache/accumulo/core/client/mapred/AccumuloFileOutputFormat.java --- @@ -136,6 +138,20 @@ public static void

[GitHub] accumulo pull request #224: ACCUMULO-4500 ACCUMULO-96 Added summarization

2017-03-01 Thread joshelser
Github user joshelser commented on a diff in the pull request: https://github.com/apache/accumulo/pull/224#discussion_r103730007 --- Diff: core/src/main/java/org/apache/accumulo/core/client/summary/CountingSummarizer.java --- @@ -0,0 +1,302 @@ +/* + * Licensed to the

[GitHub] accumulo pull request #224: ACCUMULO-4500 ACCUMULO-96 Added summarization

2017-03-01 Thread joshelser
Github user joshelser commented on a diff in the pull request: https://github.com/apache/accumulo/pull/224#discussion_r103727728 --- Diff: core/src/main/java/org/apache/accumulo/core/client/rfile/RFileWriterBuilder.java --- @@ -92,10 +102,11 @@ public RFileWriter build() throws

[GitHub] accumulo pull request #224: ACCUMULO-4500 ACCUMULO-96 Added summarization

2017-03-01 Thread joshelser
Github user joshelser commented on a diff in the pull request: https://github.com/apache/accumulo/pull/224#discussion_r103729447 --- Diff: core/src/main/java/org/apache/accumulo/core/client/summary/CountingSummarizer.java --- @@ -0,0 +1,302 @@ +/* + * Licensed to the

[GitHub] accumulo pull request #224: ACCUMULO-4500 ACCUMULO-96 Added summarization

2017-03-01 Thread joshelser
Github user joshelser commented on a diff in the pull request: https://github.com/apache/accumulo/pull/224#discussion_r103731380 --- Diff: core/src/main/java/org/apache/accumulo/core/client/summary/SummarizerConfiguration.java --- @@ -0,0 +1,238 @@ +/* + * Licensed to the

[GitHub] accumulo pull request #224: ACCUMULO-4500 ACCUMULO-96 Added summarization

2017-03-01 Thread joshelser
Github user joshelser commented on a diff in the pull request: https://github.com/apache/accumulo/pull/224#discussion_r103723706 --- Diff: core/src/main/java/org/apache/accumulo/core/client/admin/TableOperations.java --- @@ -808,4 +812,64 @@ void setSamplerConfiguration(String

[GitHub] accumulo pull request #224: ACCUMULO-4500 ACCUMULO-96 Added summarization

2017-03-01 Thread joshelser
Github user joshelser commented on a diff in the pull request: https://github.com/apache/accumulo/pull/224#discussion_r103722621 --- Diff: core/src/main/java/org/apache/accumulo/core/client/admin/SummaryRetriever.java --- @@ -0,0 +1,107 @@ +/* + * Licensed to the Apache

[GitHub] accumulo pull request #224: ACCUMULO-4500 ACCUMULO-96 Added summarization

2017-03-01 Thread joshelser
Github user joshelser commented on a diff in the pull request: https://github.com/apache/accumulo/pull/224#discussion_r103725852 --- Diff: core/src/main/java/org/apache/accumulo/core/client/impl/TableOperationsImpl.java --- @@ -1661,4 +1676,138 @@ public Locations locate(String

[GitHub] accumulo pull request #224: ACCUMULO-4500 ACCUMULO-96 Added summarization

2017-03-01 Thread joshelser
Github user joshelser commented on a diff in the pull request: https://github.com/apache/accumulo/pull/224#discussion_r103720966 --- Diff: core/src/main/java/org/apache/accumulo/core/client/admin/NewTableConfiguration.java --- @@ -42,7 +46,13 @@ private boolean

[GitHub] accumulo pull request #224: ACCUMULO-4500 ACCUMULO-96 Added summarization

2017-03-01 Thread joshelser
Github user joshelser commented on a diff in the pull request: https://github.com/apache/accumulo/pull/224#discussion_r103727903 --- Diff: core/src/main/java/org/apache/accumulo/core/file/FileOperations.java --- @@ -301,6 +302,16 @@ public RateLimiter getRateLimiter() {

[GitHub] accumulo pull request #224: ACCUMULO-4500 ACCUMULO-96 Added summarization

2017-03-01 Thread joshelser
Github user joshelser commented on a diff in the pull request: https://github.com/apache/accumulo/pull/224#discussion_r103725643 --- Diff: core/src/main/java/org/apache/accumulo/core/client/impl/TableOperationsImpl.java --- @@ -1661,4 +1676,138 @@ public Locations locate(String

[GitHub] accumulo pull request #224: ACCUMULO-4500 ACCUMULO-96 Added summarization

2017-03-01 Thread joshelser
Github user joshelser commented on a diff in the pull request: https://github.com/apache/accumulo/pull/224#discussion_r103723297 --- Diff: core/src/main/java/org/apache/accumulo/core/client/admin/SummaryRetriever.java --- @@ -0,0 +1,107 @@ +/* + * Licensed to the Apache

[GitHub] accumulo pull request #224: ACCUMULO-4500 ACCUMULO-96 Added summarization

2017-03-01 Thread joshelser
Github user joshelser commented on a diff in the pull request: https://github.com/apache/accumulo/pull/224#discussion_r103731627 --- Diff: core/src/main/java/org/apache/accumulo/core/client/summary/SummarizerConfiguration.java --- @@ -0,0 +1,238 @@ +/* + * Licensed to the

[GitHub] accumulo pull request #224: ACCUMULO-4500 ACCUMULO-96 Added summarization

2017-03-01 Thread joshelser
Github user joshelser commented on a diff in the pull request: https://github.com/apache/accumulo/pull/224#discussion_r103730327 --- Diff: core/src/main/java/org/apache/accumulo/core/client/summary/CountingSummarizer.java --- @@ -0,0 +1,302 @@ +/* + * Licensed to the

[GitHub] accumulo pull request #224: ACCUMULO-4500 ACCUMULO-96 Added summarization

2017-03-01 Thread joshelser
Github user joshelser commented on a diff in the pull request: https://github.com/apache/accumulo/pull/224#discussion_r103731310 --- Diff: core/src/main/java/org/apache/accumulo/core/client/summary/SummarizerConfiguration.java --- @@ -0,0 +1,238 @@ +/* + * Licensed to the

[GitHub] accumulo pull request #224: ACCUMULO-4500 ACCUMULO-96 Added summarization

2017-03-01 Thread joshelser
Github user joshelser commented on a diff in the pull request: https://github.com/apache/accumulo/pull/224#discussion_r103731270 --- Diff: core/src/main/java/org/apache/accumulo/core/client/summary/SummarizerConfiguration.java --- @@ -0,0 +1,238 @@ +/* + * Licensed to the

[GitHub] accumulo pull request #224: ACCUMULO-4500 ACCUMULO-96 Added summarization

2017-03-01 Thread joshelser
Github user joshelser commented on a diff in the pull request: https://github.com/apache/accumulo/pull/224#discussion_r103723011 --- Diff: core/src/main/java/org/apache/accumulo/core/client/admin/SummaryRetriever.java --- @@ -0,0 +1,107 @@ +/* + * Licensed to the Apache

[GitHub] accumulo pull request #224: ACCUMULO-4500 ACCUMULO-96 Added summarization

2017-03-01 Thread joshelser
Github user joshelser commented on a diff in the pull request: https://github.com/apache/accumulo/pull/224#discussion_r103726746 --- Diff: core/src/main/java/org/apache/accumulo/core/client/mapreduce/lib/impl/FileOutputConfigurator.java --- @@ -209,4 +210,12 @@ public static void

[GitHub] accumulo pull request #224: ACCUMULO-4500 ACCUMULO-96 Added summarization

2017-03-01 Thread joshelser
Github user joshelser commented on a diff in the pull request: https://github.com/apache/accumulo/pull/224#discussion_r103724151 --- Diff: core/src/main/java/org/apache/accumulo/core/client/impl/TableOperationsImpl.java --- @@ -1661,4 +1676,138 @@ public Locations locate(String

[GitHub] accumulo pull request #224: ACCUMULO-4500 ACCUMULO-96 Added summarization

2017-03-01 Thread joshelser
Github user joshelser commented on a diff in the pull request: https://github.com/apache/accumulo/pull/224#discussion_r103721888 --- Diff: core/src/main/java/org/apache/accumulo/core/client/admin/NewTableConfiguration.java --- @@ -121,8 +128,22 @@ public NewTableConfiguration

[GitHub] accumulo pull request #224: ACCUMULO-4500 ACCUMULO-96 Added summarization

2017-03-01 Thread joshelser
Github user joshelser commented on a diff in the pull request: https://github.com/apache/accumulo/pull/224#discussion_r103724796 --- Diff: core/src/main/java/org/apache/accumulo/core/client/impl/TableOperationsImpl.java --- @@ -1661,4 +1676,138 @@ public Locations locate(String

[GitHub] accumulo pull request #224: ACCUMULO-4500 ACCUMULO-96 Added summarization

2017-03-01 Thread joshelser
Github user joshelser commented on a diff in the pull request: https://github.com/apache/accumulo/pull/224#discussion_r103721572 --- Diff: core/src/main/java/org/apache/accumulo/core/client/admin/NewTableConfiguration.java --- @@ -121,8 +128,22 @@ public NewTableConfiguration

[GitHub] accumulo pull request #224: ACCUMULO-4500 ACCUMULO-96 Added summarization

2017-03-01 Thread keith-turner
Github user keith-turner commented on a diff in the pull request: https://github.com/apache/accumulo/pull/224#discussion_r103730257 --- Diff: core/src/main/java/org/apache/accumulo/core/client/summary/Summary.java --- @@ -0,0 +1,126 @@ +/* + * Licensed to the Apache

[GitHub] accumulo pull request #224: ACCUMULO-4500 ACCUMULO-96 Added summarization

2017-03-01 Thread keith-turner
Github user keith-turner commented on a diff in the pull request: https://github.com/apache/accumulo/pull/224#discussion_r103731088 --- Diff: core/src/main/java/org/apache/accumulo/core/client/summary/summarizers/VisibilitySummarizer.java --- @@ -0,0 +1,37 @@ +/* + *

[GitHub] accumulo pull request #224: ACCUMULO-4500 ACCUMULO-96 Added summarization

2017-03-01 Thread keith-turner
Github user keith-turner commented on a diff in the pull request: https://github.com/apache/accumulo/pull/224#discussion_r103731048 --- Diff: core/src/main/java/org/apache/accumulo/core/client/summary/summarizers/FamilySummarizer.java --- @@ -0,0 +1,36 @@ +/* + * Licensed

[GitHub] accumulo pull request #224: ACCUMULO-4500 ACCUMULO-96 Added summarization

2017-02-28 Thread keith-turner
GitHub user keith-turner opened a pull request: https://github.com/apache/accumulo/pull/224 ACCUMULO-4500 ACCUMULO-96 Added summarization You can merge this pull request into a Git repository by running: $ git pull https://github.com/keith-turner/accumulo ACCUMULO-4501-5