Arpit Agarwal
|
871d81060d
|
HADOOP-10547. Give SaslPropertiesResolver.getDefaultProperties() public scope. (Contributed by Benoy Antony)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1591095 13f79535-47bb-0310-9956-ffa450edef68
|
2014-04-29 20:38:36 +00:00 |
|
Vinod Kumar Vavilapalli
|
7a241aee90
|
YARN-1929. Fixed a deadlock in ResourceManager that occurs when failover happens right at the time of shutdown. Contributed by Karthik Kambatla.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1591071 13f79535-47bb-0310-9956-ffa450edef68
|
2014-04-29 19:49:44 +00:00 |
|
Haohui Mai
|
02d28907be
|
HADOOP-10508. RefreshCallQueue fails when authorization is enabled. Contributed by Chris Li.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1590876 13f79535-47bb-0310-9956-ffa450edef68
|
2014-04-29 06:04:14 +00:00 |
|
Kihwal Lee
|
295b58bb99
|
HADOOP-10322. Add ability to read principal names from a keytab. Contributed by Benoy Antony and Daryn Sharp.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1590637 13f79535-47bb-0310-9956-ffa450edef68
|
2014-04-28 13:53:27 +00:00 |
|
Arpit Agarwal
|
b34b7db215
|
HADOOP-10540. Datanode upgrade in Windows fails with hardlink error. (Contributed by Chris Nauroth and Arpit Agarwal)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1589923 13f79535-47bb-0310-9956-ffa450edef68
|
2014-04-25 03:08:47 +00:00 |
|
Jing Zhao
|
6d4c7df434
|
HADOOP-10535. Make the retry numbers in ActiveStandbyElector configurable. Contributed by Jing Zhao.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1589905 13f79535-47bb-0310-9956-ffa450edef68
|
2014-04-24 23:03:30 +00:00 |
|
Chris Nauroth
|
4f60187714
|
HADOOP-10539. Provide backward compatibility for ProxyUsers.authorize() call. Contributed by Benoy Antony.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1589884 13f79535-47bb-0310-9956-ffa450edef68
|
2014-04-24 21:18:27 +00:00 |
|
Owen O'Malley
|
f9a9c1ee63
|
HADOOP-10534. KeyProvider getKeysMetadata should take a list of names
rather than returning all keys. (omalley)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1589773 13f79535-47bb-0310-9956-ffa450edef68
|
2014-04-24 15:49:44 +00:00 |
|
Andrew Wang
|
74b4719698
|
HADOOP-10531. hadoop-config.sh - bug in --hosts argument. Contributed by Sebastien Barrier.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1589530 13f79535-47bb-0310-9956-ffa450edef68
|
2014-04-23 22:36:12 +00:00 |
|
Uma Maheswara Rao G
|
6eba48cbde
|
HADOOP-10251. Both NameNodes could be in STANDBY State if SNN network is unstable. Contributed by Vinayakumar B.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1589494 13f79535-47bb-0310-9956-ffa450edef68
|
2014-04-23 18:55:30 +00:00 |
|
Kihwal Lee
|
ca4cf1c6f4
|
HADOOP-10527. Fix incorrect return code and allow more retries on EINTR. Contributed by Kihwal Lee.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1589405 13f79535-47bb-0310-9956-ffa450edef68
|
2014-04-23 13:26:49 +00:00 |
|
Chris Nauroth
|
7bd5718594
|
HADOOP-10503. Move junit up to v 4.11. Contributed by Chris Nauroth.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1589273 13f79535-47bb-0310-9956-ffa450edef68
|
2014-04-22 19:47:53 +00:00 |
|
Kihwal Lee
|
291af51b65
|
HADOOP-10526. Chance for Stream leakage in CompressorStream. Contributed by Rushabh Shah.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1588970 13f79535-47bb-0310-9956-ffa450edef68
|
2014-04-21 19:20:00 +00:00 |
|
Kihwal Lee
|
360c8d1a18
|
HADOOP-10522. JniBasedUnixGroupMapping mishandles errors. Contributed by Kihwal Lee.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1588949 13f79535-47bb-0310-9956-ffa450edef68
|
2014-04-21 18:27:16 +00:00 |
|
Suresh Srinivas
|
cf61a551f1
|
HADOOP-9919. Update hadoop-metrics2.properties examples to Yarn. Contributed by Akira AJISAKA.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1588943 13f79535-47bb-0310-9956-ffa450edef68
|
2014-04-21 17:57:06 +00:00 |
|
Ivan Mitic
|
4810e2b849
|
YARN-1865. ShellScriptBuilder does not check for some error conditions. Contributed by Remus Rusanu.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1588693 13f79535-47bb-0310-9956-ffa450edef68
|
2014-04-19 18:55:07 +00:00 |
|
Chris Nauroth
|
dd7d032457
|
HADOOP-10499. Remove unused parameter from ProxyUsers.authorize(). Contributed by Chris Nauroth.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1588098 13f79535-47bb-0310-9956-ffa450edef68
|
2014-04-16 23:09:08 +00:00 |
|
Daryn Sharp
|
bf7b212573
|
HADOOP-10498. Add support for proxy server. (daryn)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1587608 13f79535-47bb-0310-9956-ffa450edef68
|
2014-04-15 15:25:17 +00:00 |
|
Chris Nauroth
|
caa6260d12
|
HADOOP-10500. TestDoAsEffectiveUser fails on JDK7 due to failure to reset proxy user configuration. Contributed by Chris Nauroth.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1587361 13f79535-47bb-0310-9956-ffa450edef68
|
2014-04-14 23:43:53 +00:00 |
|
Chris Nauroth
|
9ac54b5480
|
HADOOP-10496. Metrics system FileSink can leak file descriptor. Contributed by Chris Nauroth.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1587141 13f79535-47bb-0310-9956-ffa450edef68
|
2014-04-14 04:25:23 +00:00 |
|
Chris Nauroth
|
091f42fefa
|
HADOOP-10495. TestFileUtil fails on Windows due to bad permission assertions. Contributed by Chris Nauroth.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1587137 13f79535-47bb-0310-9956-ffa450edef68
|
2014-04-14 04:09:12 +00:00 |
|
Alejandro Abdelnur
|
51a2cec8c0
|
HADOOP-10431. Change visibility of KeyStore.Options getter methods to public. (tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1586732 13f79535-47bb-0310-9956-ffa450edef68
|
2014-04-11 18:06:05 +00:00 |
|
Alejandro Abdelnur
|
350ab4d246
|
HADOOP-10430. KeyProvider Metadata should have an optional description, there should be a method to retrieve the metadata from all keys. (tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1586730 13f79535-47bb-0310-9956-ffa450edef68
|
2014-04-11 18:02:25 +00:00 |
|
Jing Zhao
|
01ea648056
|
HDFS-6229. Race condition in failover can cause RetryCache fail to work. Contributed by Jing Zhao.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1586714 13f79535-47bb-0310-9956-ffa450edef68
|
2014-04-11 16:42:46 +00:00 |
|
Jonathan Turner Eagles
|
0a0ca4f062
|
HADOOP-8826. Docs still refer to 0.20.205 as stable line (Mit Desai via jeagles)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1586685 13f79535-47bb-0310-9956-ffa450edef68
|
2014-04-11 15:34:12 +00:00 |
|
Chris Nauroth
|
91ebf58904
|
HADOOP-10490. TestMapFile and TestBloomMapFile leak file descriptors. Contributed by Chris Nauroth.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1586570 13f79535-47bb-0310-9956-ffa450edef68
|
2014-04-11 04:40:26 +00:00 |
|
Vinayakumar B
|
d14976020e
|
HADOOP-10350. BUILDING.txt should mention openssl dependency required for hadoop-pipes (Vinayakumar B)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1586433 13f79535-47bb-0310-9956-ffa450edef68
|
2014-04-10 19:28:21 +00:00 |
|
Vinayakumar B
|
b0c828f4d3
|
Reverse merged revision(s) 1586425 from hadoop/common/trunk:
HADOOP-10350. BUILDING.txt should mention openssl dependency required for hadoop-pipes (Vinayakumar B)
........
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1586432 13f79535-47bb-0310-9956-ffa450edef68
|
2014-04-10 19:26:17 +00:00 |
|
Vinayakumar B
|
3c1250bdf9
|
HADOOP-10350. BUILDING.txt should mention openssl dependency required for hadoop-pipes (Vinayakumar B)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1586425 13f79535-47bb-0310-9956-ffa450edef68
|
2014-04-10 19:02:30 +00:00 |
|
Alejandro Abdelnur
|
8c19d0bb7a
|
HADOOP-10488. TestKeyProviderFactory fails randomly. (tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1586382 13f79535-47bb-0310-9956-ffa450edef68
|
2014-04-10 17:31:32 +00:00 |
|
Alejandro Abdelnur
|
b4f0259f13
|
HADOOP-10428. JavaKeyStoreProvider should accept keystore password via configuration falling back to ENV VAR. (tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1586216 13f79535-47bb-0310-9956-ffa450edef68
|
2014-04-10 05:09:12 +00:00 |
|
Alejandro Abdelnur
|
9a1f15532f
|
HADOOP-10429. KeyStores should have methods to generate the materials themselves, KeyShell should use them. (tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1586105 13f79535-47bb-0310-9956-ffa450edef68
|
2014-04-09 19:46:41 +00:00 |
|
Alejandro Abdelnur
|
98a98ea0c5
|
HADOOP-10427. KeyProvider implementations should be thread safe. (tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1586103 13f79535-47bb-0310-9956-ffa450edef68
|
2014-04-09 19:43:35 +00:00 |
|
Alejandro Abdelnur
|
9a2ec694fe
|
HADOOP-10432. Refactor SSLFactory to expose static method to determine HostnameVerifier. (tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1586098 13f79535-47bb-0310-9956-ffa450edef68
|
2014-04-09 19:40:32 +00:00 |
|
Haohui Mai
|
0862ee6520
|
HADOOP-10485. Remove dead classes in hadoop-streaming. Contributed by Haohui Mai.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1586059 13f79535-47bb-0310-9956-ffa450edef68
|
2014-04-09 18:10:36 +00:00 |
|
Tsz-wo Sze
|
f13a0fd2ad
|
HADOOP-10473. TestCallQueueManager should interrupt before counting calls.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1586030 13f79535-47bb-0310-9956-ffa450edef68
|
2014-04-09 16:49:31 +00:00 |
|
Steve Loughran
|
b8f250a99d
|
HADOOP-10104. Update jackson to 1.9.13 (Akira Ajisaka via stevel)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1585932 13f79535-47bb-0310-9956-ffa450edef68
|
2014-04-09 11:11:20 +00:00 |
|
Jing Zhao
|
32bbc440c1
|
HADOOP-10475. ConcurrentModificationException in AbstractDelegationTokenSelector.selectToken(). Contributed by Jing Zhao.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1585888 13f79535-47bb-0310-9956-ffa450edef68
|
2014-04-09 04:51:16 +00:00 |
|
Haohui Mai
|
8ca32df08e
|
HADOOP-10474. Move o.a.h.record to hadoop-streaming. Contributed by Haohui Mai.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1585886 13f79535-47bb-0310-9956-ffa450edef68
|
2014-04-09 04:02:46 +00:00 |
|
Haohui Mai
|
38e011f4b1
|
HADOOP-10468. TestMetricsSystemImpl.testMultiThreadedPublish fails intermediately. Contributed by Haohui Mai.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1585659 13f79535-47bb-0310-9956-ffa450edef68
|
2014-04-08 08:19:14 +00:00 |
|
Tsz-wo Sze
|
aea35d93e3
|
HADOOP-10466. Lower the log level in UserGroupInformation. Contributed by Nicolas Liochon
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1585538 13f79535-47bb-0310-9956-ffa450edef68
|
2014-04-07 18:07:13 +00:00 |
|
Tsz-wo Sze
|
62ad7e261a
|
Commit the hadoop-common part of HDFS-6189.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1584767 13f79535-47bb-0310-9956-ffa450edef68
|
2014-04-04 15:53:57 +00:00 |
|
Chris Nauroth
|
0941b99c86
|
HADOOP-10456. Bug in Configuration.java exposed by Spark (ConcurrentModificationException). Contributed by Nishkam Ravi.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1584575 13f79535-47bb-0310-9956-ffa450edef68
|
2014-04-04 09:22:03 +00:00 |
|
Uma Maheswara Rao G
|
362d284e17
|
HADOOP-10462. DF#getFilesystem is not parsing the command output. Contributed by Akira AJISAKA.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1584571 13f79535-47bb-0310-9956-ffa450edef68
|
2014-04-04 09:10:51 +00:00 |
|
Kihwal Lee
|
b6e31fd8ea
|
Fixing an error in CHANGES.txt
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1584441 13f79535-47bb-0310-9956-ffa450edef68
|
2014-04-03 22:46:14 +00:00 |
|
Jonathan Turner Eagles
|
7a655d5633
|
HADOOP-10454. Provide FileContext version of har file system. (Kihwal Lee via jeagles)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1584431 13f79535-47bb-0310-9956-ffa450edef68
|
2014-04-03 22:20:47 +00:00 |
|
Aaron Myers
|
640a097533
|
HADOOP-10459. distcp V2 doesn't preserve root dir's attributes when -p is specified. Contributed by Yongjun Zhang.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1584227 13f79535-47bb-0310-9956-ffa450edef68
|
2014-04-03 00:32:25 +00:00 |
|
Haohui Mai
|
fb1d7fb596
|
HDFS-5570. Deprecate hftp / hsftp and replace them with webhdfs / swebhdfs. Contributed by Haohui Mai.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1584100 13f79535-47bb-0310-9956-ffa450edef68
|
2014-04-02 17:28:08 +00:00 |
|
Tsz-wo Sze
|
5c7cb51775
|
HADOOP-10455. When there is an exception, ipc.Server should first check whether it is an terse exception.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1583842 13f79535-47bb-0310-9956-ffa450edef68
|
2014-04-02 01:00:44 +00:00 |
|
Aaron Myers
|
8d62d92372
|
HADOOP-10414. Incorrect property name for RefreshUserMappingProtocol in hadoop-policy.xml. Contributed by Joey Echeverria.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1583729 13f79535-47bb-0310-9956-ffa450edef68
|
2014-04-01 16:19:03 +00:00 |
|
Jing Zhao
|
e908bbe807
|
HADOOP-10345. Sanitize the the inputs (groups and hosts) for the proxyuser configuration. Contributed by Benoy Antony.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1583454 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-31 20:42:13 +00:00 |
|
Jing Zhao
|
ed64289c80
|
HADOOP-10451. Remove unused field and imports from SaslRpcServer. Contributed by Benoy Antony.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1583393 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-31 18:40:19 +00:00 |
|
Arun Murthy
|
8962a430a8
|
Added release notes for hadoop-2.4.0.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1583253 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-31 07:48:04 +00:00 |
|
Arun Murthy
|
fa9eed2ed6
|
Preparing for hadoop-2.4.0 release.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1583245 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-31 07:36:13 +00:00 |
|
Ivan Mitic
|
d46b2d0eb3
|
HADOOP-9525. Add tests that validate winutils chmod behavior on folders. Contributed by Ivan Mitic.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1582958 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-29 06:26:54 +00:00 |
|
Jing Zhao
|
3c4d44d4ce
|
HADOOP-10301. AuthenticationFilter should return Forbidden for failed authentication. Contributed by Daryn Sharp.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1582883 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-28 21:20:13 +00:00 |
|
Chris Nauroth
|
f5a8815492
|
HADOOP-10450. Build zlib native code bindings in hadoop.dll for Windows. Contributed by Chris Nauroth.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1582868 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-28 19:47:21 +00:00 |
|
Tsz-wo Sze
|
640a72efbe
|
HADOOP-10449. Fix the javac warnings in the security package.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1582851 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-28 18:15:41 +00:00 |
|
Owen O'Malley
|
92b9c6ff60
|
HADOOP-10237. JavaKeyStoreProvider needs to set keystore permissions
correctly. (Larry McCay via omalley)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1582784 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-28 15:57:27 +00:00 |
|
Jonathan Turner Eagles
|
b5b350c02e
|
HADOOP-10442. Group look-up can cause segmentation fault when certain JNI-based mapping module is used. (Kihwal Lee via jeagles)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1582451 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-27 19:56:26 +00:00 |
|
Jing Zhao
|
d337a5ffc4
|
HADOOP-10441. Namenode metric rpc.RetryCache/NameNodeRetryCache.CacheHit can't be correctly processed by Ganglia. Contributed by Jing Zhao.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1582043 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-26 20:32:42 +00:00 |
|
Tsz-wo Sze
|
a126a01fa1
|
HADOOP-10437. Fix the javac warnings in the conf and the util package.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1582015 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-26 19:03:16 +00:00 |
|
Tsz-wo Sze
|
3d207f1db2
|
HADOOP-10440. HarFsInputStream.read(byte[]) updates position incorrectly. Contributed by guodongdong
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1581964 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-26 17:48:04 +00:00 |
|
Arpit Agarwal
|
54c7f0637d
|
HADOOP-10280. Add files missed in previous checkin.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1581533 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-25 21:35:11 +00:00 |
|
Arpit Agarwal
|
c64974a863
|
HADOOP-10280. Make Schedulables return a configurable identity of user or group. (Contributed by Chris Li)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1581532 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-25 21:34:21 +00:00 |
|
Tsz-wo Sze
|
274d9b2ac4
|
HADOOP-10426. Declare CreateOpts.getOpt(..) with generic type argument, removes unused FileContext.getFileStatus(..) and fixes various javac warnings.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1581437 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-25 18:07:56 +00:00 |
|
Tsz-wo Sze
|
9db6f98e0b
|
HADOOP-10425. LocalFileSystem.getContentSummary should not count crc files.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1581183 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-25 02:03:07 +00:00 |
|
Karthik Kambatla
|
830e367c96
|
HADOOP-10423. Clarify compatibility policy document for combination of new client and old server. (Chris Nauroth via kasha)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1581116 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-24 23:26:34 +00:00 |
|
Chris Nauroth
|
935075121f
|
HADOOP-10422. Remove redundant logging of RPC retry attempts. Contributed by Chris Nauroth.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1581112 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-24 23:24:49 +00:00 |
|
Tsz-wo Sze
|
f89ede8d86
|
HADOOP-10015. UserGroupInformation prints out excessive warnings. Contributed by Nicolas Liochon
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1580977 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-24 18:36:40 +00:00 |
|
Aaron Myers
|
0710b5890b
|
HADOOP-10418. SaslRpcClient should not assume that remote principals are in the default_realm. Contributed by Aaron T. Myers.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1580666 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-24 00:00:57 +00:00 |
|
Chris Nauroth
|
62d28901d6
|
HADOOP-10191. Missing executable permission on viewfs internal dirs. Contributed by Gera Shegalov.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1580170 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-22 05:04:39 +00:00 |
|
Jing Zhao
|
9dab514b22
|
HDFS-6038. Allow JournalNode to handle editlog produced by new release with future layoutversion. Contributed by Jing Zhao.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1579813 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-20 23:06:06 +00:00 |
|
Arpit Agarwal
|
234edcadd5
|
HADOOP-10221. Add file missed in previous checkin, fix typo.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1579387 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-19 20:23:05 +00:00 |
|
Arpit Agarwal
|
f799618828
|
HADOOP-10221. Add a plugin to specify SaslProperties for RPC protocol based on connection properties. (Contributed by Benoy Antony and Daryn Sharp)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1579382 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-19 20:16:55 +00:00 |
|
Tsz-wo Sze
|
37cb314f79
|
HADOOP-10407. Fix the javac warnings in org.apache.hadoop.ipc package.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1577710 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-14 21:12:25 +00:00 |
|
Christopher Douglas
|
6988a4fc71
|
HADOOP-3679. Fixup assert ordering in unit tests to yield meaningful error
messages. Contributed by Jay Vyas
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1577396 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-14 00:46:50 +00:00 |
|
Christopher Douglas
|
53790d3300
|
YARN-1771. Reduce the number of NameNode operations during localization of
public resources using a cache. Contributed by Sangjin Lee
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1577391 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-14 00:30:35 +00:00 |
|
Jonathan Turner Eagles
|
b44b648d08
|
HADOOP-10332. HttpServer's jetty audit log always logs 200 OK (jeagles)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1577220 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-13 16:10:54 +00:00 |
|
Michael Stack
|
66cde6a17f
|
HADOOP-10337 ConcurrentModificationException from MetricsDynamicMBeanBase.createMBeanInfo() (Liang Xie via stack)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1576187 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-11 04:34:13 +00:00 |
|
Vinod Kumar Vavilapalli
|
98ecd4ffef
|
MAPREDUCE-5028. Fixed a bug in MapTask that was causing mappers to fail when a large value of io.sort.mb is set. Contributed by Karthik Kambatla.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1576170 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-11 01:29:56 +00:00 |
|
Arpit Agarwal
|
109e88bf17
|
HADOOP-10394. TestAuthenticationFilter is flaky. (Arpit Agarwal)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1576145 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-11 00:02:14 +00:00 |
|
Arpit Agarwal
|
d74ec9dd20
|
HADOOP-10395. TestCallQueueManager is flaky. (Arpit Agarwal)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1576141 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-10 23:56:24 +00:00 |
|
Chris Nauroth
|
8e68f64daa
|
HADOOP-10399. FileContext API for ACLs. Contributed by Vinayakumar B.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1576124 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-10 23:10:41 +00:00 |
|
Tsz-wo Sze
|
b7428fe63d
|
HADOOP-10393. Fix the javac warnings in hadoop-auth.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1575470 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-08 02:16:01 +00:00 |
|
Haohui Mai
|
55af4b0a79
|
Mark HADOOP-8691 in CHANGES.txt as incompatible changes.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1575381 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-07 19:35:20 +00:00 |
|
Colin McCabe
|
173c115951
|
HDFS-6065. HDFS zero-copy reads should return null on EOF when doing ZCR (cmccabe)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1575109 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-07 01:18:32 +00:00 |
|
Colin McCabe
|
5a3f614794
|
HDFS-6061. Allow dfs.datanode.shared.file.descriptor.path to contain multiple entries and fall back when needed (cmccabe)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1574796 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-06 08:21:16 +00:00 |
|
Colin McCabe
|
95e0f616b9
|
HDFS-6057. DomainSocketWatcher.watcherThread should be marked as a daemon thread (cmccabe)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1574787 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-06 07:57:19 +00:00 |
|
Haohui Mai
|
ad61eec072
|
HADOOP-10386. Log proxy hostname in various exceptions being thrown in a HA setup. Contributed by Haohui Mai.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1574716 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-05 23:09:47 +00:00 |
|
Arpit Agarwal
|
097e8b205e
|
HADOOP-10211. Enable RPC protocol to negotiate SASL-QOP values between clients and servers. (Contributed by Benoy Antony)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1574697 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-05 22:30:56 +00:00 |
|
Brandon Li
|
8e84dedd4c
|
HDFS-6043. Give HDFS daemons NFS3 and Portmap their own OPTS. Contributed by Brandon Li
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1574616 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-05 18:50:45 +00:00 |
|
Jing Zhao
|
e1162ebb1f
|
HDFS-5167. Add metrics about the NameNode retry cache. Contributed by Tsuyoshi OZAWA.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1574603 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-05 18:22:04 +00:00 |
|
Haohui Mai
|
95ebf9ecc4
|
HADOOP-10379. Protect authentication cookies with the HttpOnly and Secure flags. Contributed by Haohui Mai.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1574283 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-05 01:48:42 +00:00 |
|
Haohui Mai
|
53768eccf3
|
HADOOP-8691. FsShell can print "Found xxx items" unnecessarily often. Contributed By Daryn Sharp.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1574261 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-05 00:01:17 +00:00 |
|
Tsz-wo Sze
|
291dbc3d27
|
svn merge --reintegrate https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-5535 back to trunk.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1574259 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-04 23:53:26 +00:00 |
|
Colin McCabe
|
1da076fd13
|
HDFS-6051. HDFS cannot run on Windows since short-circuit memory segment changes (cmccabe)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1574246 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-04 23:33:29 +00:00 |
|
Jing Zhao
|
f9ebdea446
|
Merging r1573814 through r1574170 from trunk.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-5535@1574171 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-04 18:22:26 +00:00 |
|
Colin McCabe
|
33500fd304
|
HDFS-6040. fix DFSClient issue without libhadoop.so and some other ShortCircuitShm cleanups (cmccabe)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1573883 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-04 06:31:43 +00:00 |
|
Tsz-wo Sze
|
9ad8dd1e8a
|
Merge r1569890 through r1573813 from trunk.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-5535@1573821 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-03 23:51:58 +00:00 |
|