Liang-Chi Hsieh
c9ea344f98
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
2020-10-06 17:07:54 +01:00
Brahma Reddy Battula
8914cf9167
Preparing for 3.4.0 development
2020-03-29 23:24:25 +05:30
Rohith Sharma K S
4c0a7a9e13
Make upstream aware of 3.2.1 release.
2019-09-23 06:20:54 +00:00
Akira Ajisaka
afd844059c
HADOOP-16331. Fix ASF License check in pom.xml
...
Signed-off-by: Takanobu Asanuma <tasanuma@apache.org>
2019-05-29 17:25:13 +09:00
Akira Ajisaka
9f933e6446
HADOOP-16323. https everywhere in Maven settings.
2019-05-27 15:24:59 +09:00
Sunil G
e9962240f0
Make 3.2.0 aware to other branches - jdiff
2019-01-21 22:41:26 +05:30
Sunil G
58fa96b697
Changed version in trunk to 3.3.0-SNAPSHOT.
2018-10-02 22:41:41 +05:30
Takanobu Asanuma
f796cfde76
HADOOP-15304. [JDK10] Migrate from com.sun.tools.doclets to the replacement. Contributed by Akira Ajisaka.
2018-09-18 18:48:25 +09:00
Wangda Tan
49c687608b
Make 3.1.1 awared by other branches
2018-08-08 13:02:12 -07:00
Yongjun Zhang
7c3dc39083
Update CHANGES, RELEASENOTES, and jdiff for 3.0.3 release.
...
(cherry picked from commit 5a82f10e3254bc0745c2dda6bcef888d3ff0d1c3)
2018-06-11 15:13:18 -07:00
Sammi Chen
f3f544b004
Add 2.9.1 release notes and changes documents
2018-05-14 15:14:02 +08:00
sammichen
66c9905b57
Revert "Add 2.9.1 release notes and changes documents"
...
This reverts commit e4dc346d65
.
2018-05-14 14:38:40 +08:00
littlezhou
e4dc346d65
Add 2.9.1 release notes and changes documents
2018-05-14 14:24:01 +08:00
Lei Xu
42e82f0281
Update CHANGES, RELEASENOTES, and jdiff for 3.0.2 release.
...
(cherry picked from commit f6ecb76d0b919b9836600fe28ec9e637b223cd54)
Conflicts:
hadoop-project-dist/pom.xml
2018-04-23 14:14:05 -07:00
Xiaoyu Yao
ea95a335d0
HADOOP-15369. Avoid usage of ${project.version} in parent poms. Contributed by Elek Marton.
2018-04-16 10:15:37 -07:00
Lei Xu
7616683db5
Update 3.0.1 jdiff file and jdiff stable api version
2018-03-23 11:48:36 -07:00
Wangda Tan
60f9e60b3b
Preparing for 3.2.0 development
...
Change-Id: I6d0e01f3d665d26573ef2b957add1cf0cddf7938
2018-02-11 11:17:38 +08:00
Andrew Wang
d447152d49
Update CHANGES, RELEASENOTES, jdiff for 3.0.0 release.
2017-12-13 13:05:32 -08:00
Junping Du
06b56f6493
Set jdiff stable version to 2.8.2.
2017-10-26 19:15:35 -07: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
Andrew Wang
0d419c984f
Preparing for 3.1.0 development
2017-09-01 11:53:48 -07:00
Lei Xu
ce797a1706
HDFS-12221. Replace xcerces in XmlEditsVisitor. (Ajay Kumar via lei)
2017-08-14 10:27:47 -07:00
Andrew Wang
2be9412b73
HADOOP-14644. Increase max heap size of Maven javadoc plugin. Contributed by Andras Bokor.
2017-07-31 15:09:34 -07:00
Andrew Wang
af2773f609
Updating version for 3.0.0-beta1 development
2017-06-29 17:57:40 -07:00
Andrew Wang
16ad896d5c
Update maven version for 3.0.0-alpha4 development
2017-05-26 14:09:44 -07:00
Akira Ajisaka
e6f6682aa8
HADOOP-14419. Remove findbugs report from docs profile. Contributed by Andras Bokor.
2017-05-17 07:35:41 -04:00
Junping Du
e7b7c96a30
Set jdiff.stable.api to 2.8.0
2017-03-25 14:30:38 -07:00
Andrew Wang
5d8b80ea9b
Preparing for 3.0.0-alpha3 development
2017-01-19 15:50:07 -08:00
Andrew Wang
02766b6c22
HADOOP-13896. Invoke assembly plugin after building jars.
2017-01-05 13:40:43 -08:00
Jason Lowe
a0a2761621
HADOOP-13578. Add Codec for ZStandard Compression. Contributed by churro morales
2017-01-04 14:46:25 +00:00
Akira Ajisaka
209e805430
HADOOP-13506. Redundant groupid warning in child projects. Contributed by Kai Sasaki.
2016-11-28 14:34:57 +09:00
Andrew Wang
dcc07ad8c8
HADOOP-13784. Output javadoc inside the target directory.
2016-11-02 18:34:33 -07:00
Andrew Wang
bf372173d0
HADOOP-13689. Do not attach javadoc and sources jars during non-dist build.
2016-10-06 15:08:24 -07:00
Andrew Wang
72a2ae6452
HADOOP-13688. Stop bundling HTML source code in javadoc JARs.
2016-10-06 11:19:38 -07:00
Wangda Tan
875062b5bc
HADOOP-13544. JDiff reports unncessarily show unannotated APIs and cause confusion while our javadocs only show annotated and public APIs. (vinodkv via wangda)
2016-09-27 11:26:45 -07:00
Vinod Kumar Vavilapalli (I am also known as @tshooter.)
99603e9022
HADOOP-13428. Fixed hadoop-common build files to generate jdiff by working around a jdiff-bug. Contributed by Wangda Tan.
2016-08-19 19:08:53 -07:00
Andrew Wang
da456ffd62
Preparing for 3.0.0-alpha2 development
2016-07-15 19:04:17 -07:00
Akira Ajisaka
098ae11e35
HADOOP-12893. Verify LICENSE.txt and NOTICE.txt. Contributed by Xiao Chen, Andrew Wang, and Akira Ajisaka.
2016-06-15 13:30:14 +09:00
Akira Ajisaka
ee55b74fb9
Revert "HADOOP-12893. Verify LICENSE.txt and NOTICE.txt. Contributed by Xiao Chen, Akira Ajisaka, and Andrew Wang."
...
This reverts commit e383b732c5
.
2016-06-14 14:26:52 +09:00
Andrew Wang
e383b732c5
HADOOP-12893. Verify LICENSE.txt and NOTICE.txt. Contributed by Xiao Chen, Akira Ajisaka, and Andrew Wang.
2016-06-09 13:54:14 -07:00
Chris Nauroth
576e2d1278
HADOOP-13149. Windows distro build fails on dist-copynativelibs. Contributed by Chris Nauroth.
2016-05-16 12:05:02 -07:00
Andrew Wang
3c5c57af28
HADOOP-13142. Change project version from 3.0.0 to 3.0.0-alpha1.
2016-05-12 18:27:28 -07:00
Andrew Wang
ca5613af91
Revert "Update project version to 3.0.0-alpha1-SNAPSHOT."
...
This reverts commit 6b53802cba
.
2016-05-12 15:32:45 -07:00
Andrew Wang
6b53802cba
Update project version to 3.0.0-alpha1-SNAPSHOT.
2016-05-12 11:05:05 -07:00
Allen Wittenauer
7b1c37a13a
HADOOP-12892. fix/rewrite create-release (aw)
2016-04-27 08:38:22 -07:00
Colin Patrick Mccabe
2a30386539
HADOOP-12662. The build should fail if a -Dbundle option fails (Kai Zheng via cmccabe)
2016-01-15 14:05:21 -08:00
Colin Patrick Mccabe
482e35c55a
HADOOP-11887. Introduce Intel ISA-L erasure coding library for native erasure encoding support (Kai Zheng via Colin P. McCabe)
2015-11-05 10:44:47 -08:00
Andrew Wang
7673d4f205
HADOOP-11885. hadoop-dist dist-layout-stitching.sh does not work with dash. (wang)
2015-05-29 14:54:18 -07:00
Allen Wittenauer
ae14543420
HADOOP-12022. fix site -Pdocs -Pdist in hadoop-project-dist; cleanout remaining forrest bits (aw)
2015-05-28 13:24:01 -07:00
Jonathan Eagles
2d7363b273
HADOOP-11889. Make checkstyle runnable from root project (Gera Shegalov via jeagles)
2015-05-01 13:11:50 -05:00