Re: Please update your Jenkins job configs ASAP

2016-11-10 Thread Christopher
Hi Gav, Thanks for the heads up. I didn't see any of our jobs using that label. However, I did make sure all ours changed to (Hadoop||ubuntu) and aborted a currently running build, to make sure that its next run used these nodes. On Thu, Nov 10, 2016 at 10:31 PM Gavin McDonald wrote: > Hi Accum

Please update your Jenkins job configs ASAP

2016-11-10 Thread Gavin McDonald
Hi Accumulo devs! A couple of days ago I removed labels from the jenkins nodes (as promised in an earlier mail) and at the same time I changed your builds to remove the ‘yahoo-not-h2’ label and replace it with ‘Hadoop’. Looks like your jobs have reverted back to the ‘yahoo-not-h2’ label and are

[GitHub] accumulo pull request #175: Accumulo 1480 Added namespace filtering to table...

2016-11-10 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/accumulo/pull/175 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is en

[GitHub] accumulo pull request #182: ACCUMULO-4518 Use Jekyll posts for releases

2016-11-10 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/accumulo/pull/182 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is en

[GitHub] accumulo pull request #180: Taking a crack at new summarization API

2016-11-10 Thread joshelser
Github user joshelser commented on a diff in the pull request: https://github.com/apache/accumulo/pull/180#discussion_r87481569 --- Diff: core/src/main/java/org/apache/accumulo/core/client/admin/SummaryRetriever.java --- @@ -0,0 +1,46 @@ +/* + * Licensed to the Apache Soft

[GitHub] accumulo pull request #180: Taking a crack at new summarization API

2016-11-10 Thread mjwall
Github user mjwall commented on a diff in the pull request: https://github.com/apache/accumulo/pull/180#discussion_r87478852 --- Diff: core/src/main/java/org/apache/accumulo/core/client/admin/TableSummary.java --- @@ -0,0 +1,59 @@ +/* + * Licensed to the Apache Software Fou

[GitHub] accumulo pull request #180: Taking a crack at new summarization API

2016-11-10 Thread mjwall
Github user mjwall commented on a diff in the pull request: https://github.com/apache/accumulo/pull/180#discussion_r87478497 --- Diff: core/src/main/java/org/apache/accumulo/core/client/admin/SummaryRetriever.java --- @@ -0,0 +1,46 @@ +/* + * Licensed to the Apache Softwar

[GitHub] accumulo pull request #180: Taking a crack at new summarization API

2016-11-10 Thread mjwall
Github user mjwall commented on a diff in the pull request: https://github.com/apache/accumulo/pull/180#discussion_r87479084 --- Diff: core/src/main/java/org/apache/accumulo/core/client/summary/ColumnVisibilitySummarizer.java --- @@ -0,0 +1,91 @@ +/* + * Licensed to the Ap

[GitHub] accumulo pull request #180: Taking a crack at new summarization API

2016-11-10 Thread keith-turner
Github user keith-turner commented on a diff in the pull request: https://github.com/apache/accumulo/pull/180#discussion_r87478881 --- Diff: core/src/main/java/org/apache/accumulo/core/client/admin/SummaryRetriever.java --- @@ -0,0 +1,46 @@ +/* + * Licensed to the Apache S

[GitHub] accumulo pull request #180: Taking a crack at new summarization API

2016-11-10 Thread keith-turner
Github user keith-turner commented on a diff in the pull request: https://github.com/apache/accumulo/pull/180#discussion_r87477228 --- Diff: core/src/main/java/org/apache/accumulo/core/client/admin/SummaryRetriever.java --- @@ -0,0 +1,46 @@ +/* + * Licensed to the Apache S

[GitHub] accumulo pull request #180: Taking a crack at new summarization API

2016-11-10 Thread keith-turner
Github user keith-turner commented on a diff in the pull request: https://github.com/apache/accumulo/pull/180#discussion_r87477044 --- Diff: core/src/main/java/org/apache/accumulo/core/client/admin/TableOperations.java --- @@ -808,4 +808,11 @@ void setSamplerConfiguration(String t

[GitHub] accumulo pull request #180: Taking a crack at new summarization API

2016-11-10 Thread mjwall
Github user mjwall commented on a diff in the pull request: https://github.com/apache/accumulo/pull/180#discussion_r87470048 --- Diff: core/src/main/java/org/apache/accumulo/core/client/admin/SummaryRetriever.java --- @@ -0,0 +1,46 @@ +/* + * Licensed to the Apache Softwar

[GitHub] accumulo pull request #180: Taking a crack at new summarization API

2016-11-10 Thread mjwall
Github user mjwall commented on a diff in the pull request: https://github.com/apache/accumulo/pull/180#discussion_r87471051 --- Diff: core/src/main/java/org/apache/accumulo/core/client/admin/TableOperations.java --- @@ -808,4 +808,11 @@ void setSamplerConfiguration(String tableNa

[GitHub] accumulo pull request #182: ACCUMULO-4518 Use Jekyll posts for releases

2016-11-10 Thread mikewalch
Github user mikewalch commented on a diff in the pull request: https://github.com/apache/accumulo/pull/182#discussion_r87434391 --- Diff: _includes/nav.html --- @@ -13,29 +13,21 @@ Download +Releases + + 1.8

[GitHub] accumulo pull request #182: ACCUMULO-4518 Use Jekyll posts for releases

2016-11-10 Thread mikewalch
Github user mikewalch commented on a diff in the pull request: https://github.com/apache/accumulo/pull/182#discussion_r87432060 --- Diff: _posts/release/2014-10-03-1.6.1.md --- @@ -1,5 +1,6 @@ --- -title: Apache Accumulo 1.6.1 Release Notes +title: Apache Accumulo 1.6.1

[GitHub] accumulo pull request #182: ACCUMULO-4518 Use Jekyll posts for releases

2016-11-10 Thread mikewalch
Github user mikewalch commented on a diff in the pull request: https://github.com/apache/accumulo/pull/182#discussion_r87416254 --- Diff: _posts/release/2014-10-03-1.6.1.md --- @@ -1,5 +1,6 @@ --- -title: Apache Accumulo 1.6.1 Release Notes +title: Apache Accumulo 1.6.1

[GitHub] accumulo pull request #159: ACCUMULO-1280: many changes for closing iterator...

2016-11-10 Thread milleruntime
Github user milleruntime commented on a diff in the pull request: https://github.com/apache/accumulo/pull/159#discussion_r87409384 --- Diff: core/src/main/java/org/apache/accumulo/core/file/FileSKVIterator.java --- @@ -35,5 +35,5 @@ void closeDeepCopies() throws IOException;