Lei Xu
|
25f5d9ad5e
|
HDFS-11687. Add new public encryption APIs required by Hive. (lei)
Change-Id: I4a23a00de63ad18022312ceb1f306a87d032d07c
|
2017-05-04 12:06:50 -07:00 |
|
Andrew Wang
|
c2a52ef9c2
|
HDFS-11643. Add shouldReplicate option to create builder. Contributed by SammiChen.
|
2017-05-04 11:39:14 -07:00 |
|
Arpit Agarwal
|
81092b1f11
|
HDFS-11722. Change Datanode file IO profiling sampling to percentage. Contributed by Hanisha Koneru.
|
2017-05-03 16:29:30 -07:00 |
|
Arpit Agarwal
|
30cd265134
|
Revert "HDFS-11488. JN log segment syncing should support HA upgrade. Contributed by Hanisha Koneru."
This reverts commit 08fb82d6d1 .
|
2017-05-03 16:28:47 -07:00 |
|
Arpit Agarwal
|
08fb82d6d1
|
HDFS-11488. JN log segment syncing should support HA upgrade. Contributed by Hanisha Koneru.
|
2017-05-03 15:46:08 -07:00 |
|
Sidharta S
|
fd5cb2c946
|
YARN-6374. Improve test coverage and add utility classes for common Docker operations. Contributed by Shane Kumpf
|
2017-05-03 14:49:30 -07:00 |
|
Mingliang Liu
|
83dded556d
|
HDFS-11739. Fix regression in tests caused by YARN-679. Contributed by Steve Loughran
|
2017-05-03 11:22:44 -07:00 |
|
Kihwal Lee
|
d4631e466b
|
HADOOP-14372. TestSymlinkLocalFS timeouts are too low. Contributed by Eric Badger.
|
2017-05-03 09:47:17 -05:00 |
|
Erik Krogen
|
d9014bda93
|
HDFS-11717. Add unit test for HDFS-11709 StandbyCheckpointer should handle non-existing legacyOivImageDir gracefully. Contributed by Erik Krogen.
|
2017-05-02 18:34:11 -07:00 |
|
Robert Kanter
|
8b82317fab
|
HADOOP-14352. Make some HttpServer2 SSL properties optional (jzhuge via rkanter)
|
2017-05-02 17:51:28 -07:00 |
|
Jason Lowe
|
cedaf4cab9
|
HADOOP-14306. TestLocalFileSystem tests have very low timeouts. Contributed by Eric Badger
|
2017-05-02 16:50:51 -05:00 |
|
Daniel Templeton
|
9f0aea0ee2
|
YARN-6481. Yarn top shows negative container number in FS
(Contributed by Tao Jie via Daniel Templeton)
|
2017-05-02 13:06:47 -07:00 |
|
Andrew Wang
|
b062b323b7
|
HADOOP-14281. Fix TestKafkaMetrics#testPutMetrics. Contributed by Alison Yu.
|
2017-05-02 11:49:19 -07:00 |
|
Andrew Wang
|
dcc292d7de
|
HADOOP-14369. NetworkTopology calls expensive toString() when logging. Contributed by Inigo Goiri.
|
2017-05-02 10:51:20 -07:00 |
|
Akira Ajisaka
|
dc77255a7b
|
HADOOP-14367. Remove unused setting from pom.xml. Contributed by Chen Liang.
|
2017-05-02 23:52:34 +09:00 |
|
Akira Ajisaka
|
20cde55274
|
HADOOP-14371. License error in TestLoadBalancingKMSClientProvider.java. Contributed by hu xiaodong.
|
2017-05-02 23:36:54 +09:00 |
|
Vinayakumar B
|
b0f54ea035
|
HDFS-11710. hadoop-hdfs-native-client build fails in trunk in Windows after HDFS-11529 (Contributed by Sailesh Mukil)
|
2017-05-02 10:32:38 +05:30 |
|
Subru Krishnan
|
6bf42e48ef
|
YARN-5331. Extend RLESparseResourceAllocation with period for supporting recurring reservations in YARN ReservationSystem. (Sangeetha Abdu Jyothi via Subru).
|
2017-05-01 18:48:36 -07:00 |
|
Subru Krishnan
|
e514fc432a
|
YARN-6542. Fix the logger in TestAlignedPlanner and TestGreedyReservationAgent.
|
2017-05-01 18:10:07 -07:00 |
|
Xiaoyu Yao
|
1058b40843
|
HDFS-11593. Change SimpleHttpProxyHandler#exceptionCaught log level from info to debug. Contributed by Xiaobing Zhou.
|
2017-05-01 16:12:51 -07:00 |
|
Subru Krishnan
|
a3a615eeab
|
YARN-4359. Update LowCost agents logic to take advantage of YARN-4358. (Jonathan Yaniv and Ishai Menache via Subru).
|
2017-05-01 16:01:07 -07:00 |
|
Sangjin Lee
|
14b5c93f3c
|
HADOOP-14366. Maven upgrade broke start-build-env.sh. Contributed by
Akira Ajisaka.
|
2017-05-01 15:54:01 -07:00 |
|
Kihwal Lee
|
4cfc866436
|
HDFS-11714. Newly added NN storage directory won't get initialized and cause space exhaustion. Contributed by Kihwal Lee.
|
2017-05-01 17:29:25 -05:00 |
|
John Zhuge
|
343948ca79
|
HDFS-11724. libhdfs compilation is broken on OS X. Contributed by John Zhuge.
|
2017-05-01 13:37:55 -07:00 |
|
Kihwal Lee
|
07b98e7830
|
HDFS-11609. Some blocks can be permanently lost if nodes are decommissioned while dead. Contributed by Kihwal Lee.
|
2017-05-01 14:19:02 -05:00 |
|
Naganarasimha
|
30fc580196
|
YARN-6519. Fix warnings from Spotbugs in hadoop-yarn-server-resourcemanager. Contributed by Weiwei Yang.
|
2017-05-01 20:15:27 +05:30 |
|
Naganarasimha
|
64f68cb0b8
|
YARN-6520. Fix warnings from Spotbugs in hadoop-yarn-client. Contributed by Weiwei Yang.
|
2017-05-01 18:38:22 +05:30 |
|
Naganarasimha
|
0f1af3178e
|
YARN-6518. Fix warnings from Spotbugs in hadoop-yarn-server-timelineservice. Contributed by Weiwei Yang.
|
2017-05-01 16:49:30 +05:30 |
|
Naganarasimha
|
4b5bd73ac5
|
YARN-6517. Fix warnings from Spotbugs in hadoop-yarn-common. Contributed by Weiwei Yang
|
2017-05-01 16:31:16 +05:30 |
|
Akira Ajisaka
|
f378621546
|
HADOOP-13901. Fix ASF License warnings.
|
2017-05-01 15:32:20 +09:00 |
|
Akira Ajisaka
|
b7d769d020
|
HADOOP-14359. Remove unnecessary shading of commons-httpclient. Contributed by Wei-Chiu Chuang.
|
2017-05-01 15:22:28 +09:00 |
|
Mingliang Liu
|
c735362df7
|
HADOOP-14363. Inconsistent default block location in FileSystem javadoc. Contributed by Chen Liang
|
2017-04-29 23:49:36 -07:00 |
|
Lei Xu
|
19a7e94ee4
|
HDFS-11718. DFSStripedOutputStream hsync/hflush should not throw UnsupportedOperationException. (Manoj Govindassamy via lei)
Change-Id: I4cc226b80c64a0d900a3b1ce71e51f051cd29c22
|
2017-04-28 17:06:14 -07:00 |
|
Daniel Templeton
|
2e52789edf
|
YARN-2962. ZKRMStateStore: Limit the number of znodes under a znode (Contributed by Varun Sexena via Daniel Templeton)
|
2017-04-28 13:30:28 -07:00 |
|
Eric Payne
|
fdf5192bbb
|
YARN-6536. TestAMRMClient.testAMRMClientWithSaslEncryption fails intermittently. Contributed by Jason Lowe.
|
2017-04-28 15:20:35 -05:00 |
|
Eric Payne
|
6fe11f6155
|
HADOOP-14320. TestIPC.testIpcWithReaderQueuing fails intermittently. Contributed by Eric Badger.
|
2017-04-28 14:45:26 -05:00 |
|
Robert Kanter
|
68e45f554b
|
YARN-6472. Improve Java sandbox regex (gphillips via rkanter)
|
2017-04-28 11:01:50 -07:00 |
|
Junping Du
|
373bb4931f
|
YARN-679. Add an entry point that can start any Yarn service. Contributed by Steve Loughran.
|
2017-04-28 10:45:02 -07:00 |
|
Kai Zheng
|
cb672a45a0
|
HDFS-11605. Allow user to customize new erasure code policies. Contributed by Huafeng Wang
|
2017-04-28 13:18:50 +08:00 |
|
Robert Kanter
|
371b6467dc
|
YARN-5894. fixed license warning caused by de.ruedigermoeller:fst:jar:2.24 (haibochen via rkanter)
|
2017-04-27 17:49:38 -07:00 |
|
Chris Douglas
|
689fb2fc66
|
HADOOP-14354. SysInfoWindows is not thread safe. Contributed by Inigo Goiri
|
2017-04-27 16:26:39 -07:00 |
|
Chris Douglas
|
31cf480d65
|
HADOOP-14309. Add PowerShell NodeFencer. Contributed by Inigo Goiri
|
2017-04-27 16:09:28 -07:00 |
|
Junping Du
|
94607214ce
|
YARN-6534. ResourceManager failed due to TimelineClient try to init SSLFactory even https is not enabled. Contributed by Rohith Sharma K S.
(cherry picked from commit 09e36ff59c05b8bd54d346d1103de0a7300875c6)
|
2017-04-27 13:11:32 -07:00 |
|
Wei-Chiu Chuang
|
bbf8cac14d
|
HADOOP-13200. Implement customizable and configurable erasure coders. Contributed by Tim Yao.
|
2017-04-27 12:39:47 -07:00 |
|
Wei-Chiu Chuang
|
ddaeb3e497
|
Revert "HADOOP-13200. Implement customizable and configurable erasure coders. Contributed by Tim Yao."
This reverts commit 872088c6e7 .
|
2017-04-27 12:25:47 -07:00 |
|
Wei-Chiu Chuang
|
872088c6e7
|
HADOOP-13200. Implement customizable and configurable erasure coders. Contributed by Tim Yao.
|
2017-04-27 11:59:33 -07:00 |
|
Zhe Zhang
|
d8a3309830
|
HDFS-11709. StandbyCheckpointer should handle an non-existing legacyOivImageDir gracefully. Contributed by Erik Krogen.
|
2017-04-27 09:50:30 -07:00 |
|
Steve Loughran
|
61cda39e4e
|
HADOOP-14346. CryptoOutputStream throws IOException if stream is closed.
Contributed by Pierre Lacave
(cherry picked from commit 40b9c30d64ee1b07ade423533e627a7d4b099261)
|
2017-04-27 12:19:04 +01:00 |
|
Varun Saxena
|
793bbf216d
|
YARN-6455. Enhance the timelinewriter.flush() race condition fix (Haibo Chen via Varun Saxena)
|
2017-04-27 15:01:58 +05:30 |
|
Akira Ajisaka
|
62579b69a0
|
HADOOP-11614. Remove httpclient dependency from hadoop-openstack. Contributed by Akira Ajisaka, Brahma Reddy Battula, and Steve Loughran.
|
2017-04-27 16:57:08 +09:00 |
|