[GitHub] ctubbsii closed issue #633: Spotbugs Annotations

2018-10-09 Thread GitBox
ctubbsii closed issue #633: Spotbugs Annotations
URL: https://github.com/apache/accumulo/issues/633
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


Accumulo-Pull-Requests - Build # 1627 - Aborted

2018-10-09 Thread Apache Jenkins Server
The Apache Jenkins build system has built Accumulo-Pull-Requests (build #1627)

Status: Aborted

Check console output at 
https://builds.apache.org/job/Accumulo-Pull-Requests/1627/ to view the results.

[GitHub] ctubbsii commented on issue #633: Spotbugs Annotations

2018-10-09 Thread GitBox
ctubbsii commented on issue #633: Spotbugs Annotations
URL: https://github.com/apache/accumulo/issues/633#issuecomment-428432553
 
 
   Fix in #687 


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] ctubbsii opened a new pull request #687: Fix #633 use annotations for spotbugs

2018-10-09 Thread GitBox
ctubbsii opened a new pull request #687: Fix #633 use annotations for spotbugs
URL: https://github.com/apache/accumulo/pull/687
 
 
   Triage all spotbugs excludes from the exclude-filter.xml files and
   either implement a fix or document a justification with annotations.
   
   Also add travis-ci task to build with the sec-bugs profile to check for
   future security-related issues found by spotbugs.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


Accumulo-Master - Build # 2503 - Fixed

2018-10-09 Thread Apache Jenkins Server
The Apache Jenkins build system has built Accumulo-Master (build #2503)

Status: Fixed

Check console output at https://builds.apache.org/job/Accumulo-Master/2503/ to 
view the results.

Accumulo-Master - Build # 2502 - Unstable

2018-10-09 Thread Apache Jenkins Server
The Apache Jenkins build system has built Accumulo-Master (build #2502)

Status: Unstable

Check console output at https://builds.apache.org/job/Accumulo-Master/2502/ to 
view the results.

[GitHub] ctubbsii closed pull request #686: Fix #684 Move accumulo-maven-plugin from build

2018-10-09 Thread GitBox
ctubbsii closed pull request #686: Fix #684 Move accumulo-maven-plugin from 
build
URL: https://github.com/apache/accumulo/pull/686
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/maven-plugin/.gitignore b/maven-plugin/.gitignore
deleted file mode 100644
index e77a822fe7..00
--- a/maven-plugin/.gitignore
+++ /dev/null
@@ -1,28 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements.  See the NOTICE file distributed with
-# this work for additional information regarding copyright ownership.
-# The ASF licenses this file to You under the Apache License, Version 2.0
-# (the "License"); you may not use this file except in compliance with
-# the License.  You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-
-# Maven ignores
-/target/
-
-# IDE ignores
-/.settings/
-/.project
-/.classpath
-/.pydevproject
-/.idea
-/*.iml
-/nbproject/
-/nbactions.xml
-/nb-configuration.xml
diff --git a/maven-plugin/pom.xml b/maven-plugin/pom.xml
deleted file mode 100644
index 6086aec6b7..00
--- a/maven-plugin/pom.xml
+++ /dev/null
@@ -1,169 +0,0 @@
-
-
-http://maven.apache.org/POM/4.0.0; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd;>
-  4.0.0
-  
-org.apache.accumulo
-accumulo-project
-2.0.0-SNAPSHOT
-  
-  accumulo-maven-plugin
-  maven-plugin
-  Apache Accumulo Maven Plugin
-  An Apache Maven plugin for testing software against a test 
Apache Accumulo instance.
-  
-${maven.plugin-version}
-  
-  
-
-  commons-io
-  commons-io
-
-
-  org.apache.accumulo
-  accumulo-minicluster
-
-
-  org.apache.maven
-  maven-artifact
-
-
-  org.apache.maven
-  maven-core
-  
-
-  org.sonatype.sisu
-  sisu-inject-bean
-
-  
-
-
-  org.apache.maven
-  maven-model
-
-
-  org.apache.maven
-  maven-plugin-api
-
-
-  org.apache.maven.plugin-tools
-  maven-plugin-annotations
-
-
-  junit
-  junit
-  test
-
-  
-  
-
-  
-org.apache.maven.plugins
-maven-dependency-plugin
-
-  
-analyze
-
-  analyze-only
-
-
-  
-
junit:junit:jar:4.12
-  
-
-  
-
-  
-  
-org.apache.maven.plugins
-maven-plugin-plugin
-
-  true
-
-
-  
-mojo-descriptor
-
-  descriptor
-
-  
-  
-help-goal
-
-  helpmojo
-
-  
-
-  
-  
-org.apache.maven.plugins
-maven-invoker-plugin
-
-  true
-  ${project.build.directory}/it
-  true
-  
-*/pom.xml
-  
-  
${project.build.directory}/local-repo
-  src/it/settings.xml
-  
-clean
-post-integration-test
-  
-  
-!autoformat
-  
-
-
-  
-integration-test
-
-  install
-  run
-
-  
-
-  
-
-  
-  
-
-  skip-plugin-its-with-skipTests
-  
-
-  skipTests
-
-  
-  
-true
-  
-
-
-  skip-plugin-its-with-skipITs
-  
-
-  skipITs
-
-  
-  
-true
-  
-
-  
-
diff --git a/maven-plugin/src/it/plugin-test/pom.xml 
b/maven-plugin/src/it/plugin-test/pom.xml
deleted file mode 100644
index aa3f9ea528..00
--- a/maven-plugin/src/it/plugin-test/pom.xml
+++ /dev/null
@@ -1,154 +0,0 @@
-
-
-http://maven.apache.org/POM/4.0.0; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd;>
-  4.0.0
-
-  
-@project.groupId@
-accumulo-project
-@project.version@
-  
-
-  @project.groupId@
-  @project.artifactId@-test
-  @project.version@
-
-  A simple IT verifying the basic use case.
-
-  
-true
-  
-
-  
-
-  commons-cli
-  commons-cli
-
-
- 

[GitHub] ctubbsii closed issue #684: Relocate accumulo-maven-plugin into separate repo

2018-10-09 Thread GitBox
ctubbsii closed issue #684: Relocate accumulo-maven-plugin into separate repo
URL: https://github.com/apache/accumulo/issues/684
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] milleruntime closed pull request #118: Update summit logo

2018-10-09 Thread GitBox
milleruntime closed pull request #118: Update summit logo
URL: https://github.com/apache/accumulo-website/pull/118
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/images/accumulo-summit-logo.png b/images/accumulo-summit-logo.png
new file mode 100644
index ..edb4e167
Binary files /dev/null and b/images/accumulo-summit-logo.png differ
diff --git a/images/accumulo-summit.png b/images/accumulo-summit.png
deleted file mode 100644
index f2db1c46..
Binary files a/images/accumulo-summit.png and /dev/null differ
diff --git a/index.html b/index.html
index bc66a5fc..4fb54a76 100644
--- a/index.html
+++ b/index.html
@@ -61,7 +61,7 @@ Stable
 
   
 https://www.apache.org/events/current-event.html;>https://www.apache.org/events/current-event-234x60.png"/>
-http://accumulosummit.com/;>
+http://accumulosummit.com/;>
   
 
   


 


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] ctubbsii commented on issue #684: Relocate accumulo-maven-plugin into separate repo

2018-10-09 Thread GitBox
ctubbsii commented on issue #684: Relocate accumulo-maven-plugin into separate 
repo
URL: https://github.com/apache/accumulo/issues/684#issuecomment-428365864
 
 
   Fix in #686 


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


Accumulo-Maven-Plugin-Pull-Requests - Build # 1 - Failure

2018-10-09 Thread Apache Jenkins Server
The Apache Jenkins build system has built Accumulo-Maven-Plugin-Pull-Requests 
(build #1)

Status: Failure

Check console output at 
https://builds.apache.org/job/Accumulo-Maven-Plugin-Pull-Requests/1/ to view 
the results.

[GitHub] ctubbsii commented on issue #684: Relocate accumulo-maven-plugin into separate repo

2018-10-09 Thread GitBox
ctubbsii commented on issue #684: Relocate accumulo-maven-plugin into separate 
repo
URL: https://github.com/apache/accumulo/issues/684#issuecomment-428361409
 
 
   New location at https://github.com/apache/accumulo-maven-plugin


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] ctubbsii commented on issue #686: Fix #684 Move accumulo-maven-plugin from build

2018-10-09 Thread GitBox
ctubbsii commented on issue #686: Fix #684 Move accumulo-maven-plugin from build
URL: https://github.com/apache/accumulo/pull/686#issuecomment-428361318
 
 
   New location at https://github.com/apache/accumulo-maven-plugin


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] ctubbsii opened a new pull request #686: Fix #684 Move accumulo-maven-plugin from build

2018-10-09 Thread GitBox
ctubbsii opened a new pull request #686: Fix #684 Move accumulo-maven-plugin 
from build
URL: https://github.com/apache/accumulo/pull/686
 
 
   This removes accumulo-maven-plugin from this main accumulo repo. The
   corresponding addition can be found in the new repo named
   accumulo-maven-plugin.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] ctubbsii commented on a change in pull request #118: Update summit logo

2018-10-09 Thread GitBox
ctubbsii commented on a change in pull request #118: Update summit logo
URL: https://github.com/apache/accumulo-website/pull/118#discussion_r223870372
 
 

 ##
 File path: index.html
 ##
 @@ -61,7 +61,7 @@ Stable
 
   
 https://www.apache.org/events/current-event.html;>https://www.apache.org/events/current-event-234x60.png"/>
-http://accumulosummit.com/;>
+http://accumulosummit.com/;>
 
 Review comment:
   Hmm, that's weird. Last time, I only saw the old image in the GitHub PR. Now 
I see you're removing one and replacing it with the other. The image is fine. I 
must've clicked on something incorrectly.
   
   I'm not sure how linking will work, since their site doesn't support https. 
Linking to it may give a browser warning. There's a trend in browsers to push 
publishers to use https by giving big warnings for mixed content or http 
content.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] milleruntime commented on a change in pull request #118: Update summit logo

2018-10-09 Thread GitBox
milleruntime commented on a change in pull request #118: Update summit logo
URL: https://github.com/apache/accumulo-website/pull/118#discussion_r223846683
 
 

 ##
 File path: index.html
 ##
 @@ -61,7 +61,7 @@ Stable
 
   
 https://www.apache.org/events/current-event.html;>https://www.apache.org/events/current-event-234x60.png"/>
-http://accumulosummit.com/;>
+http://accumulosummit.com/;>
 
 Review comment:
   Or are you suggesting we just link to the image?
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] milleruntime commented on a change in pull request #118: Update summit logo

2018-10-09 Thread GitBox
milleruntime commented on a change in pull request #118: Update summit logo
URL: https://github.com/apache/accumulo-website/pull/118#discussion_r223846512
 
 

 ##
 File path: index.html
 ##
 @@ -61,7 +61,7 @@ Stable
 
   
 https://www.apache.org/events/current-event.html;>https://www.apache.org/events/current-event-234x60.png"/>
-http://accumulosummit.com/;>
+http://accumulosummit.com/;>
 
 Review comment:
   It is that image.  I just renamed the file.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] milleruntime closed pull request #685: Rename link on Monitor to Rest

2018-10-09 Thread GitBox
milleruntime closed pull request #685: Rename link on Monitor to Rest
URL: https://github.com/apache/accumulo/pull/685
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git 
a/server/monitor/src/main/resources/org/apache/accumulo/monitor/templates/navbar.ftl
 
b/server/monitor/src/main/resources/org/apache/accumulo/monitor/templates/navbar.ftl
index 2fa6ed75d4..035a385418 100644
--- 
a/server/monitor/src/main/resources/org/apache/accumulo/monitor/templates/navbar.ftl
+++ 
b/server/monitor/src/main/resources/org/apache/accumulo/monitor/templates/navbar.ftl
@@ -61,7 +61,7 @@
 
 
   
-API 
+REST 
   
   
 XML


 


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] ctubbsii edited a comment on issue #117: Publish accumulo-maven-plugin generated plugin documentation

2018-10-09 Thread GitBox
ctubbsii edited a comment on issue #117: Publish accumulo-maven-plugin 
generated plugin documentation
URL: 
https://github.com/apache/accumulo-website/issues/117#issuecomment-428330205
 
 
   Instructions for publishing documentation is, after releasing and tagging, 
checkout the tag, and do `mvn clean package site:site`. The files to upload 
will be located in `target/site`.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] ctubbsii commented on issue #117: Publish accumulo-maven-plugin generated plugin documentation

2018-10-09 Thread GitBox
ctubbsii commented on issue #117: Publish accumulo-maven-plugin generated 
plugin documentation
URL: 
https://github.com/apache/accumulo-website/issues/117#issuecomment-428330205
 
 
   Instructions for publishing documentation is, after tagging, checkout the 
tag, and do `mvn clean package site:site`. The files to upload will be located 
in `target/site`.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] ctubbsii commented on issue #684: Relocate accumulo-maven-plugin into separate repo

2018-10-09 Thread GitBox
ctubbsii commented on issue #684: Relocate accumulo-maven-plugin into separate 
repo
URL: https://github.com/apache/accumulo/issues/684#issuecomment-428329588
 
 
   Re-opening, because original repo still has maven-plugin directory.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] ctubbsii opened a new issue #684: Relocate accumulo-maven-plugin into separate repo

2018-10-09 Thread GitBox
ctubbsii opened a new issue #684: Relocate accumulo-maven-plugin into separate 
repo
URL: https://github.com/apache/accumulo/issues/684
 
 
   The accumulo-maven-plugin need not be released every time Accumulo is 
released. It can have its own release schedule, and should be independent of 
Accumulo itself.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] ctubbsii commented on a change in pull request #118: Update summit logo

2018-10-09 Thread GitBox
ctubbsii commented on a change in pull request #118: Update summit logo
URL: https://github.com/apache/accumulo-website/pull/118#discussion_r223819454
 
 

 ##
 File path: index.html
 ##
 @@ -61,7 +61,7 @@ Stable
 
   
 https://www.apache.org/events/current-event.html;>https://www.apache.org/events/current-event-234x60.png"/>
-http://accumulosummit.com/;>
+http://accumulosummit.com/;>
 
 Review comment:
   Shouldn't we use their current logo from 
http://accumulosummit.com/assets/img/as-logo.png ?


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] mikewalch commented on a change in pull request #118: Update summit logo

2018-10-09 Thread GitBox
mikewalch commented on a change in pull request #118: Update summit logo
URL: https://github.com/apache/accumulo-website/pull/118#discussion_r223832627
 
 

 ##
 File path: index.html
 ##
 @@ -61,7 +61,7 @@ Stable
 
   
 https://www.apache.org/events/current-event.html;>https://www.apache.org/events/current-event-234x60.png"/>
-http://accumulosummit.com/;>
 
 Review comment:
   Should `accumulo-summit-2017-logo-horizontal.png` also be deleted?


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] mikewalch commented on a change in pull request #118: Update summit logo

2018-10-09 Thread GitBox
mikewalch commented on a change in pull request #118: Update summit logo
URL: https://github.com/apache/accumulo-website/pull/118#discussion_r223832627
 
 

 ##
 File path: index.html
 ##
 @@ -61,7 +61,7 @@ Stable
 
   
 https://www.apache.org/events/current-event.html;>https://www.apache.org/events/current-event-234x60.png"/>
-http://accumulosummit.com/;>
 
 Review comment:
   Should `accumulo-summit-2017-logo-horizontal.png` be also deleted?


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] milleruntime opened a new pull request #118: Update summit logo

2018-10-09 Thread GitBox
milleruntime opened a new pull request #118: Update summit logo
URL: https://github.com/apache/accumulo-website/pull/118
 
 
   * Also removed unused older logo


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] ctubbsii commented on a change in pull request #685: Rename link on Monitor to Rest

2018-10-09 Thread GitBox
ctubbsii commented on a change in pull request #685: Rename link on Monitor to 
Rest
URL: https://github.com/apache/accumulo/pull/685#discussion_r223808878
 
 

 ##
 File path: 
server/monitor/src/main/resources/org/apache/accumulo/monitor/templates/navbar.ftl
 ##
 @@ -61,7 +61,7 @@
 
 
   
-API 
+Rest 
 
 Review comment:
   Works for me.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] milleruntime commented on a change in pull request #685: Rename link on Monitor to Rest

2018-10-09 Thread GitBox
milleruntime commented on a change in pull request #685: Rename link on Monitor 
to Rest
URL: https://github.com/apache/accumulo/pull/685#discussion_r223808596
 
 

 ##
 File path: 
server/monitor/src/main/resources/org/apache/accumulo/monitor/templates/navbar.ftl
 ##
 @@ -61,7 +61,7 @@
 
 
   
-API 
+Rest 
 
 Review comment:
   Roger.  The link being "REST" OK for a name though?


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] ctubbsii commented on a change in pull request #685: Rename link on Monitor to Rest

2018-10-09 Thread GitBox
ctubbsii commented on a change in pull request #685: Rename link on Monitor to 
Rest
URL: https://github.com/apache/accumulo/pull/685#discussion_r223807050
 
 

 ##
 File path: 
server/monitor/src/main/resources/org/apache/accumulo/monitor/templates/navbar.ftl
 ##
 @@ -61,7 +61,7 @@
 
 
   
-API 
+Rest 
 
 Review comment:
   REST should be all uppercase, because it's an acronym (REpresentational 
State Transfer).


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] milleruntime opened a new pull request #685: Rename link on Monitor to Rest

2018-10-09 Thread GitBox
milleruntime opened a new pull request #685: Rename link on Monitor to Rest
URL: https://github.com/apache/accumulo/pull/685
 
 
   I am not sure what to call this link but it shouldn't be API.  This is for 
the top far right link in the navigation bar.  It is a drop down of two links, 
one to generate the XML and one for JSON.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] ctubbsii opened a new issue #117: Publish accumulo-maven-plugin generated plugin documentation

2018-10-09 Thread GitBox
ctubbsii opened a new issue #117: Publish accumulo-maven-plugin generated 
plugin documentation
URL: https://github.com/apache/accumulo-website/issues/117
 
 
   This corresponds to apache/accumulo#684 
   The plugin documentation can be relatively easily generated with 
maven-site-plugin. See other maven plugin documentation for examples:
   
   https://code.revelc.net/impsort-maven-plugin/
   https://code.revelc.net/apilyzer-maven-plugin/


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] mikewalch opened a new issue #116: Create 2.0 upgrade documentation

2018-10-09 Thread GitBox
mikewalch opened a new issue #116: Create 2.0 upgrade documentation
URL: https://github.com/apache/accumulo-website/issues/116
 
 
   Create step-by-step instructions to help users move from 1.9 to 2.0.
   
   To create these instructions, it might be helpful to run Accumulo 1.9, stop 
it, and write up all instructions necessary to start up instance again as 
Accumulo 2.0.
   
   These instructions should be linked to from 2.0.0 release notes
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] milleruntime commented on issue #115: Finish 2.0 release notes

2018-10-09 Thread GitBox
milleruntime commented on issue #115: Finish 2.0 release notes
URL: 
https://github.com/apache/accumulo-website/issues/115#issuecomment-428258669
 
 
   ACCUMULO-4733 in the release notes is superceded by 
https://github.com/apache/accumulo/pull/560
   Here is a write up replacement:
   #560 - New on disk encryption service replaces experimental crypto features. 
An AES GCM Crypto service can now be configured by setting 3 properties in the 
configuration and creating a key file for your cluster.  This will encrypt all 
data stored on disk when Accumulo is running normally and not recovering. See 
documentation for more details.
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[jira] [Resolved] (ACCUMULO-4733) Implement configurable security provider for crypto

2018-10-09 Thread Michael Miller (JIRA)


 [ 
https://issues.apache.org/jira/browse/ACCUMULO-4733?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michael Miller resolved ACCUMULO-4733.
--
Resolution: Fixed

is superceded by [GitHub #560|https://github.com/apache/accumulo/pull/560]

> Implement configurable security provider for crypto
> ---
>
> Key: ACCUMULO-4733
> URL: https://issues.apache.org/jira/browse/ACCUMULO-4733
> Project: Accumulo
>  Issue Type: New Feature
>Reporter: Nick Felts
>Assignee: Nick Felts
>Priority: Minor
>  Labels: pull-request-available, release-notes
> Fix For: 2.0.0
>
>  Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> Adding the ability to configure which Java security provider to use for 
> crypto.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[GitHub] keith-turner commented on issue #115: Finish 2.0 release notes

2018-10-09 Thread GitBox
keith-turner commented on issue #115: Finish 2.0 release notes
URL: 
https://github.com/apache/accumulo-website/issues/115#issuecomment-428247877
 
 
   Below is an incomplete list of information that could be added to the 
release notes.  This information was compiled from looking at commits, JIRA, 
GitHub Issues, and API diffs.  
   
* Accumulo client ACCUMULO-4784
* Removed deprecated method that used non API types.
* Scan Executors ACCUMULO-4074 #555
* Summaries  ACCUMULO-4500
* Create table with splits and offline ACCUMULO-4808
* New bulk import #436 #472
* Caching ACCUMULO-4463 TinyLFU ACCUMULO-4177
* Crypto updates
* SPI package
* Mutation and Key Fluent APIs ACCUMULO-4376 ACCUMULO-4746
* Switch to Github Issues.
* Hadoop 3 support  ACCUMULO-4826 #531
* Docker support
* New monitor ACCUMULO-4771
* Java 8 ACCUMULO-4229
* Better scripts (classpath) ACCUMULO-4490
* accumulo testing repo
* User manual reorg ACCUMULO-4630
* ACCUMULO-4732 API for iter and loc groups for new table
* impsort ACCUMULO-4682
* Better memory configuration ACCUMULO-4612
* Limit use of env ACCUMULO-4596
* API cleanup ACCUMULO-4568
* Examples moved to their own repo ACCUMULO-4511
* Two tier compression ACCUMULO-1787
* API definition now on website
* Updated lots of deps
* Less static state #613
* Removed Mock #536
* Support Zstandard compression #438
* Grafana dashboard #404 ACCUMULO-4850
* Internal code clean up : TableID .. metadata scanner… ServerCtx


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] keith-turner opened a new issue #115: Finish 2.0 release notes

2018-10-09 Thread GitBox
keith-turner opened a new issue #115: Finish 2.0 release notes
URL: https://github.com/apache/accumulo-website/issues/115
 
 
   The release notes for 2.0.0 need to be finished. Below is a link to the 
notes.
   
   
https://github.com/apache/accumulo-website/blob/master/_posts/release/2017-09-05-accumulo-2.0.0.md
   
   Please comment on this issue with anything you think should be mentioned in 
the release notes.
   
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] ctubbsii opened a new issue #684: Relocate accumulo-maven-plugin into separate repo

2018-10-09 Thread GitBox
ctubbsii opened a new issue #684: Relocate accumulo-maven-plugin into separate 
repo
URL: https://github.com/apache/accumulo/issues/684
 
 
   The accumulo-maven-plugin need not be released every time Accumulo is 
released. It can have its own release schedule, and should be independent of 
Accumulo itself.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] asfgit closed issue #485: TODO: Revert Eclipse compiler error workaround

2018-10-09 Thread GitBox
asfgit closed issue #485: TODO: Revert Eclipse compiler error workaround
URL: https://github.com/apache/accumulo/issues/485
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services