Liang-Chi Hsieh
103ef9c711
HADOOP-17891. Fix compilation error under skipShade (ADDENDUM) ( #3441 )
2021-09-16 10:12:28 -07:00
Liang-Chi Hsieh
b9715c2931
HADOOP-17891. Exclude snappy-java and lz4-java from relocation in shaded hadoop client libraries ( #3385 )
2021-09-14 11:21:41 -07:00
Wei-Chiu Chuang
0df4743284
HADOOP-17703. checkcompatibility.py errors out when specifying annotations. ( #3017 )
...
Reviewed-by: Akira Ajisaka <aajisaka@apache.org>
(cherry picked from commit 110cda3de6
)
2021-05-18 11:36:13 +08:00
Masatake Iwasaki
2d83369f6f
HDFS-15743. Fix -Pdist build failure of hadoop-hdfs-native-client. ( #2569 )
...
(cherry picked from commit 9aefe72ed6
)
2021-03-24 14:04:47 +08:00
Akira Ajisaka
de2904f123
HADOOP-16870. Use spotbugs-maven-plugin instead of findbugs-maven-plugin ( #2753 )
...
Removed findbugs from the hadoop build images and added spotbugs instead.
Upgraded SpotBugs to 4.2.2 and spotbugs-maven-plugin to 4.2.0.
Reviewed-by: Masatake Iwasaki <iwasakims@apache.org>
(cherry picked from commit 23b343aed1
)
Conflicts:
dev-support/docker/Dockerfile
hadoop-project/pom.xml
2021-03-11 14:57:03 +09:00
Akira Ajisaka
2da6a96821
HADOOP-17557. skip-dir option is not processed by Yetus. Contributed by Ahmed Hussein.
...
(cherry picked from commit 63aa142b77
)
2021-03-09 11:10:53 +09:00
Akira Ajisaka
ff8b79f890
HADOOP-16748. Migrate to Python 3 and upgrade Yetus to 0.13.0 (branch-3.3) ( #2709 )
...
- Upgrade Yetus to 0.13.0 to support Python 3 for the release scripts.
- Removed determine-flaky-tests-hadoop.py.
- Temporarily disabled shelldocs check due to YETUS-1099.
Reviewed-by: Inigo Goiri <inigoiri@apache.org>
Reviewed-by: Mingliang Liu <liuml07@apache.org>
(cherry picked from commit b9b49ed956
)
Conflicts:
dev-support/Jenkinsfile
dev-support/docker/Dockerfile
dev-support/docker/Dockerfile_aarch64
2021-02-22 15:19:05 +09:00
Akira Ajisaka
aa3807ed1d
HADOOP-17352. Update PATCH_NAMING_RULE in the personality file. ( #2433 )
...
Reviewed-by: Ayush Saxena <ayushsaxena@apache.org>
(cherry picked from commit 34e2abd811
)
2020-11-10 14:00:08 +09:00
Liang-Chi Hsieh
8f60a90688
HADOOP-17125. Use snappy-java in SnappyCodec ( #2297 )
...
This switches the SnappyCodec to use the java-snappy codec, rather than the native one.
To use the codec, snappy-java.jar (from org.xerial.snappy) needs to be on the classpath.
This comesin as an avro dependency, so it is already on the hadoop-common classpath,
as well as in hadoop-common/lib.
The version used is now managed in the hadoop-project POM; initially 1.1.7.7
Contributed by DB Tsai and Liang-Chi Hsieh
Change-Id: Id52a404a0005480e68917cd17f0a27b7744aea4e
2020-10-06 17:15:17 +01:00
Chao Sun
197219a305
HADOOP-17205. Move personality file from Yetus to Hadoop repository ( #2226 )
...
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
(cherry picked from commit fefacf2578
)
2020-08-18 12:11:23 +09:00
Akira Ajisaka
c88bf7acc1
HADOOP-17056. shelldoc fails in hadoop-common. ( #2045 )
...
In the docker build image, skip GPG verification when downloading
Yetus tarball via yetus-wrapper.
(cherry picked from commit 9c290c08db
)
2020-06-03 18:03:03 +09:00
Wanqiang Ji
9b84a637b7
HADOOP-17055. Remove residual code of Ozone ( #2039 )
...
(cherry picked from commit d9838f2d42
)
2020-05-29 16:50:10 +09:00
Vinayakumar B
b4ba9bed7c
HADOOP-16985. Handle release package related issues ( #1957 )
...
(cherry picked from commit 4d24d99e85
)
2020-04-15 23:09:41 +05:30
Vinayakumar B
52b360a928
HADOOP-16797. Add Dockerfile for ARM builds. Contributed by Vinayakumar B. ( #1801 )
2020-01-13 10:40:29 +05:30
Masatake Iwasaki
ccca5f4a40
HADOOP-16441. if use -Dbundle.openssl=true, bundled with unnecessary libk5crypto.*. Contributed by KWON BYUNGCHANG.
2019-12-04 14:25:46 +09:00
Akira Ajisaka
567091aa9b
HADOOP-15958. Revisiting LICENSE and NOTICE files.
...
This closes #1307
Reviewed-by: Masatake Iwasaki <iwasakims@apache.org>
2019-08-27 13:47:12 +09:00
Akira Ajisaka
5e156b9dde
HADOOP-16061. Upgrade Yetus to 0.10.0
...
This closes #1298
2019-08-22 13:01:11 +09:00
Akira Ajisaka
34dd9ee366
HADOOP-16494. Add SHA-512 checksum to release artifact to comply with the release distribution policy.
...
This closes #1243
2019-08-22 11:01:02 +09:00
Erik Krogen
ab0b180ddb
HDFS-12345 Add Dynamometer to hadoop-tools, a tool for scale testing the HDFS NameNode with real metadata and workloads. Contributed by Erik Krogen.
2019-06-25 08:07:39 -07:00
Sammi Chen
d1aad44490
HDFS-14356. Implement HDFS cache on SCM with native PMDK libs. Contributed by Feilong He.
2019-06-05 21:33:00 +08:00
Wanqiang Ji
d23e8e9232
HADOOP-16334. Fix yetus-wrapper not working when HADOOP_YETUS_VERSION >= 0.9.0
...
This closes #864
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
2019-05-30 15:11:05 +09:00
Akira Ajisaka
af5958f7b6
HADOOP-15925. The config and log of gpg-agent are removed in create-release script. Contributed by Dinesh Chitlangia.
2018-11-16 13:16:59 +09:00
Akira Ajisaka
df5e863fee
HADOOP-15930. Exclude MD5 checksum files from release artifact.
2018-11-15 10:45:34 +09:00
Akira Ajisaka
703b2860a4
HADOOP-15923. create-release script should set max-cache-ttl as well as default-cache-ttl for gpg-agent.
2018-11-13 13:40:43 +09:00
Eric Yang
e2a9fa8448
HADOOP-15821. Move YARN Registry to Hadoop Registry.
...
Contributed by Íñigo Goiri
2018-10-19 19:46:48 -04:00
Bharat Viswanadham
62f817d32e
HDDS-447. Separate ozone-dist and hadoop-dist projects with real classpath separation. Contributed by Elek Marton.
2018-09-24 10:10:11 -07:00
Márton Elek
b6ad84ebb1
HDDS-468. Add version number to datanode plugin and ozone file system jar. Contributed by Bharat Viswanadham.
...
(cherry picked from commit a71aea7323
)
2018-09-18 11:01:52 +02:00
Bharat Viswanadham
8b2f5e60fa
HDDS-352. Separate install and testing phases in acceptance tests. Contributed by Elek Marton.
2018-09-17 17:13:52 -07:00
Bharat Viswanadham
3d89c3e73e
HDDS-463. Fix the release packaging of the ozone distribution. Contributed by Elek Marton.
2018-09-17 11:49:09 -07:00
Anu Engineer
8af8453589
HDDS-435. Enhance the existing ozone documentation.
...
Contributed by Elek, Marton.
2018-09-17 10:46:28 -07:00
Bharat Viswanadham
b95aa56062
HDDS-446. Provide shaded artifact to start ozone service as a datanode plugin. Contributed by Elek Marton
2018-09-14 14:12:03 -07:00
Anu Engineer
7b5886bf78
HDDS-222. Remove hdfs command line from ozone distribution.
...
Contributed by Elek, Marton.
2018-09-11 10:19:50 -07:00
Allen Wittenauer
4b8c2b1c1c
HADOOP-14671. Upgrade Apache Yetus to 0.8.0
...
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
2018-09-11 08:55:34 -07:00
Mukul Kumar Singh
692736f7cf
HDDS-280. Support ozone dist-start-stitching on openbsd/osx. Contributed by Elek, Marton.
2018-08-30 02:21:24 +05:30
Xiaoyu Yao
9dd5d5ba71
HDDS-218. add existing docker-compose files to the ozone release artifact. Contributed by Elek Marton.
2018-08-17 07:58:24 -07:00
Arpit Agarwal
061b168529
HDDS-167. Rename KeySpaceManager to OzoneManager. Contributed by Arpit Agarwal.
2018-07-06 12:09:05 -07:00
Anu Engineer
e16e5b307d
HDDS-177. Create a releasable ozonefs artifact
...
Contributed by Marton, Elek.
2018-06-24 01:05:04 -07:00
Mukul Kumar Singh
63fc5873ce
HDDS-84. The root directory of ozone.tar.gz should contain the version string. Contributed by Elek, Marton.
2018-05-23 21:07:37 +05:30
Anu Engineer
481bfdb94f
HDDS-89. Create ozone specific inline documentation as part of the build.
...
Contributed by Elek, Marton.
2018-05-22 10:49:10 -07:00
Anu Engineer
4b4f24ad5f
HDDS-40. Separating packaging of Ozone/HDDS from the main Hadoop.
...
Contributed by Elek, Marton.
2018-05-11 14:24:36 -07:00
Owen O'Malley
2adda92de1
HDFS-7240 git commit fixup
...
Signed-off-by: Owen O'Malley <omalley@apache.org>
2018-04-26 13:52:17 -07:00
Akira Ajisaka
659074728e
HADOOP-15352. Fix default local maven repository path in create-release script. Contributed by Elek, Marton.
2018-03-30 23:25:14 +09:00
weiy
6e2b5fa493
HDFS-13215. RBF: Move Router to its own module. Contributed by Wei Yan
2018-03-19 22:13:40 -07:00
Chris Douglas
3fc3fa9711
HADOOP-14667. Flexible Visual Studio support. Contributed by Allen Wittenauer
2018-03-19 16:05:55 -07:00
Chris Douglas
329a4fdd07
HADOOP-13374. Add the L&N verification script. Contributed by Allen Wittenauer
2018-02-23 17:07:22 -08:00
Sean Mackrory
5533648241
HADOOP-15058. create-release site build outputs dummy shaded jars due to skipShade. Contributed by Andrew Wang.
2017-12-04 15:39:43 -07:00
Andrew Wang
51e882d5c9
HADOOP-15018. Update JAVA_HOME in create-release for Xenial Dockerfile.
2017-11-07 16:39:04 -08:00
Andrew Wang
3cf3540f19
HADOOP-14835. mvn site build throws SAX errors. Contributed by Andrew Wang and Sean Mackrory.
2017-09-18 15:13:42 -07:00
Akira Ajisaka
99926756fc
Revert "HADOOP-14671. Upgrade to Apache Yetus 0.5.0."
...
This reverts commit 33afa94af1
.
2017-08-30 16:54:30 +02:00
Akira Ajisaka
33afa94af1
HADOOP-14671. Upgrade to Apache Yetus 0.5.0.
2017-08-29 13:36:22 +02:00