PHILO-HE
8e08f43e03
HDFS-16014: Fix an issue in checking native pmdk lib by 'hadoop checknative' command ( #3762 )
2021-12-14 14:45:12 +05:30
Masatake Iwasaki
2717203f85
HADOOP-17569. Building native code fails on Fedora 33. ( #2886 )
2021-04-15 21:33:18 +09:00
Gautham B A
44910b53f3
HDFS-15699 Remove lz4 references in vcxproj ( #2498 )
2020-11-29 22:53:54 -08:00
Liang-Chi Hsieh
34aa6137bd
HADOOP-17292. Using lz4-java in Lz4Codec ( #2350 )
...
Contributed by Liang-Chi Hsieh.
2020-11-18 12:03:25 -08:00
Stephen Jung
45434c93e8
HADOOP-17096. Fix ZStandardCompressor input buffer offset ( #2104 ). Contributed by Stephen Jung (Stripe).
2020-11-10 11:38:22 -08:00
hemanthboyina
42e7e0380f
HADOOP-17144. Update Hadoop's lz4 to v1.9.2. Contributed by Hemanth Boyina.
2020-10-18 18:37:46 +05:30
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
Vinayakumar B
82b86e3754
HDFS-15098. Add SM4 encryption method for HDFS. Contributed by liusheng
2020-09-27 19:27:13 +05:30
S O'Donnell
17cd8a1b16
HADOOP-17209. Erasure Coding: Native library memory leak. Contriubted by Sean Chow
2020-08-24 12:00:35 +01:00
Masatake Iwasaki
8f8be6b92a
HADOOP-16647. Support OpenSSL 1.1.1 LTS. Contributed by Rakesh Radhakrishnan.
2020-04-04 07:20:51 +09:00
Rakesh Radhakrishnan
d79cce20ab
HDFS-14740. Recover data blocks from persistent memory read cache during datanode restarts. Contributed by Feilong He.
2020-01-02 11:44:00 +05:30
Rakesh Radhakrishnan
659c88801d
HDFS-14818. Check native pmdk lib by 'hadoop checknative' command. Contributed by Feilong He.
2019-09-22 22:02:54 +05:30
Sahil Takiar
3cf6e4272f
HDFS-14846: libhdfs tests are failing on trunk due to jni usage bugs
...
Signed-off-by: Anu Engineer <aengineer@apache.org>
2019-09-17 15:51:39 -07:00
Takanobu Asanuma
54f9f75a44
HADOOP-16369. Fix zstandard shortname misspelled as zts. Contributed by Jonathan Eagles.
2019-06-14 10:17:25 +09: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
Surendra Singh Lilhore
dacc1a759e
HDFS-14175. EC: Native XOR decoder should reset the output buffer before using it. Contributed by Ayush Saxena.
2019-01-18 13:55:12 +05:30
Akira Ajisaka
8f97d6f2cd
HADOOP-15822. zstd compressor can fail with a small output buffer. Contributed by Jason Lowe.
2018-10-24 13:49:28 +09:00
Jason Lowe
9abda83947
HADOOP-15859. ZStandardDecompressor.c mistakes a class for an instance. Contributed by Jason Lowe
2018-10-17 14:38:42 -05:00
Jason Lowe
f13e231025
HADOOP-15820. ZStandardDecompressor native code sets an integer field as a long. Contributed by Jason Lowe
2018-10-05 09:06:02 -05:00
Yufei Gu
138c1ed566
HADOOP-15062. TestCryptoStreamsWithOpensslAesCtrCryptoCodec fails on Debian 9. Contributed by Miklos Szegedi.
2018-03-20 15:19:18 -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
f9d195dfe9
HADOOP-14600. LocatedFileStatus constructor forces RawLocalFS to exec a process to get the permissions. Contributed by Ping Liu
2017-12-01 22:12:26 -08:00
Lei Xu
31ebccc962
HDFS-12613. Native EC coder should implement release() as idempotent function. (Lei (Eddy) Xu)
2017-10-16 19:44:30 -07:00
Akira Ajisaka
fe84cdc9da
HADOOP-14616. Client fails to read a block with erasure code (XOR, native) when one of the data block is lost. Contributed by Huafeng Wang.
2017-10-05 11:06:09 +09:00
Allen Wittenauer
71bbb86d69
HADOOP-14670. Increase minimum cmake version for all platforms
...
Signed-off-by: Chris Douglas <cdouglas@apache.org>
2017-08-30 21:47:24 -07:00
Ravi Prakash
94ca52ae9e
HADOOP-14597. Native compilation broken with OpenSSL-1.1.0. Contributed by Ravi Prakash.
2017-07-24 16:01:45 -07:00
Kai Zheng
ea1da39b19
HADOOP-14479. Erasurecode testcase failures with native enabled. Contributed by Sammi Chen
2017-06-29 11:26:36 +08:00
Chris Douglas
ef9e536a71
HADOOP-14434. Use MoveFileEx to allow renaming a file when the destination exists. Contributed by Lukas Majercak
2017-05-17 17:21:03 -07:00
Chris Douglas
6eba79232f
HADOOP-14271. Correct spelling of 'occurred' and variants. Contributed by Yeliang Cang
2017-04-03 20:13:14 -07: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
b2a3d6c519
HADOOP-13835. Move Google Test Framework code from mapreduce to hadoop-common. Contributed by Varun Vasudev.
2016-12-06 14:01:47 +09:00
Wei-Chiu Chuang
d88dca844a
HADOOP-11798. Native raw erasure coder in XOR codes. Contributed by SammiChen.
2016-10-25 16:53:53 -07:00
Andrew Wang
b671ee6846
HDFS-11013. Correct typos in native erasure coding dump code. Contributed by László Bence Nagy.
2016-10-17 14:14:50 -07:00
Kai Zheng
dbcaf999d9
HADOOP-13504. Refactor jni_common to conform to C89 restrictions imposed by Visual Studio 2010. Contributed by Sammi Chen
2016-08-19 11:18:15 +08:00
Kai Zheng
34ccaa8367
HADOOP-11540. Raw Reed-Solomon coder using Intel ISA-L library. Contributed by Kai Zheng
2016-08-01 06:34:26 +08:00
Colin Patrick Mccabe
19639785f5
HADOOP-12955. Fix bugs in the initialization of the ISA-L library JNI bindings (Kai Zheng via cmccabe)
2016-03-31 15:09:11 -07:00
Colin Patrick Mccabe
e3d15a2e23
DOOP-12972. Lz4Compressor#getLibraryName returns the wrong version number (cmccabe)
2016-03-29 17:13:52 -07:00
Chris Nauroth
33239c9925
HADOOP-12926. lz4.c does not detect 64-bit mode properly. Contributed by Alan Burlison.
2016-03-18 16:33:01 -07:00
Colin Patrick Mccabe
658ee95ff3
HADOOP-11996. Improve and restructure native ISAL support (Kai Zheng via cmccabe)
2016-03-11 12:57:54 -08:00
Colin Patrick Mccabe
b2c155f810
HADOOP-12712. Fix some cmake plugin and native build warnings (cmccabe)
2016-01-15 12:29:18 -08:00
cnauroth
c37c3f41b3
Revert "HADOOP-11505. Various native parts use bswap incorrectly and unportably (Alan Burlison via aw)"
...
This reverts commit 6725e7f1be
.
2015-11-28 17:21:11 -08:00
Allen Wittenauer
6725e7f1be
HADOOP-11505. Various native parts use bswap incorrectly and unportably (Alan Burlison via aw)
2015-11-27 18:25:45 -08:00
Allen Wittenauer
e8a87d739f
HADOOP-11954. Solaris does not support RLIMIT_MEMLOCK as in Linux (Alan Burlison via aw)
2015-11-24 12:45:08 -08:00
Haohui Mai
4bff073b4d
Revert "HADOOP-12572. Update Hadoop's lz4 to r131. Contributed by Kevin Bowling."
...
This reverts commit 4c061e607e
.
2015-11-23 15:00:56 -08:00
Haohui Mai
4c061e607e
HADOOP-12572. Update Hadoop's lz4 to r131. Contributed by Kevin Bowling.
2015-11-22 15:18:24 -08:00
Colin Patrick Mccabe
493e8ae552
HADOOP-12560: Fix sprintf warnings in {{DomainSocket.c}} introduced by HADOOP-12344 (Mingliang Liu via Colin P. McCabe)
2015-11-10 10:54:52 -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
Jason Lowe
b9d25c3ee2
HADOOP-12296. when setnetgrent returns 0 in linux, exception should be thrown. Contributed by Chang Li
2015-11-04 16:34:01 +00:00
Colin Patrick Mccabe
6716f15964
HADOOP-12344. Improve validateSocketPathSecurity0 error message (Casey Brotherton via Colin P. McCabe)
2015-10-13 12:18:03 -07:00
Colin Patrick Mccabe
4ab49a4365
HADOOP-12302. Fix native compilation on Windows after HADOOP-7824 (Vinayakumar B via Colin P. McCabe)
2015-08-05 09:46:51 -07:00