[
https://issues.apache.org/jira/browse/HADOOP-16080?focusedWorklogId=519241&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-519241
]
ASF GitHub Bot logged work on HADOOP-16080:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 02/Dec/20 20:51
Start Date: 02/Dec/20 20:51
Worklog Time Spent: 10m
Work Description: hadoop-yetus commented on pull request #2510:
URL: https://github.com/apache/hadoop/pull/2510#issuecomment-737487746
:confetti_ball: **+1 overall**
| Vote | Subsystem | Runtime | Comment |
|:----:|----------:|--------:|:--------|
| +0 :ok: | reexec | 1m 15s | Docker mode activated. |
||| _ Prechecks _ |
| +1 :green_heart: | dupname | 0m 1s | No case conflicting files
found. |
| +1 :green_heart: | @author | 0m 0s | The patch does not contain any
@author tags. |
| +1 :green_heart: | test4tests | 0m 0s | The patch appears to include
1 new or modified test files. |
||| _ branch-3.2 Compile Tests _ |
| +0 :ok: | mvndep | 3m 52s | Maven dependency ordering for branch |
| +1 :green_heart: | mvninstall | 25m 49s | branch-3.2 passed |
| +1 :green_heart: | compile | 15m 20s | branch-3.2 passed |
| +1 :green_heart: | checkstyle | 2m 36s | branch-3.2 passed |
| +1 :green_heart: | mvnsite | 2m 25s | branch-3.2 passed |
| +1 :green_heart: | shadedclient | 19m 37s | branch has no errors when
building and testing our client artifacts. |
| +1 :green_heart: | javadoc | 2m 2s | branch-3.2 passed |
| +0 :ok: | spotbugs | 0m 58s | Used deprecated FindBugs config;
considering switching to SpotBugs. |
| +1 :green_heart: | findbugs | 3m 35s | branch-3.2 passed |
||| _ Patch Compile Tests _ |
| +0 :ok: | mvndep | 0m 19s | Maven dependency ordering for patch |
| +1 :green_heart: | mvninstall | 1m 47s | the patch passed |
| +1 :green_heart: | compile | 14m 22s | the patch passed |
| +1 :green_heart: | javac | 14m 22s | the patch passed |
| -0 :warning: | checkstyle | 2m 33s | root: The patch generated 1 new
+ 56 unchanged - 0 fixed = 57 total (was 56) |
| +1 :green_heart: | mvnsite | 2m 24s | the patch passed |
| +1 :green_heart: | whitespace | 0m 0s | The patch has no whitespace
issues. |
| +1 :green_heart: | shadedclient | 13m 40s | patch has no errors when
building and testing our client artifacts. |
| +1 :green_heart: | javadoc | 1m 58s | the patch passed |
| +1 :green_heart: | findbugs | 3m 58s | the patch passed |
||| _ Other Tests _ |
| +1 :green_heart: | unit | 10m 0s | hadoop-common in the patch passed.
|
| +1 :green_heart: | unit | 4m 39s | hadoop-aws in the patch passed. |
| +1 :green_heart: | unit | 0m 25s | hadoop-aliyun in the patch passed.
|
| +1 :green_heart: | asflicense | 0m 45s | The patch does not generate
ASF License warnings. |
| | | 133m 8s | |
| Subsystem | Report/Notes |
|----------:|:-------------|
| Docker | ClientAPI=1.40 ServerAPI=1.40 base:
https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-2510/3/artifact/out/Dockerfile
|
| GITHUB PR | https://github.com/apache/hadoop/pull/2510 |
| Optional Tests | dupname asflicense compile javac javadoc mvninstall
mvnsite unit shadedclient findbugs checkstyle |
| uname | Linux 20f6dd67b5a2 4.15.0-112-generic #113-Ubuntu SMP Thu Jul 9
23:41:39 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux |
| Build tool | maven |
| Personality | dev-support/bin/hadoop.sh |
| git revision | branch-3.2 / 1184284 |
| Default Java | Private Build-1.8.0_275-8u275-b01-0ubuntu1~16.04-b01 |
| checkstyle |
https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-2510/3/artifact/out/diff-checkstyle-root.txt
|
| Test Results |
https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-2510/3/testReport/ |
| Max. process+thread count | 1346 (vs. ulimit of 5500) |
| modules | C: hadoop-common-project/hadoop-common hadoop-tools/hadoop-aws
hadoop-tools/hadoop-aliyun U: . |
| Console output |
https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-2510/3/console |
| versions | git=2.7.4 maven=3.3.9 findbugs=3.1.0-RC1 |
| Powered by | Apache Yetus 0.12.0 https://yetus.apache.org |
This message was automatically generated.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 519241)
Time Spent: 1h (was: 50m)
> hadoop-aws does not work with hadoop-client-api
> -----------------------------------------------
>
> Key: HADOOP-16080
> URL: https://issues.apache.org/jira/browse/HADOOP-16080
> Project: Hadoop Common
> Issue Type: Bug
> Components: fs/s3
> Affects Versions: 3.2.0, 3.1.1
> Reporter: Keith Turner
> Priority: Major
> Labels: pull-request-available
> Time Spent: 1h
> Remaining Estimate: 0h
>
> I attempted to use Accumulo and S3a with the following jars on the classpath.
> * hadoop-client-api-3.1.1.jar
> * hadoop-client-runtime-3.1.1.jar
> * hadoop-aws-3.1.1.jar
> This failed with the following exception.
> {noformat}
> Exception in thread "init" java.lang.NoSuchMethodError:
> org.apache.hadoop.util.SemaphoredDelegatingExecutor.<init>(Lcom/google/common/util/concurrent/ListeningExecutorService;IZ)V
> at org.apache.hadoop.fs.s3a.S3AFileSystem.create(S3AFileSystem.java:769)
> at org.apache.hadoop.fs.FileSystem.create(FileSystem.java:1169)
> at org.apache.hadoop.fs.FileSystem.create(FileSystem.java:1149)
> at org.apache.hadoop.fs.FileSystem.create(FileSystem.java:1108)
> at org.apache.hadoop.fs.FileSystem.createNewFile(FileSystem.java:1413)
> at
> org.apache.accumulo.server.fs.VolumeManagerImpl.createNewFile(VolumeManagerImpl.java:184)
> at
> org.apache.accumulo.server.init.Initialize.initDirs(Initialize.java:479)
> at
> org.apache.accumulo.server.init.Initialize.initFileSystem(Initialize.java:487)
> at
> org.apache.accumulo.server.init.Initialize.initialize(Initialize.java:370)
> at org.apache.accumulo.server.init.Initialize.doInit(Initialize.java:348)
> at org.apache.accumulo.server.init.Initialize.execute(Initialize.java:967)
> at org.apache.accumulo.start.Main.lambda$execKeyword$0(Main.java:129)
> at java.lang.Thread.run(Thread.java:748)
> {noformat}
> The problem is that {{S3AFileSystem.create()}} looks for
> {{SemaphoredDelegatingExecutor(com.google.common.util.concurrent.ListeningExecutorService)}}
> which does not exist in hadoop-client-api-3.1.1.jar. What does exist is
> {{SemaphoredDelegatingExecutor(org.apache.hadoop.shaded.com.google.common.util.concurrent.ListeningExecutorService)}}.
> To work around this issue I created a version of hadoop-aws-3.1.1.jar that
> relocated references to Guava.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]