Tsuyoshi Ozawa
|
946456c6d8
|
HADOOP-11602. Fix toUpperCase/toLowerCase to use Locale.ENGLISH. (ozawa)
|
2015-02-19 13:06:53 +09:00 |
|
Akira Ajisaka
|
18fb421fab
|
HADOOP-11440. Use "test.build.data" instead of "build.test.dir" for testing in ClientBaseWithFixes. Contributed by Kengo Seki.
|
2015-02-18 17:55:04 -08:00 |
|
Akira Ajisaka
|
1714609919
|
HADOOP-11545. ArrayIndexOutOfBoundsException is thrown with "hadoop credential list -provider". Contributed by Brahma Reddy Battula.
|
2015-02-18 11:17:10 -08:00 |
|
Tsuyoshi Ozawa
|
3f56a4cb0c
|
HADOOP-11599. Client#getTimeout should use IPC_CLIENT_PING_DEFAULT when IPC_CLIENT_PING_KEY is not configured. Contributed by zhihai xu.
|
2015-02-18 17:35:11 +09:00 |
|
Kihwal Lee
|
685af8a3d0
|
HADOOP-11295. RPC Server Reader thread can't shutdown if RPCCallQueue is full. Contributed by Ming Ma.
|
2015-02-17 17:14:58 -06:00 |
|
Vinayakumar B
|
cf4b7f506d
|
HADOOP-11000. HAServiceProtocol's health state is incorrectly transitioned to SERVICE_NOT_RESPONDING (Contributed by Ming Ma)
|
2015-02-17 14:55:56 +05:30 |
|
Tsuyoshi Ozawa
|
ef950ea1c0
|
HADOOP-11589. NetUtils.createSocketAddr should trim the input URI. Contributed by Rakesh R.
|
2015-02-15 00:30:46 +09:00 |
|
Tsuyoshi Ozawa
|
b7d48286a9
|
Rvert "HADOOP-11589. NetUtils.createSocketAddr should trim the input URI. Contributed by Rakesh R."
This reverts commit 965ce9e24e .
|
2015-02-15 00:28:59 +09:00 |
|
Tsuyoshi Ozawa
|
965ce9e24e
|
HADOOP-11589. NetUtils.createSocketAddr should trim the input URI. Contributed by Rakesh R.
|
2015-02-15 00:13:10 +09:00 |
|
Akira Ajisaka
|
9395c76697
|
HADOOP-9869. Configuration.getSocketAddr()/getEnum() should use getTrimmed(). Contributed by Tsuyoshi Ozawa.
|
2015-02-12 15:50:48 -08:00 |
|
Haohui Mai
|
bc5aa7d0b1
|
HADOOP-11587. TestMapFile#testMainMethodMapFile creates test files in hadoop-common project root. Contributed by Xiaoyu Yao.
|
2015-02-12 10:30:39 -08:00 |
|
Harsh J
|
e0ec0718d0
|
HADOOP-11512. Use getTrimmedStrings when reading serialization keys. Contributed by Ryan P.
|
2015-02-10 12:51:56 +05:30 |
|
yliu
|
1b56d1ce32
|
HADOOP-11510. Expose truncate API via FileContext. (yliu)
|
2015-02-10 01:45:29 +08:00 |
|
Allen Wittenauer
|
576459801c
|
HADOOP-8934. Shell command ls should include sort options (Jonathan Allen via aw) (missed file)
|
2015-02-09 12:54:25 -08:00 |
|
Allen Wittenauer
|
30b797ee9d
|
HADOOP-8934. Shell command ls should include sort options (Jonathan Allen via aw)
|
2015-02-09 12:50:44 -08:00 |
|
Steve Loughran
|
1425e3d37c
|
HADOOP-11535 TableMapping related tests failed due to 'successful' resolving of invalid test hostname
|
2015-02-06 13:03:43 +00:00 |
|
Gera Shegalov
|
644548f201
|
HADOOP-11506. Configuration variable expansion regex expensive for long values. (Gera Shegalov via gera)
|
2015-02-06 00:27:54 -08:00 |
|
Allen Wittenauer
|
af3aadf04f
|
HADOOP-6964. Allow compact property description in xml (Kengo Seki via aw)
|
2015-02-05 19:09:37 -08:00 |
|
yliu
|
03f7ed382b
|
HDFS-7655. Expose truncate API for Web HDFS. (yliu)
|
2015-02-05 23:45:06 +08:00 |
|
Allen Wittenauer
|
276485e1de
|
HADOOP-9044. add FindClass main class to provide classpath checking of installations (Steve Loughran via aw)
|
2015-02-05 11:31:56 -08:00 |
|
Allen Wittenauer
|
fb06c00837
|
HADOOP-7713. dfs -count -q should label output column (Jonathan Allen via aw)
|
2015-02-05 07:44:49 -08:00 |
|
Junping Du
|
0b567f4246
|
HADOOP-10062. race condition in MetricsSystemImpl#publishMetricsNow that causes incorrect results. (Contributed by Sangjin Lee)
|
2015-02-04 19:10:52 -08:00 |
|
Robert Kanter
|
f7a77819a1
|
YARN-3022. Expose Container resource information from NodeManager for monitoring (adhoot via ranter)
|
2015-02-03 10:39:41 -08:00 |
|
cnauroth
|
8004a00230
|
HADOOP-10181. GangliaContext does not work with multicast ganglia setup. Contributed by Andrew Johnson.
|
2015-02-02 11:09:09 -08:00 |
|
Gera Shegalov
|
26c2de36e2
|
HADOOP-11432. Fix SymlinkBaseTest#testCreateLinkUsingPartQualPath2. (Liang Xie via gera)
|
2015-01-30 18:40:40 -08:00 |
|
Colin Patrick Mccabe
|
09ad9a868a
|
HADOOP-11498. Bump the version of HTrace to 3.1.0-incubating (Masatake Iwasaki via Colin P. McCabe)
|
2015-01-30 16:01:59 -08:00 |
|
Kihwal Lee
|
8dc59cb9e0
|
HADOOP-9137. Support connection limiting in IPC server. Contributed by Kihwal Lee.
|
2015-01-30 17:21:36 -06:00 |
|
Haohui Mai
|
543064e89d
|
HADOOP-4297. Enable Java assertions when running tests. Contributed by Tsz Wo Nicholas Sze.
|
2015-01-27 11:05:55 -08:00 |
|
Steve Loughran
|
1f2b6956c2
|
HADOOP-6221 RPC Client operations cannot be interrupted (stevel)
|
2015-01-26 22:04:56 +00:00 |
|
Tsuyoshi Ozawa
|
786dbdfad8
|
HADOOP-11209. Configuration#updatingResource/finalParameters are not thread-safe. Contributed by Varun Saxena.
|
2015-01-22 14:15:59 +09:00 |
|
cnauroth
|
925c9fed33
|
HADOOP-10668. Addendum patch to fix TestZKFailoverController. Contributed by Ming Ma.
|
2015-01-21 11:52:48 -08:00 |
|
Jason Lowe
|
07b0806036
|
HADOOP-11327. BloomFilter#not() omits the last bit, resulting in an incorrect filter. Contributed by Eric Payne
|
2015-01-21 19:04:29 +00:00 |
|
cnauroth
|
7fc1f2f5cf
|
HADOOP-10668. TestZKFailoverControllerStress#testExpireBackAndForth occasionally fails. Contributed by Ming Ma.
|
2015-01-19 11:28:30 -08:00 |
|
Haohui Mai
|
3ab3a64988
|
HADOOP-11350. The size of header buffer of HttpServer is too small when HTTPS is enabled. Contributed by Benoy Antony.
|
2015-01-15 16:17:30 -08:00 |
|
Robert Kanter
|
b6ff9c03a4
|
HADOOP-8757. Metrics should disallow names with invalid characters (rchiang via rkanter)
|
2015-01-15 11:39:43 -08:00 |
|
Akira Ajisaka
|
ce29074685
|
HADOOP-11318. Update the document for hadoop fs -stat
|
2015-01-16 00:55:20 +09:00 |
|
Akira Ajisaka
|
db51548f70
|
HADOOP-11483. HardLink.java should use the jdk7 createLink method
|
2015-01-15 20:54:44 +09:00 |
|
Colin Patrick Mccabe
|
a5a033c7ca
|
HDFS-7067. ClassCastException while using a key created by keytool to create encryption zone. (Charles Lamb via Colin P. McCabe)
|
2015-01-14 17:42:59 -08:00 |
|
Ravi Prakash
|
4d29142100
|
HADOOP-11400. GraphiteSink does not reconnect to Graphite after 'broken pipe'
(Kamil Gorlo via raviprak)
|
2015-01-10 08:35:40 -08:00 |
|
Brandon Li
|
09d31bc630
|
HADOOP-9992. Modify the NN loadGenerator to optionally run as a MapReduce job. Contributed by Akshay Radia
|
2015-01-09 17:24:22 -08:00 |
|
Benoy Antony
|
20625c8f04
|
HADOOP-10651. Add ability to restrict service access using IP addresses and hostnames. (Benoy Antony)
|
2015-01-08 10:06:48 -08:00 |
|
Tsuyoshi Ozawa
|
a6ed4894b5
|
HADOOP-11032. Replace use of Guava's Stopwatch with Hadoop's StopWatch. (ozawa)
|
2015-01-08 14:51:57 +09:00 |
|
Tsuyoshi Ozawa
|
9886396400
|
Revert "Replace use of Guava's Stopwatch with Hadoop's StopWatch. (ozawa)" because of missing JIRA's number.
This reverts commit 2eba7eb9af .
|
2015-01-08 14:35:08 +09:00 |
|
Tsuyoshi Ozawa
|
2eba7eb9af
|
Replace use of Guava's Stopwatch with Hadoop's StopWatch. (ozawa)
|
2015-01-08 14:21:30 +09:00 |
|
cnauroth
|
3ed0aed3cc
|
HADOOP-11462. TestSocketIOWithTimeout needs change for PowerPC platform. Contributed by Ayappan.
|
2015-01-07 12:24:10 -08:00 |
|
Brandon Li
|
788ee35e2b
|
HDFS-7564. NFS gateway dynamically reload UID/GID mapping file /etc/nfs.map. Contributed by Yongjun Zhang
|
2015-01-06 16:19:39 -08:00 |
|
Benoy Antony
|
53caeaa16b
|
HADOOP-11402. Negative user-to-group cache entries are never cleared for never-again-accessed users. Contributed by Varun Saxena.
|
2015-01-05 15:06:46 -08:00 |
|
yliu
|
21c6f01831
|
HADOOP-11455. KMS and Credential CLI should request confirmation for deletion by default. (Charles Lamb via yliu)
|
2015-01-05 06:55:08 +08:00 |
|
Brandon Li
|
892b1bb746
|
HDFS-7563. NFS gateway parseStaticMap NumberFormatException. Contributed by Yongjun Zhang
|
2015-01-02 10:49:50 -08:00 |
|
Robert Kanter
|
66cfe1dc73
|
HADOOP-11399. Java Configuration file and .xml files should be automatically cross-compared (rchiang via rkanter)
|
2014-12-23 14:30:46 -08:00 |
|
Jing Zhao
|
5caebbae8c
|
HDFS-7484. Make FSDirectory#addINode take existing INodes as its parameter. Contributed by Jing Zhao.
|
2014-12-22 23:19:20 -08:00 |
|
Haohui Mai
|
2860eeb14a
|
HDFS-7555. Remove the support of unmanaged connectors in HttpServer2. Contributed by Haohui Mai.
|
2014-12-21 14:45:06 -08:00 |
|
Colin Patrick Mccabe
|
6635ccd217
|
HADOOP-11430. Add GenericTestUtils#disableLog, GenericTestUtils#setLogLevel (cmccabe)
|
2014-12-18 19:39:04 -08:00 |
|
Jason Lowe
|
b9d49761f7
|
HADOOP-11409. FileContext.getFileContext can stack overflow if default fs misconfigured. Contributed by Gera Shegalov
|
2014-12-18 21:27:28 +00:00 |
|
Haohui Mai
|
ef1fc51852
|
HADOOP-11385. Prevent cross site scripting attack on JMXJSONServlet. Contributed by Haohui Mai.
|
2014-12-18 11:33:09 -08:00 |
|
Colin Patrick Mccabe
|
07619aa516
|
HADOOP-11427. ChunkedArrayList: fix removal via iterator and implement get (cmccabe)
|
2014-12-18 11:05:06 -08:00 |
|
Haohui Mai
|
abb2ebbc3a
|
HADOOP-11125. Remove redundant tests in TestOsSecureRandom. Contributed by Masanori Oyama.
|
2014-12-18 10:59:59 -08:00 |
|
yliu
|
1050d424a2
|
HADOOP-11358. Tests for encryption/decryption with IV calculation overflow. (yliu)
|
2014-12-18 00:49:25 +08:00 |
|
Colin Patrick Mccabe
|
9937eef7f7
|
HADOOP-11421. Add IOUtils#listDirectory (cmccabe)
|
2014-12-17 15:18:16 -08:00 |
|
Colin Patrick Mccabe
|
4281c96e24
|
HADOOP-11416. Move ChunkedArrayList into hadoop-common (cmccabe)
|
2014-12-17 10:32:40 -08:00 |
|
Colin Patrick Mccabe
|
e5a6925199
|
HADOOP-11238. Update the NameNode's Group Cache in the background when possible (Chris Li via Colin P. McCabe)
|
2014-12-12 16:30:52 -08:00 |
|
Gera Shegalov
|
0bcea111e5
|
HADOOP-11211. mapreduce.job.classloader.system.classes semantics should be order-independent. (Yitong Zhou via gera)
|
2014-12-11 13:12:13 -08:00 |
|
Andrew Wang
|
0707e4eca9
|
HADOOP-11343. Overflow is not properly handled in caclulating final iv for AES CTR. Contributed by Jerry Chen.
|
2014-12-05 18:20:19 -08:00 |
|
stack
|
b36f292982
|
HADOOP-11301. [optionally] update jmx cache to drop old metrics (Maysam Yabandeh via stack) -- REAPPLY #2
|
2014-12-01 23:07:05 -08:00 |
|
stack
|
692d3b83e4
|
Revert "HBASE-11301 [optionally] update jmx cache to drop old metrics (Maysam Yabandeh via stack) -- REAPPLY"
This reverts commit 74f4d8590d .
Refers to the wrong issue (HBASE rather than HADOOP)
|
2014-12-01 23:04:00 -08:00 |
|
stack
|
74f4d8590d
|
HBASE-11301 [optionally] update jmx cache to drop old metrics (Maysam Yabandeh via stack) -- REAPPLY
|
2014-12-01 22:46:57 -08:00 |
|
stack
|
4e312a4345
|
Revert "HBASE-11301 [optionally] update jmx cache to drop old metrics (Maysam Yabandeh via stack)"
This reverts commit fb41615887 .
Reverting because I over-changed CHANGES.txt white-space.
|
2014-12-01 22:41:44 -08:00 |
|
stack
|
fb41615887
|
HBASE-11301 [optionally] update jmx cache to drop old metrics (Maysam Yabandeh via stack)
|
2014-12-01 22:34:58 -08:00 |
|
Colin Patrick Mccabe
|
f636f9d943
|
HDFS-7419. Improve error messages for DataNode hot swap drive feature (Lei Xu via Colin P. Mccabe)
|
2014-11-24 10:55:21 -08:00 |
|
Jason Lowe
|
b4ca727690
|
HADOOP-11309. System class pattern package.Foo should match package.Foo$Bar, too. Contributed by Gera Shegalov
|
2014-11-18 17:22:21 +00:00 |
|
Andrew Wang
|
48d62fad80
|
HADOOP-11311. Restrict uppercase key names from being created with JCEKS.
|
2014-11-17 13:59:46 -08:00 |
|
Brandon Li
|
351c5561c2
|
HDFS-7146. NFS ID/Group lookup requires SSSD enumeration on the server. Contributed by Yongjun Zhang
|
2014-11-17 13:23:53 -08:00 |
|
Aaron T. Myers
|
bd8196e85e
|
HADOOP-11157. ZKDelegationTokenSecretManager never shuts down listenerThreadPool. Contributed by Arun Suresh.
|
2014-11-17 13:02:49 -08:00 |
|
Ravi Prakash
|
1a1dcce827
|
MAPREDUCE-5918. LineRecordReader can return the same decompressor to CodecPool multiple times (Sergey Murylev via raviprak)
|
2014-11-14 03:45:53 -08:00 |
|
Allen Wittenauer
|
ba879a5dad
|
HADOOP-8989. hadoop fs -find feature (Jonathan Allen via aw)
|
2014-11-13 11:52:38 -08:00 |
|
Jian He
|
86bf8c7193
|
HADOOP-9576. Changed NetUtils#wrapException to throw EOFException instead of wrapping it as IOException. Contributed by Steve Loughran
|
2014-11-10 17:25:29 -08:00 |
|
Haohui Mai
|
a37a993453
|
HADOOP-10786. Fix UGI#reloginFromKeytab on Java 8. Contributed by Stephen Chu.
|
2014-11-09 17:48:26 -08:00 |
|
cnauroth
|
68db5b3736
|
HADOOP-11282. Skip NFS TestShellBasedIdMapping tests that are irrelevant on Windows. Contributed by Chris Nauroth.
|
2014-11-07 14:30:29 -08:00 |
|
cnauroth
|
42bbe3794e
|
HADOOP-11280. TestWinUtils#testChmod fails after removal of NO_PROPAGATE_INHERIT_ACE. Contributed by Chris Nauroth.
|
2014-11-07 00:02:17 -08:00 |
|
Aaron T. Myers
|
6ba52d88ec
|
HADOOP-10714. AmazonS3Client.deleteObjects() need to be limited to 1000 entries per call. Contributed by Juan Yu.
|
2014-11-05 17:17:04 -08:00 |
|
Haohui Mai
|
8549fa5dc9
|
HADOOP-11267. TestSecurityUtil fails when run with JDK8 because of empty principal names. Contributed by Stephen Chu.
|
2014-11-05 15:34:27 -08:00 |
|
Haohui Mai
|
1eed102023
|
HADOOP-10847. Remove the usage of sun.security.x509.* in testing code. Contributed by Pascal Oliva.
|
2014-11-04 10:52:05 -08:00 |
|
cnauroth
|
85da71c2d3
|
HADOOP-11165. TestUTF8 fails when run against java 8. Contributed by Stephen Chu.
|
2014-11-04 10:27:41 -08:00 |
|
Kihwal Lee
|
67f13b58e4
|
HADOOP-10987. Provide an iterator-based listing API for FileSystem. Contributed by Kihwal Lee.
|
2014-11-03 08:20:22 -06:00 |
|
cnauroth
|
5573b3476a
|
HDFS-7313. Support optional configuration of AES cipher suite on DataTransferProtocol. Contributed by Chris Nauroth.
|
2014-10-30 22:48:25 -07:00 |
|
Brandon Li
|
72a556d3b0
|
HADOOP-11195. Move Id-Name mapping in NFS to the hadoop-common area for better maintenance. Contributed by Yongjun Zhang
|
2014-10-29 11:05:29 -07: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 |
|
cnauroth
|
5b1dfe78b8
|
HDFS-6934. Revert files accidentally committed.
|
2014-10-27 12:15:10 -07:00 |
|
cnauroth
|
463aec1171
|
HDFS-6934. Move checksum computation off the hot path when writing to RAM disk. Contributed by Chris Nauroth.
|
2014-10-27 09:38:30 -07:00 |
|
Byron Wong
|
28051e4155
|
HADOOP-6857. FsShell should report raw disk usage including replication factor. Contributed by Byron Wong.
|
2014-10-25 12:31:41 -07:00 |
|
Karthik Kambatla
|
db45f047ab
|
HADOOP-11170. ZKDelegationTokenSecretManager fails to renewToken created by a peer. (Arun Suresh and Gregory Chanan via kasha)
|
2014-10-23 17:04:14 -07:00 |
|
cnauroth
|
6637e3cf95
|
YARN-2720. Windows: Wildcard classpath variables not expanded against resources contained in archives. Contributed by Craig Welch.
|
2014-10-21 12:33:21 -07:00 |
|
Vinod Kumar Vavilapalli
|
1137557816
|
HADOOP-11207. Enhanced common DelegationTokenAuthenticationHandler to support proxy-users on Delegation-token management operations. Contributed by Zhijie Shen.
|
2014-10-17 15:56:07 -07:00 |
|
Ravi Prakash
|
466f08792f
|
HADOOP-11181. GraphiteSink emits wrong timestamps (Sascha Coenen via raviprak)
|
2014-10-15 15:49:46 -07:00 |
|
Zhijie Shen
|
cdce88376a
|
HADOOP-11181. Generalized o.a.h.s.t.d.DelegationTokenManager to handle all sub-classes of AbstractDelegationTokenIdentifier. Contributed by Zhijie Shen.
|
2014-10-14 11:35:38 -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 |
|
Uma Maheswara Rao G
|
8d7c54967d
|
HADOOP-11133. Should trim the content of keystore password file for JavaKeyStoreProvider (Yi Liu via umamahesh)
|
2014-10-09 20:06:41 +05:30 |
|
Zhijie Shen
|
a169051931
|
HADOOP-11179. Java untar should handle the case that the file entry comes without its parent directory entry. Contributed by Craig Welch.
|
2014-10-08 15:36:16 -07:00 |
|
Arun C. Murthy
|
8f9ab998e2
|
HADOOP-10681. Remove unnecessary synchronization from Snappy & Zlib codecs. Contributed by Gopal Vijayaraghavan.
|
2014-10-05 07:38:21 -07:00 |
|
cnauroth
|
69c9af9103
|
HADOOP-11163. MetricsSystemImpl may miss a registered source. Contributed by Chuan Liu.
|
2014-10-03 21:01:28 -07:00 |
|
Vinod Kumar Vavilapalli
|
5ca97f1e60
|
YARN-1063. Augmented Hadoop common winutils to have the ability to create containers as domain users. Contributed by Remus Rusanu.
Committed as a YARN patch even though all the code changes are in common.
|
2014-10-01 09:54:17 -07:00 |
|
arp
|
dde2ed13c2
|
Merge branch 'trunk' into HDFS-6581
|
2014-09-30 18:05:54 -07:00 |
|
Steve Loughran
|
a469833639
|
HADOOP-11117 UGI HadoopLoginModule doesn't catch & wrap all kerberos-related exceptions (stevel)
|
2014-09-30 17:30:06 -07:00 |
|
cnauroth
|
b9158697a4
|
HADOOP-11145. TestFairCallQueue fails. Contributed by Akira AJISAKA.
|
2014-09-30 08:57:05 -07:00 |
|
arp
|
bb84f1fccb
|
HDFS-7159. Use block storage policy to set lazy persist preference. (Arpit Agarwal)
|
2014-09-29 22:27:59 -07:00 |
|
arp
|
1e6b4b9b2e
|
Merge branch 'trunk' into HDFS-6581
|
2014-09-29 14:01:47 -07:00 |
|
Andrew Wang
|
a78953c974
|
HADOOP-11110. JavaKeystoreProvider should not report a key as created if it was not flushed to the backing file. (Arun Suresh via wang)
|
2014-09-29 13:10:26 -07:00 |
|
Jason Lowe
|
cf4631d7c9
|
HADOOP-11049. javax package system class default is too broad. Contributed by Sangjin Lee
|
2014-09-29 14:36:29 +00:00 |
|
arp
|
032e0eba6b
|
Merge branch 'trunk' into HDFS-6581
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/FSNamesystem.java
|
2014-09-25 19:50:28 -07:00 |
|
Colin Patrick Mccabe
|
1861b32eb5
|
HDFS-6808. Add command line option to ask DataNode reload configuration. (Lei Xu via Colin McCabe)
|
2014-09-25 13:11:59 -07:00 |
|
arp
|
b1000fbba4
|
Merge branch 'trunk' into HDFS-6581
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/FSDirectory.java
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/INodeFile.java
|
2014-09-24 20:08:32 -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 |
|
arp
|
889122bd55
|
Merge branch 'trunk' into HDFS-6581
|
2014-09-22 18:00:58 -07:00 |
|
Vinayakumar B
|
eab15af12c
|
HADOOP-10131. NetWorkTopology#countNumOfAvailableNodes() is returning wrong value if excluded nodes passed are not part of the cluster tree (Contributed by Vinayakumar B)
|
2014-09-22 11:25:56 +05:30 |
|
arp
|
09dab88d3e
|
Merge branch 'trunk' into HDFS-6581
|
2014-09-20 10:34:45 -07:00 |
|
Alejandro Abdelnur
|
db890eef32
|
HADOOP-11017. KMS delegation token secret manager should be able to use zookeeper as store. (asuresh via tucu)
|
2014-09-20 08:21:44 -07:00 |
|
cnauroth
|
f85cc14eb4
|
HDFS-7073. Allow falling back to a non-SASL connection on DataTransferProtocol in several edge cases. Contributed by Chris Nauroth.
|
2014-09-19 21:23:26 -07:00 |
|
arp
|
f8bbf80067
|
Merge branch 'trunk' into HDFS-6581
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/StorageType.java
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/protocol/HdfsFileStatus.java
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/protocol/HdfsLocatedFileStatus.java
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/protocolPB/PBHelper.java
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/fsdataset/impl/FsDatasetImpl.java
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/FSDirectory.java
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/FSImageFormat.java
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/FSImageFormatPBINode.java
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/FSNamesystem.java
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/INodeFile.java
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/INodeFileAttributes.java
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/NameNodeLayoutVersion.java
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/snapshot/FSImageFormatPBSnapshot.java
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/web/JsonUtil.java
hadoop-hdfs-project/hadoop-hdfs/src/main/proto/fsimage.proto
hadoop-hdfs-project/hadoop-hdfs/src/main/proto/hdfs.proto
hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/DFSTestUtil.java
hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/MiniDFSCluster.java
hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/TestFsck.java
|
2014-09-18 22:26:42 -07:00 |
|
Andrew Wang
|
8e73084491
|
HDFS-6840. Clients are always sent to the same datanode when read is off rack. (wang)
|
2014-09-18 17:49:17 -07:00 |
|
arp
|
849ccfa699
|
Merge branch 'trunk' into HDFS-6581
|
2014-09-18 11:06:40 -07:00 |
|
Andrew Wang
|
47e5e19831
|
HADOOP-11040. Return value of read(ByteBuffer buf) in CryptoInputStream is incorrect in some cases. (Yi Liu via wang)
|
2014-09-17 17:58:56 -07:00 |
|
arp
|
a186d514bd
|
Merge branch 'trunk' into HDFS-6581
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/FSDirectory.java
|
2014-09-17 15:03:55 -07:00 |
|
Colin Patrick Mccabe
|
e3803d002c
|
HDFS-6843. Create FileStatus isEncrypted() method (clamb via cmccabe)
|
2014-09-17 12:55:35 -07:00 |
|
arp
|
24f8156886
|
Merge branch 'trunk' into HDFS-6581
|
2014-09-17 12:10:50 -07:00 |
|
Alejandro Abdelnur
|
c0c7e6fabd
|
HADOOP-11062. CryptoCodec testcases requiring OpenSSL should be run only if -Pnative is used. (asuresh via tucu)
|
2014-09-16 23:36:36 -07:00 |
|
Alejandro Abdelnur
|
e14e71d5fe
|
HADOOP-11096. KMS: KeyAuthorizationKeyProvider should verify the keyversion belongs to the keyname on decrypt. (tucu)
|
2014-09-16 23:20:35 -07:00 |
|
arp
|
ebdd5e50d5
|
Merge branch 'trunk' into HDFS-6581
|
2014-09-12 20:53:18 -07:00 |
|
cnauroth
|
957414d4cb
|
HADOOP-11088. Unittest TestKeyShell, TestCredShell and TestKMS assume UNIX path separator for JECKS key store path. Contributed by Xiaoyu Yao.
|
2014-09-12 14:50:07 -07:00 |
|
arp
|
7aeda47bd9
|
Merge branch 'trunk' into HDFS-6581
|
2014-09-12 11:45:11 -07:00 |
|
Alejandro Abdelnur
|
c656d7d6e5
|
HADOOP-11083. After refactoring of HTTP proxyuser to common, doAs param is case sensitive. (tucu)
|
2014-09-11 13:53:31 -07:00 |
|
Colin Patrick Mccabe
|
5ec7fcd9dd
|
HADOOP-11074. Move s3-related FS connector code to hadoop-aws. (David S. Wang via Colin Patrick McCabe)
|
2014-09-10 16:14:53 -07:00 |
|
Alejandro Abdelnur
|
b100949404
|
HADOOP-9989. Bug introduced in HADOOP-9374, which parses the -tokenCacheFile as binary file but set it to the configuration as JSON file. (zxu via tucu)
|
2014-09-09 22:19:42 -07:00 |
|
Alejandro Abdelnur
|
9ee891aa90
|
HADOOP-11077. NPE if hosts not specified in ProxyUsers. (gchanan via tucu)
|
2014-09-09 22:18:03 -07:00 |
|
cnauroth
|
6dae4b430c
|
HADOOP-11057. checknative command to probe for winutils.exe on windows. Contributed by Xiaoyu Yao.
|
2014-09-09 21:38:29 -07:00 |
|
arp
|
4ff128af12
|
Merge branch 'trunk' into HDFS-6581
|
2014-09-08 15:00:01 -07:00 |
|
Allen Wittenauer
|
d989ac0444
|
MAPREDUCE-5972. Fix typo 'programatically' in job.xml (and a few other places) (Akira AJISAKA via aw)
|
2014-09-08 13:15:46 -07:00 |
|
Alejandro Abdelnur
|
df8c84cba8
|
HADOOP-11071. KMSClientProvider should drain the local generated EEK cache on key rollover. (tucu)
|
2014-09-08 11:31:30 -07:00 |
|
arp
|
6e5f780d1d
|
Merge branch 'trunk' into HDFS-6581
|
2014-09-08 10:37:26 -07:00 |
|
cnauroth
|
302d9a0a0d
|
Credential Provider related Unit Test Failure on Windows. Contributed by Xiaoyu Yao.
|
2014-09-08 09:29:19 -07:00 |
|
arp
|
339d21f273
|
Merge trunk into HDFS-6581
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/FSNamesystem.java
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/NameNodeLayoutVersion.java
|
2014-09-05 21:36:25 -07:00 |
|
Alejandro Abdelnur
|
b69a48c988
|
HADOOP-11060. Create a CryptoCodec test that verifies interoperability between the JCE and OpenSSL implementations. (hitliuyi via tucu)
|
2014-09-04 09:22:00 -07:00 |
|
Alejandro Abdelnur
|
70b218748b
|
HADOOP-11015. Http server/client utils to propagate and recreate Exceptions from server to client. (tucu)
|
2014-09-04 09:11:10 -07:00 |
|
Alejandro Abdelnur
|
41f1662d46
|
HADOOP-11054. Add a KeyProvider instantiation based on a URI. (tucu)
|
2014-09-04 09:09:39 -07:00 |
|
Colin Patrick Mccabe
|
8f1a668575
|
HADOOP-11056. OsSecureRandom.setConf() might leak file descriptors. Contributed by Yongjun Zhang.
|
2014-09-03 19:35:39 -07:00 |
|
arp
|
a6b32a3e78
|
Merge trunk into HDFS-6581
|
2014-09-02 16:25:32 -07:00 |
|
Jason Lowe
|
01e8f056d9
|
HADOOP-11012. hadoop fs -text of zero-length file causes EOFException. Contributed by Eric Payne
|
2014-09-02 18:15:38 +00:00 |
|
arp
|
217dea7794
|
Merge remote-tracking branch 'apache-commit/trunk' into HDFS-6581
|
2014-09-01 11:52:59 -07:00 |
|
Alejandro Abdelnur
|
c60da4d3b3
|
HADOOP-10994. KeyProviderCryptoExtension should use CryptoCodec for generation/decryption of keys. (tucu)
|
2014-08-29 14:21:58 -07:00 |
|
Alejandro Abdelnur
|
6bf16d1156
|
HADOOP-10880. Move HTTP delegation tokens out of URL querystring to a header. (tucu)
|
2014-08-28 19:05:57 -07:00 |
|
arp
|
bbaa7dc28d
|
HDFS-6928. 'hdfs put' command should accept lazyPersist flag for testing. (Arpit Agarwal)
|
2014-08-28 15:53:12 -07:00 |
|
Alejandro Abdelnur
|
d1ae479aa5
|
HADOOP-10880. Move HTTP delegation tokens out of URL querystring to a header. (tucu)
|
2014-08-28 14:45:40 -07:00 |
|
Arpit Agarwal
|
4b3a6b8722
|
HADOOP-10282. Create a FairCallQueue: a multi-level call queue which schedules incoming calls and multiplexes outgoing calls. (Contributed by Chris Li)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1619938 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-22 22:16:15 +00:00 |
|
Jason Darrell Lowe
|
da4ba50269
|
HADOOP-10893. isolated classloader on the client side. Contributed by Sangjin Lee
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1619604 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-21 21:38:16 +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 |
|
Jason Darrell Lowe
|
4a978bff3e
|
HADOOP-10059. RPC authentication and authorization metrics overflow to negative values on busy clusters. Contributed by Tsuyoshi OZAWA and Akira AJISAKA
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1618659 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-18 16:31:38 +00:00 |
|
Arpit Agarwal
|
86840834ed
|
HADOOP-10335. An ip whilelist based implementation to resolve Sasl properties per connection. (Contributed by Benoy Antony)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1618503 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-17 19:02:45 +00:00 |
|
Arpit Agarwal
|
48505679c0
|
HADOOP-10335. Undo checkin to resolve test build issue.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1618487 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-17 17:47:18 +00:00 |
|
Arpit Agarwal
|
b47ad1ccba
|
HADOOP-10335. An ip whilelist based implementation to resolve Sasl properties per connection. (Contributed by Benoy Antony)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1618484 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-17 17:43:20 +00:00 |
|
Arpit Agarwal
|
c1cd41cc49
|
HADOOP-10650. Add ability to specify a reverse ACL (black list) of users and groups. (Contributed by Benoy Antony)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1618482 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-17 17:06:01 +00:00 |
|
Allen Wittenauer
|
6ab25dfcd9
|
HADOOP-8944. Shell command fs -count should include human readable option (Jonathan Allen via aw) (continued)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1617802 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-13 19:10:24 +00:00 |
|
Allen Wittenauer
|
a34dafe325
|
HADOOP-8944. Shell command fs -count should include human readable option (Jonathan Allen via aw)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1617775 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-13 17:30:26 +00:00 |
|
Arpit Agarwal
|
e0a9e1bfb7
|
HADOOP-10281. Create a scheduler, which assigns schedulables a priority level. (Contributed by Chris Li)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1617643 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-13 00:54:29 +00:00 |
|
Arpit Agarwal
|
d687f6f689
|
HADOOP-10851. NetgroupCache does not remove group memberships. (Contributed by Benoy Antony)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1617612 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-12 22:30:48 +00:00 |
|
Andrew Wang
|
0a2ee2fd53
|
HADOOP-10820. Throw an exception in GenericOptionsParser when passed an empty Path. Contributed by Alex Holmes and Zhihai Xu.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1617542 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-12 17:46:31 +00:00 |
|
Charles Lamb
|
74f7be0887
|
merge from trunk r1617527
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/fs-encryption@1617532 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-12 17:02:07 +00:00 |
|
Charles Lamb
|
acc3d73a45
|
HDFS-6839. Fix TestCLI to expect new output. (clamb)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/fs-encryption@1617526 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-12 16:50:18 +00:00 |
|
Alejandro Abdelnur
|
6d7a6766bd
|
HADOOP-10835. Implement HTTP proxyuser support in HTTP authentication client/server libraries. (tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1617384 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-12 00:10:15 +00:00 |
|
Karthik Kambatla
|
af6d709664
|
HADOOP-10402. Configuration.getValByRegex does not substitute for variables. (Robert Kanter via kasha)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1617166 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-10 21:49:42 +00:00 |
|
Alejandro Abdelnur
|
74fe84393d
|
HADOOP-10224. JavaKeyStoreProvider has to protect against corrupting underlying store. (asuresh via tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1616908 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-09 00:00:32 +00:00 |
|
Alejandro Abdelnur
|
be9c67930b
|
HADOOP-10771. Refactor HTTP delegation support out of httpfs to common, PART 2. (tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1616672 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-08 04:58:58 +00:00 |
|
Alejandro Abdelnur
|
4e7c4a6e1f
|
HADOOP-10771. Refactor HTTP delegation support out of httpfs to common, PART 1. (tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1616671 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-08 04:55:38 +00:00 |
|
Andrew Wang
|
17e4365756
|
Revert HADOOP-10876.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1616658 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-08 01:37:59 +00:00 |
|
Andrew Wang
|
311d2f0773
|
Merge from trunk to branch.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/fs-encryption@1616589 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-07 20:26:52 +00:00 |
|
Brandon Li
|
a4f1292a53
|
HADOOP-10905. LdapGroupsMapping Should use configuration.getPassword for SSL and LDAP Passwords. Contributed by Larry McCay
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1616054 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-05 23:55:30 +00:00 |
|
Andrew Wang
|
34e3bbae9f
|
HADOOP-10939. Fix TestKeyProviderFactory testcases to use default 128 bit length keys. Contributed by Arun Suresh.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1616021 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-05 22:06:48 +00:00 |
|
Alejandro Abdelnur
|
a6cfaab5aa
|
HADOOP-10933. FileBasedKeyStoresFactory Should use Configuration.getPassword for SSL Passwords. (lmccay via tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1616008 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-05 21:29:55 +00:00 |
|
Alejandro Abdelnur
|
b9984e59d8
|
HADOOP-10918. JMXJsonServlet fails when used within Tomcat. (tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1616002 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-05 20:58:25 +00:00 |
|
Andrew Wang
|
7a246c447f
|
Merge from trunk to branch
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/fs-encryption@1615851 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-05 02:33:44 +00:00 |
|
Andrew Wang
|
b7e67db372
|
HADOOP-10936. Change default KeyProvider bitlength to 128. (wang)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1615850 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-05 02:32:44 +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 |
|
Andrew Wang
|
513dc29ce8
|
HADOOP-10937. Need to set version name correctly before decrypting EEK. Contributed by Arun Suresh.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1615841 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-05 02:21:28 +00:00 |
|
Andrew Wang
|
c8abf5f20a
|
HADOOP-10927. Fix CredentialShell help behavior and error codes. Contributed by Josh Elser.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1615827 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-05 00:20:30 +00:00 |
|
Uma Maheswara Rao G
|
10db613389
|
HADOOP-10886. CryptoCodec#getCodecclasses throws NPE when configurations not loaded. Contributed by Uma Maheswara Rao G.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/fs-encryption@1615523 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-04 09:56:57 +00:00 |
|
Chris Nauroth
|
2ad6da01c3
|
HADOOP-10903. Enhance hadoop classpath command to expand wildcards or write classpath into jar manifest. Contributed by Chris Nauroth.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1615386 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-03 04:58:42 +00:00 |
|
Andrew Wang
|
c4a3a29541
|
HADOOP-10793. KeyShell args should use single-dash style. (wang)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1615180 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-01 17:45:45 +00:00 |
|
Andrew Wang
|
5918e99151
|
HADOOP-10900. CredentialShell args should use single-dash style. (wang)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1615177 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-01 17:43:17 +00:00 |
|
Chris Nauroth
|
535fe14ded
|
HDFS-6570. add api that enables checking if a user has certain permissions on a file. Contributed by Jitendra Pandey.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1614723 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-30 17:49:09 +00:00 |
|
Andrew Wang
|
c3fa0b5884
|
Merge from trunk to branch
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/fs-encryption@1614553 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-30 06:09:33 +00:00 |
|
Andrew Wang
|
c6cddce752
|
HADOOP-10876. The constructor of Path should not take an empty URL as a parameter. Contributed by Zhihai Xu.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1614230 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-29 00:44:12 +00:00 |
|
Andrew Wang
|
e670641bbf
|
Merge from trunk to branch
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/fs-encryption@1613334 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-24 23:55:15 +00:00 |
|
Todd Lipcon
|
2054453a39
|
HADOOP-10882. Move DirectBufferPool into common util. Contributed by Todd Lipcon.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1613006 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-24 06:22:02 +00:00 |
|
Andrew Wang
|
9bfae42538
|
HADOOP-10887. Add XAttrs to ViewFs and make XAttrs + ViewFileSystem internal dir behavior consistent. Contributed by Stephen Chu.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1612951 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-23 21:42:01 +00:00 |
|
Andrew Wang
|
22ba00de60
|
Merge from trunk to branch pt 2
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/fs-encryption@1612941 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-23 20:45:10 +00:00 |
|
Arpit Agarwal
|
b9370fdcf6
|
HADOOP-10890. TestDFVariations.testMount fails intermittently. (Contributed by Yongjun Zhang)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1612916 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-23 18:53:38 +00:00 |
|
Arpit Agarwal
|
fa08b92f46
|
HADOOP-10872. TestPathData fails intermittently with 'Mkdirs failed to create d1'. (Contributed by Yongjun Zhang
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1612895 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-23 17:49:47 +00:00 |
|
Andrew Wang
|
e0f00e12ce
|
HADOOP-10881. Clarify usage of encryption and encrypted encryption key in KeyProviderCryptoExtension. (wang)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1612737 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-23 01:24:22 +00:00 |
|
Todd Lipcon
|
181c466436
|
HADOOP-10855. Allow Text to be read with a known Length. Contributed by Todd Lipcon.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1612731 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-23 00:28:57 +00:00 |
|
Andrew Wang
|
c83c5b868e
|
HDFS-6701. Make seed optional in NetworkTopology#sortByDistance. Contributed by Ashwin Shankar.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1612625 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-22 17:47:49 +00:00 |
|
Yi Liu
|
b52b80d7bd
|
HADOOP-10853. Refactor get instance of CryptoCodec and support create via algorithm/mode/padding. (yliu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/fs-encryption@1612513 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-22 08:38:38 +00:00 |
|
Colin McCabe
|
6fac3e9b61
|
HADOOP-10870. Failed to load OpenSSL cipher error logs on systems with old openssl versions (cmccabe)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/fs-encryption@1612440 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-22 00:58:10 +00:00 |
|
Colin McCabe
|
761d44f900
|
HADOOP-10866. RawLocalFileSystem fails to read symlink targets via the stat command when the format of the stat command uses non-curly quotes (yzhang via cmccabe)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1612428 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-21 23:21:27 +00:00 |
|
Andrew Wang
|
d3bf8186ae
|
HADOOP-10755. Support negative caching of user-group mapping. Contributed by Lei Xu.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1612408 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-21 21:52:17 +00:00 |
|
Andrew Wang
|
cb20bb6117
|
Merge from trunk to branch
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/fs-encryption@1612403 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-21 21:44:50 +00:00 |
|
Alejandro Abdelnur
|
0c1469ece3
|
HADOOP-10720. KMS: Implement generateEncryptedKey and decryptEncryptedKey in the REST API. (asuresh via tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1612399 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-21 20:55:42 +00:00 |
|
Alejandro Abdelnur
|
0a3ea6c486
|
HADOOP-10750. KMSKeyProviderCache should be in hadoop-common. (asuresh via tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1611823 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-18 22:01:18 +00:00 |
|
Alejandro Abdelnur
|
64ed72a047
|
HADOOP-10817. ProxyUsers configuration should support configurable prefixes. (tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1611780 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-18 19:42:01 +00:00 |
|
Alejandro Abdelnur
|
f714413615
|
HADOOP-10842. CryptoExtension generateEncryptedKey method should receive the key name. (asuresh via tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1611542 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-18 06:13:17 +00:00 |
|
Alejandro Abdelnur
|
7f06998bf2
|
HADOOP-10841. EncryptedKeyVersion should have a key name property. (asuresh via tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1611540 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-18 05:40:35 +00:00 |
|
Owen O'Malley
|
1e7ce76bba
|
HADOOP-10733. Fix potential null dereference in CredShell. (Ted Yu via
omalley)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1611419 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-17 18:09:41 +00:00 |
|
Andrew Wang
|
9dff25e890
|
HADOOP-10816. KeyShell returns -1 on error to the shell, should be 1. (Mike Yoder via wang)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1611229 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-17 00:49:08 +00:00 |
|
Andrew Wang
|
77f0e2cca5
|
HDFS-6405. Test Crypto streams in HDFS. (yliu via wang)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/fs-encryption@1611140 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-16 19:04:06 +00:00 |
|
Chris Nauroth
|
7f357d68cc
|
HADOOP-10839. Add unregisterSource() to MetricsSystem API. Contributed by Shanyu Zhao.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1611134 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-16 18:50:10 +00:00 |
|
Chris Nauroth
|
619837039b
|
HADOOP-10845. Add common tests for ACLs in combination with viewfs. Contributed by Stephen Chu.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1610911 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-16 05:16:42 +00:00 |
|
Yi Liu
|
beb0c19cde
|
HADOOP-10735. Fall back AesCtrCryptoCodec implementation from OpenSSL to JCE if non native support. (yliu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/fs-encryption@1610887 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-16 00:36:30 +00:00 |
|
Jing Zhao
|
790ee45643
|
HADOOP-10673. Update rpc metrics when the call throws an exception. Contributed by Ming Ma.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1610879 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-15 23:05:40 +00:00 |
|
Andrew Wang
|
56c0bd4d37
|
Merge from trunk to branch
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/fs-encryption@1610853 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-15 21:10:24 +00:00 |
|
Jason Darrell Lowe
|
4dcc08b656
|
Addendum patch for HADOOP-10468 TestMetricsSystemImpl.testMultiThreadedPublish fails intermediately. Contributed by Akira AJISAKA
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1610829 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-15 19:51:55 +00: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 |
|
Andrew Wang
|
43342670db
|
HADOOP-10736. Add key attributes to the key shell. Contributed by Mike Yoder.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1609869 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-12 00:24:05 +00:00 |
|
Chris Nauroth
|
520e458d4f
|
HADOOP-10815. Implement Windows equivalent of mlock. Contributed by Chris Nauroth.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1609588 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-10 23:26:16 +00:00 |
|
Chris Nauroth
|
5279f64cb6
|
HADOOP-10808. Remove unused native code for munlock. Contributed by Chris Nauroth.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1609509 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-10 17:11:27 +00:00 |
|
Chris Nauroth
|
112145727e
|
HADOOP-10507. FsShell setfacl can throw ArrayIndexOutOfBoundsException when no perm is specified. Contributed by Stephen Chu and Sathish Gurram.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1609503 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-10 16:57:17 +00:00 |
|
Yi Liu
|
d90671137e
|
HADOOP-10803. Update OpensslCipher#getInstance to accept CipherSuite#name format. (yliu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/fs-encryption@1609403 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-10 06:27:52 +00:00 |
|
Andrew Wang
|
dda85637df
|
Merge trunk to branch.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/fs-encryption@1608603 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-07 20:43:56 +00:00 |
|
Aaron Myers
|
ed642b5d8d
|
HADOOP-10769. Create KeyProvider extension to handle delegation tokens. Contributed by Arun Suresh.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1608286 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-06 19:16:45 +00:00 |
|
Alejandro Abdelnur
|
405dbd521e
|
HADOOP-10719. Add generateEncryptedKey and decryptEncryptedKey methods to KeyProvider. (asuresh via tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1607918 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-04 19:41:00 +00:00 |
|
Alejandro Abdelnur
|
7b5295513d
|
HADOOP-10757. KeyProvider KeyVersion should provide the key name. (asuresh via tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1607896 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-04 17:31:55 +00:00 |
|
Colin McCabe
|
03c858dad4
|
HADOOP-10693: add files left out of previous checkin (cmccabe)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/fs-encryption@1607769 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-03 23:51:50 +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 |
|
Steve Loughran
|
e09ea0c06e
|
HADOOP-9361: Strictly define FileSystem APIs
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1607596 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-03 12:04:50 +00:00 |
|
Alejandro Abdelnur
|
4ac6e1d895
|
HADOOP-10710. hadoop.auth cookie is not properly constructed according to RFC2109. (Juan Yu via tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1606923 13f79535-47bb-0310-9956-ffa450edef68
|
2014-06-30 20:41:13 +00:00 |
|
Jason Darrell Lowe
|
739b135dcc
|
HADOOP-10739. Renaming a file into a directory containing the same filename results in a confusing I/O error. Contributed by chang li
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1606267 13f79535-47bb-0310-9956-ffa450edef68
|
2014-06-27 23:22:35 +00:00 |
|
Arpit Agarwal
|
bbbbd270c7
|
HADOOP-10649. Allow overriding the default ACL for service authorization (Contributed by Benoy Antony)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1606179 13f79535-47bb-0310-9956-ffa450edef68
|
2014-06-27 18:43:42 +00:00 |
|
Arpit Agarwal
|
fdf901451f
|
HADOOP-10565. Support IP ranges (CIDR) in proxyuser.hosts. (Contributed by Benoy Antony)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1605987 13f79535-47bb-0310-9956-ffa450edef68
|
2014-06-27 08:32:51 +00:00 |
|
Chris Nauroth
|
d43112471b
|
HADOOP-10754. Reenable several HA ZooKeeper-related tests on Windows. Contributed by Chris Nauroth.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1605924 13f79535-47bb-0310-9956-ffa450edef68
|
2014-06-26 22:58:21 +00:00 |
|
Brandon Li
|
f194aaa0d1
|
HADOOP-8943. Support multiple group mapping providers. Contributed by Kai Zheng
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1605857 13f79535-47bb-0310-9956-ffa450edef68
|
2014-06-26 17:14:11 +00:00 |
|
Chris Nauroth
|
c3e26735a6
|
HADOOP-9705. FsShell cp -p does not preserve directory attibutes. Contributed by Akira AJISAKA.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1605672 13f79535-47bb-0310-9956-ffa450edef68
|
2014-06-26 05:36:54 +00:00 |
|
Ravi Prakash
|
7fcaab2350
|
HADOOP-10715. Remove public GraphiteSink#setWriter()
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1605646 13f79535-47bb-0310-9956-ffa450edef68
|
2014-06-26 01:50:58 +00:00 |
|
Tsz-wo Sze
|
988bc17bc3
|
HADOOP-10674. Improve PureJavaCrc32 performance and use java.util.zip.CRC32 for Java 7 and above.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1605239 13f79535-47bb-0310-9956-ffa450edef68
|
2014-06-25 02:22:15 +00:00 |
|
Arpit Agarwal
|
b880b48b35
|
HADOOP-10652. Refactor Proxyusers to use AccessControlList. (Contributed by Benoy Antony)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1605145 13f79535-47bb-0310-9956-ffa450edef68
|
2014-06-24 17:51:09 +00:00 |
|
Arpit Agarwal
|
b7e3c2eecd
|
HADOOP-10746. TestSocketIOWithTimeout#testSocketIOWithTimeout fails on Power PC. (Contributed by Jinghui Wang)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1605140 13f79535-47bb-0310-9956-ffa450edef68
|
2014-06-24 17:15:41 +00:00 |
|
Arpit Agarwal
|
214aceb9f7
|
HADOOP-10659. Refactor AccessControlList to reuse utility functions and to improve performance. (Contributed by Benoy Antony)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1604955 13f79535-47bb-0310-9956-ffa450edef68
|
2014-06-23 23:15:02 +00:00 |
|
Yi Liu
|
f43f0999d9
|
HADOOP-10713. Refactor CryptoCodec#generateSecureRandom to take a byte[]. (wang via yliu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/fs-encryption@1604537 13f79535-47bb-0310-9956-ffa450edef68
|
2014-06-22 07:20:47 +00:00 |
|
Chris Nauroth
|
f8041b0540
|
HADOOP-9559. When metrics system is restarted MBean names get incorrectly flagged as dupes. Contributed by Mostafa Elhemali and Mike Liddell.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1604225 13f79535-47bb-0310-9956-ffa450edef68
|
2014-06-20 18:24:03 +00:00 |
|
Arpit Agarwal
|
e74d99b81e
|
HADOOP-10279. Create multiplexer, a requirement for the fair queue. (Contributed by Chris Li)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1604090 13f79535-47bb-0310-9956-ffa450edef68
|
2014-06-20 05:53:41 +00:00 |
|
Aaron Myers
|
af6c91a80c
|
HDFS-6403. Add metrics for log warnings reported by JVM pauses. Contributed by Yongjun Zhang.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1604074 13f79535-47bb-0310-9956-ffa450edef68
|
2014-06-20 02:38:00 +00:00 |
|
Alejandro Abdelnur
|
38e2322d84
|
HADOOP-10696. Add optional attributes to KeyProvider Options and Metadata. (tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1604041 13f79535-47bb-0310-9956-ffa450edef68
|
2014-06-19 22:18:03 +00:00 |
|
Andrew Wang
|
5e5e1a6202
|
Merge trunk r1603663 to branch.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/fs-encryption@1603664 13f79535-47bb-0310-9956-ffa450edef68
|
2014-06-18 23:15:04 +00:00 |
|
Owen O'Malley
|
c79728478c
|
HADOOP-10607. Create API to separate credential/password storage from
applications. (Larry McCay via omalley)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1603491 13f79535-47bb-0310-9956-ffa450edef68
|
2014-06-18 15:45:20 +00:00 |
|