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
|
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
|
f349d0a76c
|
HADOOP-12647. Add /usr/lib default for ISAL library and fix missing .c file in CMakeLists (Kai Zheng via cmccabe)
|
2015-12-18 09:27:26 -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 |
|
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 |
|
Colin Patrick Mccabe
|
aa07dea357
|
HADOOP-12036. Consolidate all of the cmake extensions in one directory (alanburlison via cmccabe)
|
2015-06-26 12:32:31 -07:00 |
|
Colin Patrick Mccabe
|
d9ac5ee2c4
|
HADOOP-11660. Add support for hardware crc of HDFS checksums on ARM aarch64 architecture (Edward Nevill via Colin P. McCabe)
|
2015-03-30 13:55:02 -07:00 |
|
cnauroth
|
064e0770a0
|
HADOOP-11548. checknative should display a nicer error message when openssl support is not compiled in. Contributed by Anu Engineer.
|
2015-02-04 10:01:28 -08:00 |
|
Colin Patrick Mccabe
|
fb20797b62
|
HADOOP-11410. Make the rpath of libhadoop.so configurable (cmccabe)
|
2014-12-15 18:55:16 -08:00 |
|
Colin Patrick Mccabe
|
565b0e60a8
|
HADOOP-11348. Remove unused variable from CMake error message for finding openssl (Dian Fu via Colin P. McCabe)
|
2014-12-04 12:52:39 -08:00 |
|
Colin Patrick Mccabe
|
e488f0d93b
|
HADOOP-11250. fix endmacro of set_find_shared_library_without_version in CMakeLists (Yi Liu via Colin P. McCabe)
|
2014-10-30 10:37:24 -07:00 |
|
yliu
|
2a6be65c8c
|
HADOOP-11216. Improve Openssl library finding. (cmccabe via yliu)
|
2014-10-30 10:35:14 +08:00 |
|
Colin McCabe
|
905c90b066
|
HADOOP-10734. Implement high-performance secure random number sources. (Yi Liu via Colin Patrick McCabe)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/fs-encryption@1609874 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-12 01:29:26 +00:00 |
|
Colin McCabe
|
bfef9807a0
|
HADOOP-10693. Implementation of AES-CTR CryptoCodec using JNI to OpenSSL (hitliuyi via cmccabe)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/fs-encryption@1607768 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-03 23:40:31 +00:00 |
|
Colin McCabe
|
140246bad8
|
HDFS-5746. Add ShortCircuitSharedMemorySegment (cmccabe)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1563362 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-01 02:25:33 +00:00 |
|
Luke Lu
|
c8e200f2c2
|
HADOOP-9319. Update bundled LZ4 source to r99. (Binglin Chang via llu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1510734 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-05 21:10:54 +00:00 |
|
Colin McCabe
|
ca35235b04
|
HADOOP-9439. JniBasedUnixGroupsMapping: fix some crash bugs (Colin Patrick McCabe)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1496112 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-24 16:21:18 +00:00 |
|
Todd Lipcon
|
c45c8ee720
|
Complete commit of prior merge.
The previous merge accidentally only committed the hdfs project instead of common and MR
as well.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-347@1463203 13f79535-47bb-0310-9956-ffa450edef68
|
2013-04-01 16:47:16 +00:00 |
|
Jason Darrell Lowe
|
85470f0a33
|
HADOOP-8462. Native-code implementation of bzip2 codec. Contributed by Govind Kamat
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1453608 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-06 23:10:12 +00:00 |
|
Aaron Myers
|
63522b3224
|
HADOOP-8569. CMakeLists.txt: define _GNU_SOURCE and _LARGEFILE_SOURCE. Contributed by Colin Patrick McCabe.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1449922 13f79535-47bb-0310-9956-ffa450edef68
|
2013-02-25 22:07:45 +00:00 |
|
Todd Lipcon
|
d94621a0cd
|
HDFS-4354. Create DomainSocket and DomainPeer and associated unit tests. Contributed by Colin Patrick McCabe.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-347@1431102 13f79535-47bb-0310-9956-ffa450edef68
|
2013-01-09 21:37:34 +00:00 |
|
Robert Joseph Evans
|
13422461f3
|
HADOOP-8811. Compile hadoop native library in FreeBSD (Radim Kolar via bobby)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1401321 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-23 15:32:25 +00:00 |
|
Todd Lipcon
|
73e9366510
|
HADOOP-8901. GZip and Snappy support may not work without unversioned libraries. Contributed by Colin Patrick McCabe.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1398416 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-15 17:44:02 +00:00 |
|
Eli Collins
|
fc54f57c59
|
HADOOP-8756. Fix SEGV when libsnappy is in java.library.path but not LD_LIBRARY_PATH. Contributed by Colin Patrick McCabe
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1393243 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-03 00:06:39 +00:00 |
|
Eli Collins
|
d720ebc2d9
|
HADOOP-8806. libhadoop.so: dlopen should be better at locating libsnappy.so, etc. Contributed by Colin Patrick McCabe
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1386784 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-17 19:30:07 +00:00 |
|
Eli Collins
|
4d2e77bc1c
|
Revert previous commit - accidentally included two changes.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1386783 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-17 19:28:14 +00:00 |
|
Eli Collins
|
8a9debd0ef
|
HADOOP-8806. libhadoop.so: dlopen should be better at locating libsnappy.so, etc. Contributed by Colin Patrick McCabe
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1386780 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-17 19:25:05 +00:00 |
|
Eli Collins
|
eebbeb5434
|
HADOOP-8648. libhadoop: native CRC32 validation crashes when io.bytes.per.checksum=1. Contributed by Colin Patrick McCabe
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1381419 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-05 22:19:40 +00:00 |
|
Todd Lipcon
|
0733adf670
|
HADOOP-8659. Native libraries must build with soft-float ABI for Oracle JVM on ARM. Contributed by Trevor Robinson.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1371507 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-09 21:58:21 +00:00 |
|
Eli Collins
|
1264b8e707
|
HADOOP-8620. Add -Drequire.fuse and -Drequire.snappy. Contributed by Colin Patrick McCabe
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1368251 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-01 21:23:10 +00:00 |
|
Eli Collins
|
dcc1d3b7f0
|
HADOOP-8538. CMake builds fail on ARM. Contributed by Trevor Robinson
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1356041 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-01 22:47:48 +00:00 |
|
Alejandro Abdelnur
|
8a9e63e468
|
HADOOP-8368. Use CMake rather than autotools to build native code (ccccabe via tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1348957 13f79535-47bb-0310-9956-ffa450edef68
|
2012-06-11 18:34:40 +00:00 |
|
Tsz-wo Sze
|
743cbf6ef3
|
svn merge -c -1347092 for reverting HADOOP-8368 again.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1347738 13f79535-47bb-0310-9956-ffa450edef68
|
2012-06-07 17:56:04 +00:00 |
|
Alejandro Abdelnur
|
8ad1fcb3c3
|
svn merge -c -1346491 for re-committing HADOOP-8368. (tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1347092 13f79535-47bb-0310-9956-ffa450edef68
|
2012-06-06 20:17:23 +00:00 |
|
Tsz-wo Sze
|
d44513c376
|
svn merge -c -1345421 for reverting HADOOP-8368.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1346491 13f79535-47bb-0310-9956-ffa450edef68
|
2012-06-05 17:56:20 +00:00 |
|
Alejandro Abdelnur
|
2db30031d2
|
HADOOP-8368. Use CMake rather than autotools to build native code (ccccabe via tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1345421 13f79535-47bb-0310-9956-ffa450edef68
|
2012-06-02 02:34:38 +00:00 |
|