[
https://issues.apache.org/jira/browse/HADOOP-18401?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17580414#comment-17580414
]
Veli-Jussi Raitila edited comment on HADOOP-18401 at 8/16/22 6:18 PM:
----------------------------------------------------------------------
Sure. That patch does fix the issue as Ubuntu Focal packages newer Python
3.8.10 and the problematic library is now built from source.
The development container starts up. Also tested a quick-and-dirty build of
Hadoop using:
{noformat}
mvn package -Pdist,native -DskipTests -Dtar -Dmaven.javadoc.skip=true
{noformat}
which first fails at the 'Apache Hadoop Distribution' phase with:
{noformat}
[INFO] — exec-maven-plugin:1.3.1:exec (tar) @ hadoop-dist —
tar: hadoop-3.3.4/share/hadoop: file changed as we read it
tar: hadoop-3.3.4/share: file changed as we read it
tar: hadoop-3.3.4: file changed as we read it
$ tar cf hadoop-3.3.4.tar hadoop-3.3.4
Failed!
{noformat}
but passes after I run
{noformat}
mvn package -Pdist,native -DskipTests -Dtar -Dmaven.javadoc.skip=true -rf
:hadoop-dist
{noformat}
right after.
was (Author: JIRAUSER294345):
Sure. That patch does fix the issue as Ubuntu Focal packages newer Python
3.8.10 and the problematic library is now built from source.
The development container starts up. Also tested a quick-and-dirty build of
Hadoop using:
{noformat}
mvn package -Pdist,native -DskipTests -Dtar -Dmaven.javadoc.skip=true
{noformat}
which first fails at the 'Apache Hadoop Distribution' phase with:
{noformat}
[INFO] — exec-maven-plugin:1.3.1:exec (tar) @ hadoop-dist —
tar: hadoop-3.3.4/share/hadoop: file changed as we read it
tar: hadoop-3.3.4/share: file changed as we read it
tar: hadoop-3.3.4: file changed as we read it
$ tar cf hadoop-3.3.4.tar hadoop-3.3.4
Failed!
{noformat}
but passes after I run
{noformat}
mvn package -Pdist,native -DskipTests -Dtar -Dmaven.javadoc.skip=true -rf
:hadoop-dist
{noformat}
right after.
> release files miss hadoop-3.3.4-aarch64.tar.gz
> ----------------------------------------------
>
> Key: HADOOP-18401
> URL: https://issues.apache.org/jira/browse/HADOOP-18401
> Project: Hadoop Common
> Issue Type: Bug
> Affects Versions: 3.3.2, 3.3.3, 3.3.4
> Reporter: Ling Xu
> Priority: Minor
> Attachments: image-2022-08-11-14-54-15-490.png
>
>
> release files miss hadoop-3.3.4-aarch64.tar.gz
> !image-2022-08-11-14-54-15-490.png!
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]