Description
Hi,
When creating Hadoop 3.1.3 release with "create-release" script, after the mvn site succeeded. But it complains about this and failed:
dev-support/bin/create-release --asfrelease --docker --dockercache
$ cd /build/source
$ mv /build/source/target/hadoop-site-3.1.3.tar.gz /build/source/target/artifacts/hadoop-3.1.3-site.tar.gz
$ cp -p /build/source/hadoop-common-project/hadoop-common/src/site/markdown/release/3.1.3/CHANGES*.md /build/source/target/artifacts/CHANGES.md
cp: cannot stat '/build/source/hadoop-common-project/hadoop-common/src/site/markdown/release/3.1.3/CHANGES*.md': No such file or directory
And there's no 3.1.3 release site markdown folder.
[ztang@release-vm hadoop]$ ls hadoop-common-project/hadoop-common/src/site/markdown/release/3.1.3 ls: cannot access hadoop-common-project/hadoop-common/src/site/markdown/release/3.1.3: No such file or directory
I've checked the HADOOP-14671 but have no idea why this changelog is missing.
Update:
Found that the CHANGELOG.md and RELEASENOTES.md are generated but not in directory "3.1.3"
[ztang@release-vm hadoop]$ ls hadoop-common-project/hadoop-common/src/site/markdown/release/ 0.1.0 0.15.2 0.19.2 0.23.2 0.7.2 2.0.1-alpha 2.6.3 3.0.0-alpha3 0.10.0 0.15.3 0.2.0 0.23.3 0.8.0 2.0.2-alpha 2.6.4 3.0.0-alpha4 0.10.1 0.15.4 0.20.0 0.23.4 0.9.0 2.0.3-alpha 2.6.5 3.0.0-beta1 0.1.1 0.16.0 0.20.1 0.23.5 0.9.1 2.0.4-alpha 2.6.6 3.0.1 0.11.0 0.16.1 0.20.2 0.23.6 0.9.2 2.0.5-alpha 2.7.0 3.0.3 0.11.1 0.16.2 0.20.203.0 0.23.7 1.0.0 2.0.6-alpha 2.7.1 3.1.0 0.11.2 0.16.3 0.20.203.1 0.23.8 1.0.1 2.1.0-beta 2.7.2 3.1.1 0.12.0 0.16.4 0.20.204.0 0.23.9 1.0.2 2.1.1-beta 2.7.3 3.1.2 0.12.1 0.17.0 0.20.205.0 0.24.0 1.0.3 2.2.0 2.7.4 CHANGELOG.md 0.12.2 0.17.1 0.20.3 0.3.0 1.0.4 2.2.1 2.7.5 index.md 0.12.3 0.17.2 0.2.1 0.3.1 1.1.0 2.3.0 2.8.0 README.md 0.13.0 0.17.3 0.21.0 0.3.2 1.1.1 2.4.0 2.8.1 RELEASENOTES.md 0.14.0 0.18.0 0.21.1 0.4.0 1.1.2 2.4.1 2.8.2 0.14.1 0.18.1 0.22.0 0.5.0 1.1.3 2.5.0 2.8.3 0.14.2 0.18.2 0.22.1 0.6.0 1.2.0 2.5.1 2.9.0 0.14.3 0.18.3 0.23.0 0.6.1 1.2.1 2.5.2 2.9.1 0.14.4 0.18.4 0.23.1 0.6.2 1.2.2 2.6.0 3.0.0 0.15.0 0.19.0 0.23.10 0.7.0 1.3.0 2.6.1 3.0.0-alpha1 0.15.1 0.19.1 0.23.11 0.7.1 2.0.0-alpha 2.6.2 3.0.0-alpha2
Attachments
Issue Links
- is broken by
-
HADOOP-16061 Update Apache Yetus to 0.10.0
- Resolved