[
https://issues.apache.org/jira/browse/HDFS-16304?focusedWorklogId=678108&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-678108
]
ASF GitHub Bot logged work on HDFS-16304:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 06/Nov/21 18:23
Start Date: 06/Nov/21 18:23
Worklog Time Spent: 10m
Work Description: GauthamBanasandra opened a new pull request #3625:
URL: https://github.com/apache/hadoop/pull/3625
<!--
Thanks for sending a pull request!
1. If this is your first time, please read our contributor guidelines:
https://cwiki.apache.org/confluence/display/HADOOP/How+To+Contribute
2. Make sure your PR title starts with JIRA issue id, e.g.,
'HADOOP-17799. Your PR title ...'.
-->
### Description of PR
The Docker build using start-build-env.sh is failing since commit 1032724.
It can be reproduced with a minimal Ubuntu image and by running mvn clean
install -Pnative -DskipTests -DskipShade -Dmaven.javadoc.skip=true inside the
Docker container via start-build-env.sh.
### How was this patch tested?
By building locally and validation through CI.
### For code changes:
- [x] Does the title or this PR starts with the corresponding JIRA issue id
(e.g. 'HADOOP-17799. Your PR title ...')?
- [ ] Object storage: have the integration tests been executed and the
endpoint declared according to the connector-specific documentation?
- [ ] If adding new dependencies to the code, are these dependencies
licensed in a way that is compatible for inclusion under [ASF
2.0](http://www.apache.org/legal/resolved.html#category-a)?
- [ ] If applicable, have you updated the `LICENSE`, `LICENSE-binary`,
`NOTICE-binary` files?
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 678108)
Remaining Estimate: 0h
Time Spent: 10m
> Locate OpenSSL libs for libhdfspp
> ---------------------------------
>
> Key: HDFS-16304
> URL: https://issues.apache.org/jira/browse/HDFS-16304
> Project: Hadoop HDFS
> Issue Type: Bug
> Components: build, hdfs-client, native
> Affects Versions: 3.4.0
> Environment: Linux 5.13.0-1005-gcp #6-Ubuntu SMP Fri Oct 8 15:14:43
> UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
> Reporter: Sangjin Lee
> Assignee: Gautham Banasandra
> Priority: Major
> Attachments: build_failure.txt
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> The Docker build usingĀ {{start-build-env.sh}} is failing since commit
> 1032724. It can be reproduced with a minimal Ubuntu image and by running
> {{mvn clean install -Pnative -DskipTests -DskipShade
> -Dmaven.javadoc.skip=true}} inside the Docker container via
> {{start-build-env.sh}}.
> The regression was introduced by HDFS-16300 where it removed the line
> {{find_library(OPENSSL_LIBRARY NAMES ${OPENSSL_NAME})}}
> I suspect the CI didn't catch it because of the base image the CI runs with?
> I'm not 100% certain how real this build issue is, but according to
> {{BUILDING.txt}}, a base Ubuntu image should be able to build Hadoop using
> {{start-build-env.sh}}, and that's now broken.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]