[jira] [Resolved] (ACCUMULO-4826) Support Hadoop 3

2018-02-25 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/ACCUMULO-4826?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Elser resolved ACCUMULO-4826. -- Resolution: Fixed ACCUMULO-4827 and ACCUMULO-4828 were both filed as a part of testing

[jira] [Updated] (ACCUMULO-4828) Initialization of master deadlocks

2018-02-25 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/ACCUMULO-4828?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Elser updated ACCUMULO-4828: - Attachment: stuck-master-jstack.txt > Initialization of master deadlocks >

[jira] [Created] (ACCUMULO-4828) Initialization of master deadlocks

2018-02-25 Thread Josh Elser (JIRA)
Josh Elser created ACCUMULO-4828: Summary: Initialization of master deadlocks Key: ACCUMULO-4828 URL: https://issues.apache.org/jira/browse/ACCUMULO-4828 Project: Accumulo Issue Type: Bug

Accumulo-1.8 - Build # 273 - Fixed

2018-02-25 Thread Apache Jenkins Server
The Apache Jenkins build system has built Accumulo-1.8 (build #273) Status: Fixed Check console output at https://builds.apache.org/job/Accumulo-1.8/273/ to view the results.

[jira] [Created] (ACCUMULO-4827) Fix CLASSPATH in accumulo-env for Hadoop3 in 2.0

2018-02-25 Thread Josh Elser (JIRA)
Josh Elser created ACCUMULO-4827: Summary: Fix CLASSPATH in accumulo-env for Hadoop3 in 2.0 Key: ACCUMULO-4827 URL: https://issues.apache.org/jira/browse/ACCUMULO-4827 Project: Accumulo

[GitHub] joshelser closed pull request #332: ACCUMULO-4826 Use the hadoop3 shaded jars

2018-02-25 Thread GitBox
joshelser closed pull request #332: ACCUMULO-4826 Use the hadoop3 shaded jars URL: https://github.com/apache/accumulo/pull/332 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

[GitHub] joshelser commented on issue #332: ACCUMULO-4826 Use the hadoop3 shaded jars

2018-02-25 Thread GitBox
joshelser commented on issue #332: ACCUMULO-4826 Use the hadoop3 shaded jars URL: https://github.com/apache/accumulo/pull/332#issuecomment-368368451 Primo. Thanks for the feedback, boss. Will merge this about shortly. This is

[GitHub] ctubbsii commented on issue #332: ACCUMULO-4826 Use the hadoop3 shaded jars

2018-02-25 Thread GitBox
ctubbsii commented on issue #332: ACCUMULO-4826 Use the hadoop3 shaded jars URL: https://github.com/apache/accumulo/pull/332#issuecomment-368367685 @joshelser This PR is against the 1.8 branch already. I don't see any reason it should be merged only into master. It can go into the 1.8

[GitHub] ctubbsii commented on a change in pull request #332: ACCUMULO-4826 Use the hadoop3 shaded jars

2018-02-25 Thread GitBox
ctubbsii commented on a change in pull request #332: ACCUMULO-4826 Use the hadoop3 shaded jars URL: https://github.com/apache/accumulo/pull/332#discussion_r170478654 ## File path: maven-plugin/src/it/plugin-test/pom.xml ## @@ -154,4 +150,58 @@ + +

[GitHub] ctubbsii commented on a change in pull request #332: ACCUMULO-4826 Use the hadoop3 shaded jars

2018-02-25 Thread GitBox
ctubbsii commented on a change in pull request #332: ACCUMULO-4826 Use the hadoop3 shaded jars URL: https://github.com/apache/accumulo/pull/332#discussion_r170478991 ## File path: pom.xml ## @@ -899,10 +920,30 @@ java17 1.0

[GitHub] ctubbsii commented on a change in pull request #332: ACCUMULO-4826 Use the hadoop3 shaded jars

2018-02-25 Thread GitBox
ctubbsii commented on a change in pull request #332: ACCUMULO-4826 Use the hadoop3 shaded jars URL: https://github.com/apache/accumulo/pull/332#discussion_r170478585 ## File path: examples/simple/pom.xml ## @@ -105,4 +101,58 @@ + + +

[GitHub] joshelser commented on issue #332: ACCUMULO-4826 Use the hadoop3 shaded jars

2018-02-25 Thread GitBox
joshelser commented on issue #332: ACCUMULO-4826 Use the hadoop3 shaded jars URL: https://github.com/apache/accumulo/pull/332#issuecomment-368365737 Also, you happy with this in the current state, @ctubbsii? For `master` right now, I suppose (can consider a cherry-pick earlier too). Any

[GitHub] ctubbsii commented on issue #332: ACCUMULO-4826 Use the hadoop3 shaded jars

2018-02-25 Thread GitBox
ctubbsii commented on issue #332: ACCUMULO-4826 Use the hadoop3 shaded jars URL: https://github.com/apache/accumulo/pull/332#issuecomment-368365644 > Let's tack this on as a follow-up. Agreed. > Oh, funny. I thought you were the proponent of it :) You may have gotten

[GitHub] joshelser commented on issue #332: ACCUMULO-4826 Use the hadoop3 shaded jars

2018-02-25 Thread GitBox
joshelser commented on issue #332: ACCUMULO-4826 Use the hadoop3 shaded jars URL: https://github.com/apache/accumulo/pull/332#issuecomment-368359503 > If no recompilation is needed, I wonder if it would be a good idea to just go ahead and build both assemblies, regardless of which profile

[jira] [Updated] (ACCUMULO-3807) Log Recovery Copy/Sort progress exceeds 100%

2018-02-25 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ACCUMULO-3807?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated ACCUMULO-3807: - Labels: newbie pull-request-available (was: newbie) > Log Recovery Copy/Sort progress

[GitHub] ctubbsii commented on a change in pull request #381: ACCUMULO-3807 Avoid Copy/Sort column on WAL recovery exceeds 100%

2018-02-25 Thread GitBox
ctubbsii commented on a change in pull request #381: ACCUMULO-3807 Avoid Copy/Sort column on WAL recovery exceeds 100% URL: https://github.com/apache/accumulo/pull/381#discussion_r170468893 ## File path: server/tserver/src/main/java/org/apache/accumulo/tserver/log/LogSorter.java

[GitHub] ctubbsii commented on issue #381: ACCUMULO-4413 Avoid Copy/Sort column on WAL recovery exceeds 100%

2018-02-25 Thread GitBox
ctubbsii commented on issue #381: ACCUMULO-4413 Avoid Copy/Sort column on WAL recovery exceeds 100% URL: https://github.com/apache/accumulo/pull/381#issuecomment-368347781 @ghajos I'll go ahead and change the title of this PR now to point to 3807. If you want to edit the log message to

[GitHub] ctubbsii commented on issue #332: ACCUMULO-4826 Use the hadoop3 shaded jars

2018-02-25 Thread GitBox
ctubbsii commented on issue #332: ACCUMULO-4826 Use the hadoop3 shaded jars URL: https://github.com/apache/accumulo/pull/332#issuecomment-368346932 >> does Accumulo need recompiling or just repackaging to switch between Hadoop 2 and 3? > > I've not noticed any required recompilation.