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 |
|
Colin Patrick Mccabe
|
21d10ccc6e
|
HADOOP-7824. NativeIO.java flags and identifiers must be set correctly for each platform, not hardcoded to their Linux values (Martin Walsh via Colin P. McCabe)
|
2015-07-31 15:01:34 -07:00 |
|
Colin Patrick Mccabe
|
81f3644376
|
HADOOP-11974. Fix FIONREAD #include on Solaris (Alan Burlison via Colin P. McCabe)
|
2015-07-06 17:17:59 -07:00 |
|
Colin Patrick Mccabe
|
fad291ea6d
|
HADOOP-12112. Make hadoop-common-project Native code -Wall-clean (alanburlison via cmccabe)
|
2015-06-29 12:35:16 -07:00 |
|
Colin Patrick Mccabe
|
246cefa089
|
HDFS-8429. Avoid stuck threads if there is an error in DomainSocketWatcher that stops the thread. (zhouyingchao via cmccabe)
|
2015-05-28 11:52:28 -07:00 |
|
Colin Patrick Mccabe
|
a0e0a63209
|
HADOOP-11802. DomainSocketWatcher thread terminates sometimes after there is an I/O error during requestShortCircuitShm (cmccabe)
|
2015-04-23 19:00:24 -07:00 |
|
Colin Patrick Mccabe
|
a3b1d8c902
|
HADOOP-11848. Incorrect arguments to sizeof in DomainSocket.c (Malcolm Kavalsky via Colin P. McCabe)
|
2015-04-22 12:36:37 -07:00 |
|
cnauroth
|
a3a96a07fa
|
HADOOP-11787. OpensslSecureRandom.c pthread_threadid_np usage signature is wrong on 32-bit Mac. Contributed by Kiran Kumar M R.
|
2015-04-01 11:40:09 -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
|
3836ad6c0b
|
HADOOP-11639. Clean up Windows native code compilation warnings related to Windows Secure Container Executor. Contributed by Remus Rusanu.
|
2015-03-27 15:03:41 -07:00 |
|
cnauroth
|
72cd4e4a4e
|
HADOOP-11638. OpensslSecureRandom.c pthreads_thread_id should support FreeBSD and Solaris in addition to Linux. Contributed by Kiran Kumar M R.
|
2015-03-16 14:04:40 -07:00 |
|
cnauroth
|
ff83ae7231
|
HADOOP-10027. *Compressor_deflateBytesDirect passes instance instead of jclass to GetStaticObjectField. Contributed by Hui Zheng.
|
2015-03-11 23:27:49 -07:00 |
|
cnauroth
|
8d5b01e005
|
Revert "HADOOP-11638. OpensslSecureRandom.c pthreads_thread_id should support FreeBSD and Solaris in addition to Linux (Kiran Kumar M R via Colin P. McCabe)"
This reverts commit 3241fc2b17 .
|
2015-03-10 11:02:07 -07:00 |
|
Colin Patrick Mccabe
|
3241fc2b17
|
HADOOP-11638. OpensslSecureRandom.c pthreads_thread_id should support FreeBSD and Solaris in addition to Linux (Kiran Kumar M R via Colin P. McCabe)
|
2015-03-09 12:56:33 -07:00 |
|
cnauroth
|
2214dab60f
|
HADOOP-9922. hadoop windows native build will fail in 32 bit machine. Contributed by Kiran Kumar M R.
|
2015-02-26 12:41:33 -08:00 |
|
cnauroth
|
6583ad148b
|
HADOOP-11526. Memory leak in Bzip2Compressor and Bzip2Decompressor. Contributed by Anu Engineer.
|
2015-02-05 16:55:20 -08:00 |
|
cnauroth
|
a35e86c670
|
HADOOP-11547. hadoop-common native compilation fails on Windows due to missing support for __attribute__ declaration. Contributed by Chris Nauroth.
|
2015-02-04 12:07:05 -08:00 |
|
Colin Patrick Mccabe
|
e36ef3b402
|
HADOOP-11403. Avoid using sys_errlist on Solaris, which lacks support for it (Malcolm Kavalsky via Colin P. McCabe)
|
2015-01-29 15:43:57 -08:00 |
|
cnauroth
|
e996a1bfd4
|
HADOOP-11321. copyToLocal cannot save a file to an SMB share unless the user has Full Control permissions. Contributed by Chris Nauroth.
|
2014-12-16 15:29:22 -08:00 |
|
cnauroth
|
c6f04f391b
|
HDFS-7291. Persist in-memory replicas with appropriate unbuffered copy API on POSIX and Windows. Contributed by Xiaoyu Yao.
|
2014-10-28 14:06:27 -07:00 |
|
Jian He
|
3b12fd6cfb
|
YARN-2198. Remove the need to run NodeManager as privileged account for Windows Secure Container Executor. Contributed by Remus Rusanu
|
2014-10-22 15:57:46 -07:00 |
|
cnauroth
|
1770bb942f
|
HDFS-7090. Use unbuffered writes when persisting in-memory replicas. Contributed by Xiaoyu Yao.
|
2014-10-13 10:56:32 -07:00 |
|
Haohui Mai
|
554250cf88
|
HADOOP-11193. Fix uninitialized variables in NativeIO.c. Contributed by Xiaoyu Yao.
|
2014-10-10 23:02:22 -07:00 |
|
Colin Patrick Mccabe
|
d8d628d1e0
|
HADOOP-11184. Update Hadoop's lz4 to r123 (cmccabe)
|
2014-10-09 17:05:35 -07:00 |
|
cnauroth
|
cbf0ae742a
|
HADOOP-11064. UnsatisifedLinkError with hadoop 2.4 JARs on hadoop-2.6 due to NativeCRC32 method changes. Contributed by Chris Nauroth.
|
2014-09-24 15:30:13 -07:00 |
|
Colin Patrick Mccabe
|
8008f0e819
|
HDFS-6912. SharedFileDescriptorFactory should not allocate sparse files (cmccabe)
|
2014-09-15 14:47:27 -07:00 |
|
Steve Loughran
|
6595e92b64
|
Fix hadoop-common-project/hadoop-common/src/main/native/README to current mail list and URL
|
2014-09-02 20:29:38 +01:00 |
|
Chris Nauroth
|
b6c24472f3
|
HADOOP-10989. Work around buggy getgrouplist() implementations on Linux that return 0 on failure. Contributed by Chris Nauroth.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1619659 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-22 04:05:18 +00:00 |
|
Andrew Wang
|
0cc08f6da4
|
Merge from trunk to branch.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/fs-encryption@1618700 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-18 18:41:31 +00:00 |
|
Colin McCabe
|
e446497cd1
|
HDFS-6561. org.apache.hadoop.util.DataChecksum should support native checksumming (James Thomas via Colin Patrick McCabe)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1618680 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-18 18:02:37 +00:00 |
|
Todd Lipcon
|
bd79a4b926
|
HADOOP-10838. Byte array native checksumming. Contributed by James Thomas.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1617875 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-14 04:29:35 +00:00 |
|
Arpit Agarwal
|
2f3ed504c1
|
HADOOP-10966. Hadoop Common native compilation broken in windows. (Contributed by David Villegas)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1617823 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-13 20:01:21 +00:00 |
|
Colin McCabe
|
f7ac928a7c
|
HADOOP-10962. Flags for posix_fadvise are not valid in some architectures (David Villegas via Colin Patrick McCabe)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1617621 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-12 23:03:06 +00:00 |
|
Andrew Wang
|
ac73d416f3
|
Merge from trunk to branch
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/fs-encryption@1615844 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-05 02:30:54 +00:00 |
|
Chris Nauroth
|
c614ceed84
|
HADOOP-10925. Compilation fails in native link0 function on Windows. Contributed by Chris Nauroth.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1615320 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-02 15:02:23 +00:00 |
|
Colin McCabe
|
1ba3f89714
|
HDFS-6482. Use block ID-based block layout on datanodes (James Thomas via Colin Patrick McCabe)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1615223 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-01 20:41:05 +00:00 |
|