Chris Nauroth created HADOOP-19799:
--------------------------------------

             Summary: 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


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