Akira Ajisaka
|
2d6be7ea23
|
HADOOP-13933. Add haadmin -getAllServiceState option to get the HA state of all the NameNodes/ResourceManagers. Contributed by Surendra Singh Lilhore.
(cherry picked from commit e407449ddb52c36b74358f22db498424e82ec4a7)
|
2017-01-17 10:22:29 +09:00 |
|
Arpit Agarwal
|
954dae26cd
|
HDFS-11337. (HDFS-10958 backport). Add instrumentation hooks around Datanode disk IO.
|
2017-01-16 13:53:30 -08:00 |
|
Lei Xu
|
00dec84cc2
|
HADOOP-13928. TestAdlFileContextMainOperationsLive.testGetFileContext1 runtime error. (John Zhuge via lei)
(cherry picked from commit 15066a3e8ddacd36bf7be9fba0b10c350ae45668)
|
2017-01-15 14:36:21 +08:00 |
|
Steve Loughran
|
ec2f5b18ab
|
HADOOP-13336 S3A to support per-bucket configuration. Contributed by Steve Loughran
|
2017-01-11 17:24:25 +00:00 |
|
Wei-Chiu Chuang
|
76d62b0632
|
HADOOP-13953. Make FTPFileSystem's data connection mode and transfer mode configurable. Contributed by Xiao Chen.
(cherry picked from commit 0a212a40fcbd12a11294bff7a31e7433111733c9)
Conflicts:
hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/conf/TestCommonConfigurationFields.java
|
2017-01-09 15:59:36 -08:00 |
|
Jason Lowe
|
db947fb870
|
HADOOP-13578. Add Codec for ZStandard Compression. Contributed by churro morales
|
2017-01-04 14:46:44 +00:00 |
|
Akira Ajisaka
|
3e2d26a97f
|
HADOOP-12733. Remove references to obsolete io.seqfile configuration variables. Contributed by Ray Chiang.
(cherry picked from commit 01d31fe9389ccdc153d7f4bf6574bf8e509867c1)
|
2017-01-04 14:15:00 +09:00 |
|
Mingliang Liu
|
1b8cb0b9c9
|
Revert "HADOOP-13946. Document how HDFS updates timestamps in the FS spec; compare with object stores. Contributed by Steve Loughran"
This reverts commit a447efa2abd550abd268a6402070f529db3d69ff.
|
2017-01-03 14:45:19 -08:00 |
|
Mingliang Liu
|
a447efa2ab
|
HADOOP-13946. Document how HDFS updates timestamps in the FS spec; compare with object stores. Contributed by Steve Loughran
(cherry picked from commit 451efb08fe0680d002c6856c104ebb366acee8a0)
|
2017-01-03 13:09:29 -08:00 |
|
Robert Kanter
|
2f32a6aea2
|
YARN-5529. Create new DiskValidator class with metrics (yufeigu via rkanter)
(cherry picked from commit 591fb159444037bf4cb651aa1228914f5d71e1bf)
|
2017-01-03 12:14:13 -08:00 |
|
Brahma Reddy Battula
|
d6e5e4288c
|
HADOOP-13883. Addendum patch to correct the message and alphabetized with the earlier patch. Contributed by Yiqun Lin.
(cherry picked from commit 6938b677111a5fa6bf654717b310220f98b7cf20)
|
2016-12-31 16:17:15 +05:30 |
|
Akira Ajisaka
|
74dd2770cc
|
HADOOP-13943. TestCommonConfigurationFields#testCompareXmlAgainstConfigurationClass fails after HADOOP-13863. Contributed by Brahma Reddy Battula.
(cherry picked from commit 0665c5f09afb2d6f59b6c4d4980f8b1ff9cbe620)
|
2016-12-28 01:41:56 +09:00 |
|
Daniel Templeton
|
28b605dd1a
|
HADOOP-13940. Document the missing envvars commands (Contributed by Yiqun Lin via Daniel Templeton)
(cherry picked from commit d432173737a532b7106682116013b751ba162ff0)
|
2016-12-27 07:19:37 -08:00 |
|
Mingliang Liu
|
edac82737a
|
HADOOP-13863. Azure: Add a new SAS key mode for WASB. Contributed by Dushyanth
(cherry picked from commit e92a77099b91620cee84513cc879089907468075)
|
2016-12-22 20:33:51 -08:00 |
|
Akira Ajisaka
|
897b4a6a77
|
HDFS-11261. Document missing NameNode metrics. Contributed by Yiqun Lin.
(cherry picked from commit f6e2521eb216dae820846cab31397e9a88ba2f88)
|
2016-12-21 14:20:15 +09:00 |
|
Wei-Chiu Chuang
|
84ec079911
|
HADOOP-13508. FsPermission string constructor does not recognize sticky bit. Contributed by Atul Sikaria.
|
2016-12-15 13:49:02 -08:00 |
|
Jason Lowe
|
ee12363f2d
|
HADOOP-13709. Ability to clean up subprocesses spawned by Shell when the process exits. Contributed by Eric Badger
(cherry picked from commit 631f1daee3507a1adbc68b937cca31c27dbe8d3d)
|
2016-12-15 20:54:42 +00:00 |
|
Jason Lowe
|
81be6644ce
|
Revert "HADOOP-13709. Ability to clean up subprocesses spawned by Shell when the process exits. Contributed by Eric Badger"
This reverts commit 0af67aa20014b355d43d74d52650039cf95c0a54.
|
2016-12-15 14:52:43 +00:00 |
|
Xiaoyu Yao
|
85083567be
|
HADOOP-13890. Maintain HTTP/host as SPNEGO SPN support and fix KerberosName parsing. Contributed by Xiaoyu Yao.
(cherry picked from commit f5e0bd30fde654ed48fe73e5c0523030365385a4)
|
2016-12-14 13:59:24 -08:00 |
|
Akira Ajisaka
|
190b2dca62
|
HDFS-11204. Document the missing options of hdfs zkfc command. Contributed by Yiqun Lin.
(cherry picked from commit 72bff192cd37ff97442e0f8dd477fbc2e58fc12d)
|
2016-12-14 18:53:24 +09:00 |
|
Jason Lowe
|
0af67aa200
|
HADOOP-13709. Ability to clean up subprocesses spawned by Shell when the process exits. Contributed by Eric Badger
(cherry picked from commit 9947aeb60c3dd075544866fd6e4dab0ad8b4afa2)
|
2016-12-13 22:57:41 +00:00 |
|
Wei-Chiu Chuang
|
6c93c1870c
|
HADOOP-13824. FsShell can suppress the real error if no error message is present. Contributed by John Zhuge.
(cherry picked from commit b606e025f10daed18b90b45ac00cd0c82e818581)
Conflicts:
hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/fs/TestFsShell.java
|
2016-12-09 15:39:12 -08:00 |
|
Brahma Reddy Battula
|
73d5de5594
|
HADOOP-13883. Add description of -fs option in generic command usage. Contributed By Yiqun Lin.
(cherry picked from commit 80b8023276126353229ab8d6427c1761b2e4bb38)
|
2016-12-09 18:42:49 +05:30 |
|
Brahma Reddy Battula
|
c73d8399ff
|
HADOOP-13867. FilterFileSystem should override rename(.., options) to take effect of Rename options called via FilterFileSystem implementations. Contributed By Vinayakumar B.
(cherry picked from commit 0ef796174ecb5383f79cfecfcbfc4f309d093cd7)
|
2016-12-08 18:58:54 +05:30 |
|
Ming Ma
|
d2656dc5a6
|
HDFS-10206. Datanodes not sorted properly by distance when the reader isn't a datanode. (Nandakumar via mingma)
|
2016-12-07 08:27:17 -08:00 |
|
Karthik Kambatla
|
8773cd5f76
|
HADOOP-13859. TestConfigurationFieldsBase fails for fields that are DEFAULT values of skipped properties. (Haibo Chen via kasha)
(cherry picked from commit c8d0a049b00536385f06fad412a2288f005bf2ce)
|
2016-12-06 14:16:38 -08:00 |
|
Andrew Wang
|
6bd600eef2
|
HADOOP-13861. Spelling errors in logging and exceptions for code. Contributed by Grant Sohn.
(cherry picked from commit 7b988e88992528a0cac2ca8893652c5d4a90c6b9)
Conflicts:
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/io/erasurecode/rawcoder/util/GF256.java
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/security/KDiag.java
|
2016-12-05 23:21:03 -08:00 |
|
Xiao Chen
|
7e58eec620
|
HADOOP-13847. KMSWebApp should close KeyProviderCryptoExtension. Contributed by John Zhuge.
(cherry picked from commit 291df5c7fb713d5442ee29eb3f272127afb05a3c)
|
2016-12-05 09:35:51 -08:00 |
|
Robert Kanter
|
285edf691d
|
HADOOP-13838. KMSTokenRenewer should close providers (xiaochen via rkanter)
(cherry picked from commit 47ca9e26fba4a639e43bee5bfc001ffc4b42330d)
|
2016-11-28 18:12:53 -08:00 |
|
Brahma Reddy Battula
|
1c0fa25dc1
|
HADOOP-13820. Replace ugi.getUsername() with ugi.getShortUserName() in viewFS. Contributed By Brahma Reddy Battula.
(cherry picked from commit ee3d437a33c2106ea416078e722ff6184106a0bc)
|
2016-11-25 20:00:46 +05:30 |
|
Steve Loughran
|
2c2e77b3bb
|
HADOOP-10776 Open up already widely-used APIs for delegation-token fetching & renewal to ecosystem projects. Contributed by Vinod Kumar Vavilapalli
|
2016-11-24 17:52:05 +00:00 |
|
Steve Loughran
|
36cc8dcdca
|
HADOOP-13833 TestSymlinkHdfsFileSystem#testCreateLinkUsingPartQualPath2 fails after HADOOP-13605. Contributed by Brahma Reddy Battula.
|
2016-11-24 17:44:14 +00:00 |
|
Brahma Reddy Battula
|
1edabc4a46
|
HADOOP-11603. Metric Snapshot log can be changed #MetricsSystemImpl.java since all the services will be initialized. Contributed By Brahma Reddy Battula.
(cherry picked from commit 13501053dd95f41ac14091f5bbd79bcb2a3896a3)
|
2016-11-24 22:24:45 +05:30 |
|
Steve Loughran
|
89614f5355
|
HADOOP-13018. Make Kdiag check whether hadoop.token.files points to existent and valid files. Contributed by Ravi Prakash
|
2016-11-24 16:41:35 +00:00 |
|
Mingliang Liu
|
57b17ae800
|
HADOOP-13605. Clean up FileSystem javadocs, logging; improve diagnostics on FS load. Contributed by Steve Loughran
|
2016-11-23 17:15:55 -08:00 |
|
Jian He
|
accd9136e4
|
HADOOP-11552. Allow handoff on the server side for RPC requests. Contributed by Siddharth Seth
(cherry picked from commit 3d94da1e00fc6238fad458e415219f87920f1fc3)
|
2016-11-23 16:17:36 -08:00 |
|
Mingliang Liu
|
c11e0ef621
|
HADOOP-13166. Add getFileStatus("/") test to AbstractContractGetFileStatusTest. Contributed by Steve Loughran
(cherry picked from commit 2bf9a15e8a1ac92923b45130c3369720d4a76fe1)
|
2016-11-22 14:31:25 -08:00 |
|
Mingliang Liu
|
9af7d1e298
|
HADOOP-13655. document object store use with fs shell and distcp. Contributed by Steve Loughran
|
2016-11-22 13:19:32 -08:00 |
|
Brahma Reddy Battula
|
2207a84a7d
|
HADOOP-13646. Remove outdated overview.html. Contributed By Brahma Reddy Battula.
(cherry picked from commit afcf8d38e750f935c06629e641a1321b79c4cace)
|
2016-11-22 20:32:30 +05:30 |
|
Mingliang Liu
|
92767f956f
|
HADOOP-11601. Enhance FS spec & tests to mandate FileStatus.getBlocksize() >0 for non-empty files. Contributed by Steve Loughran
(cherry picked from commit ae8849fe378e11b9db642ef7784c8e6a08199b96)
This closes #50
|
2016-11-17 14:26:44 -08:00 |
|
Kihwal Lee
|
d3fa53a52b
|
HADOOP-13742. Expose NumOpenConnectionsPerUser as a metric. Brahma Reddy Battula.
(cherry picked from commit bd3735554fa5c3bc064c57ec78f4308430b14b48)
|
2016-11-17 12:19:23 -06:00 |
|
Mingliang Liu
|
47526a25cc
|
HADOOP-13822. Use GlobalStorageStatistics.INSTANCE.reset() at FileSystem#clearStatistics(). Contribute by Brahma Reddy Battula
(cherry picked from commit aab9737a058c0bdeeb17c173e530b7e571315a56)
|
2016-11-16 20:09:07 -08:00 |
|
Mingliang Liu
|
4e0fcff8ab
|
HADOOP-13427. Eliminate needless uses of FileSystem#{exists(), isFile(), isDirectory()}. Contributed by Steve Loughran and Mingliang Liu
(cherry picked from commit 5af572b6443715b7a741296c1bd520a1840f9a7c)
|
2016-11-15 11:36:08 -08:00 |
|
Mingliang Liu
|
0b428075a2
|
HADOOP-13810. Add a test to verify that Configuration handles &-encoded characters. Contributed by Steve Loughran
This closes #158
(cherry picked from commit 04014c4c739bb4e3bc3fdf9299abc0f47521e8fd)
|
2016-11-14 19:41:32 -08:00 |
|
Zhe Zhang
|
818915aabb
|
HDFS-10872. Add MutableRate metrics for FSNamesystemLock operations. Contributed by Erik Krogen.
|
2016-11-14 16:33:15 -08:00 |
|
Yongjun Zhang
|
c684a00ed3
|
HADOOP-13720. Add more info to the msgs printed in AbstractDelegationTokenSecretManager. Contributed by Yongjun Zhang.
(cherry picked from commit fd2f22adec5c2f21f792045dbfde9385c21403ec)
|
2016-11-10 23:06:09 -08:00 |
|
Xiao Chen
|
ede909144d
|
HADOOP-13590. Retry until TGT expires even if the UGI renewal thread encountered exception.
(cherry picked from commit 367c3d41217728c2e61252c5a5235e5bc1f9822f)
|
2016-11-09 09:09:13 -08:00 |
|
Subru Krishnan
|
6685a0a064
|
YARN-5833. Addendum patch to fix JDK7 compile issue.
|
2016-11-08 16:54:19 -08:00 |
|
Andrew Wang
|
4f25fd975e
|
HADOOP-13789. Hadoop Common includes generated test protos in both jar and test-jar. Contributed by Sean Busbey.
(cherry picked from commit e1c6ef2efa9d87fdfc7474ca63998a13a3929874)
|
2016-11-08 16:33:58 -08:00 |
|
Zhe Zhang
|
758638d08d
|
HADOOP-13782. Make MutableRates metrics thread-local write, aggregate-on-read. Contributed by Erik Krogen.
(cherry picked from commit 77c13c385774c51766fe505397fa916754ac08d4)
|
2016-11-08 16:08:03 -08:00 |
|