[
https://issues.apache.org/jira/browse/HADOOP-19799?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18055997#comment-18055997
]
ASF GitHub Bot commented on HADOOP-19799:
-----------------------------------------
cnauroth commented on PR #8223:
URL: https://github.com/apache/hadoop/pull/8223#issuecomment-3836705629
@aajisaka and @slfan1989 , thank you for reviewing. I have committed this to
trunk.
> Ubuntu 24 images cannot build full release docs
> -----------------------------------------------
>
> Key: HADOOP-19799
> URL: https://issues.apache.org/jira/browse/HADOOP-19799
> Project: Hadoop Common
> Issue Type: Bug
> Components: build
> Reporter: Chris Nauroth
> Assignee: Chris Nauroth
> Priority: Blocker
> Labels: pull-request-available
>
> The full release docs have Python dependencies on pylint and dateutil. These
> packages are not currently included in the Ubuntu 24 images.
> {code}
> mvn install site site:stage -DskipTests -DskipShade -Pdist,src
> -Preleasedocs,docs
> [INFO] --- exec:1.3.1:exec (releasedocs) @ hadoop-common ---
> ERROR:root:This script requires python-dateutil module to be installed. You
> can install it using:
> pip install python-dateutil
> {code}
> Older images included these via
> dev-support/docker/pkg-resolver/install-common-pkgs.sh, which uses pip. This
> won't work for Ubuntu 24, which enforces that Python packages are managed
> with apt. We can simply include them in the apt commands.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]