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_r170411608
##########
File path: pom.xml
##########
@@ -128,7 +128,9 @@
<findbugs.version>3.0.5</findbugs.version>
<!-- surefire/failsafe plugin option -->
<forkCount>1</forkCount>
+ <hadoop.profile>2</hadoop.profile>
Review comment:
I think this will actually disable the hadoop2 profile, because of
`!hadoop.profile`. Because of https://issues.apache.org/jira/browse/MNG-3328 ,
when we had a 1 and 2 profile, we had to create a third hadoop default profile
which had `!hadoop.profile` and was identical (duplicated) to the hadoop2
profile. It was tedious, but I think it might be the only workaround to
MNG-3328.
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services