[ 
https://issues.apache.org/jira/browse/HADOOP-19799?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18055682#comment-18055682
 ] 

ASF GitHub Bot commented on HADOOP-19799:
-----------------------------------------

hadoop-yetus commented on PR #8223:
URL: https://github.com/apache/hadoop/pull/8223#issuecomment-3829281374

   (!) A patch to the testing environment has been detected. 
   Re-executing against the patched versions to perform further tests. 
   The console is at 
https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-8223/1/console in 
case of problems.
   




> 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]

Reply via email to