Akira Ajisaka
|
c770df49b4
|
MAPREDUCE-6292. Use org.junit package instead of junit.framework in TestCombineFileInputFormat. (aajisaka)
|
2015-03-25 19:00:35 +09:00 |
|
Harsh J
|
b6dea9776b
|
MAPREDUCE-579. Streaming slowmatch documentation.
|
2015-03-25 14:39:00 +05:30 |
|
Tsuyoshi Ozawa
|
323945b33a
|
HADOOP-11738. Fix a link of Protocol Buffers 2.5 for download in BUILDING.txt. (ozawa)
|
2015-03-25 18:02:32 +09:00 |
|
Tsuyoshi Ozawa
|
b351086ff6
|
HADOOP-11014. Potential resource leak in JavaKeyStoreProvider due to unclosed stream. (ozawa)
|
2015-03-25 16:59:40 +09:00 |
|
Tsuyoshi Ozawa
|
5582b0f1d4
|
HADOOP-11741. Add LOG.isDebugEnabled() guard for some LOG.debug(). Contributed by Walter Su.
|
2015-03-25 16:36:10 +09:00 |
|
Haohui Mai
|
80278a5f85
|
HDFS-7985. WebHDFS should be always enabled. Contributed by Li Lu.
|
2015-03-24 21:55:56 -07:00 |
|
Jitendra Pandey
|
53a28afe29
|
HDFS-6826. Plugin interface to enable delegation of HDFS authorization assertions. Contributed by Arun Suresh.
|
2015-03-24 16:02:40 -07:00 |
|
Haohui Mai
|
e38ef70fbc
|
HDFS-7713. Implement mkdirs in the HDFS Web UI. Contributed by Ravi Prakash.
|
2015-03-24 15:48:52 -07:00 |
|
Jing Zhao
|
a16bfff71b
|
HDFS-7854. Separate class DataStreamer out of DFSOutputStream. Contributed by Li Bo.
|
2015-03-24 11:06:13 -07:00 |
|
Brandon Li
|
570a83ae80
|
HDFS-7977. NFS couldn't take percentile intervals. Contributed by Brandon Li
|
2015-03-24 10:49:16 -07:00 |
|
Wangda Tan
|
97a7277a2d
|
YARN-3383. AdminService should use warn instead of info to log exception when operation fails. (Li Lu via wangda)
|
2015-03-24 10:38:54 -07:00 |
|
Harsh J
|
eda02540ce
|
HDFS-7875. Improve log message when wrong value configured for dfs.datanode.failed.volumes.tolerated. Contributed by Nijel.
|
2015-03-24 23:06:18 +05:30 |
|
Brandon Li
|
51f1f49374
|
HDFS-7976. Update NFS user guide for mount option 'sync' to minimize or avoid reordered writes. Contributed by Brandon Li
|
2015-03-24 10:28:38 -07:00 |
|
Andrew Wang
|
6413d34986
|
HDFS-7961. Trigger full block report after hot swapping disk. Contributed by Eddy Xu.
|
2015-03-24 09:07:02 -07:00 |
|
Tsuyoshi Ozawa
|
4170c99147
|
MAPREDUCE-6285. ClientServiceDelegate should not retry upon AuthenticationException. Contributed by Jonathan Eagles.
|
2015-03-25 00:56:26 +09:00 |
|
Tsuyoshi Ozawa
|
3ca5bd1632
|
Fix CHANGES.txt for HADOOP-11602.
|
2015-03-24 21:06:26 +09:00 |
|
Tsuyoshi Ozawa
|
6e891a921e
|
HADOOP-11609. Correct credential commands info in CommandsManual.html#credential. Contributed by Varun Saxena.
|
2015-03-24 20:57:39 +09:00 |
|
Vinayakumar B
|
c6c396fcd6
|
HDFS-3325. When configuring 'dfs.namenode.safemode.threshold-pct' to a value greater or equal to 1 there is mismatch in the UI report (Contributed by J.Andreina)
|
2015-03-24 12:12:01 +05:30 |
|
Harsh J
|
fbceb3b418
|
YARN-1880. Cleanup TestApplicationClientProtocolOnHA. Contributed by ozawa.
|
2015-03-24 11:57:58 +05:30 |
|
Plamen Jeliazkov
|
970ee3fc56
|
HDFS-7956. Improve logging for DatanodeRegistration. Contributed by Plamen Jeliazkov.
|
2015-03-23 23:05:21 -07:00 |
|
Andrew Wang
|
50ee8f4e67
|
HDFS-7960. The full block report should prune zombie storages even if they're not empty. Contributed by Colin McCabe and Eddy Xu.
|
2015-03-23 22:00:34 -07:00 |
|
Tsz-Wo Nicholas Sze
|
d7e3c3364e
|
HDFS-7884. Fix NullPointerException in BlockSender when the generation stamp provided by the client is larger than the one stored in the datanode. Contributed by Brahma Reddy Battula
|
2015-03-24 13:49:17 +09:00 |
|
Xuan
|
9fae455e26
|
YARN-3393. Getting application(s) goes wrong when app finishes before
starting the attempt. Contributed by Zhijie Shen
|
2015-03-23 20:33:16 -07:00 |
|
cnauroth
|
2c238ae4e0
|
HDFS-7917. Use file to replace data dirs in test to simulate a disk failure. Contributed by Lei (Eddy) Xu.
|
2015-03-23 16:29:51 -07:00 |
|
Karthik Kambatla
|
972f1f1ab9
|
YARN-2868. FairScheduler: Metric for latency to allocate first container for an application. (Ray Chiang via kasha)
|
2015-03-23 14:07:05 -07:00 |
|
Karthik Kambatla
|
2bc097cd14
|
YARN-3241. FairScheduler handles invalid queue names inconsistently. (Zhihai Xu via kasha)
|
2015-03-23 13:22:03 -07:00 |
|
cnauroth
|
6ca1f12024
|
YARN-3336. FileSystem memory leak in DelegationTokenRenewer.
|
2015-03-23 10:45:50 -07:00 |
|
Devaraj K
|
7e6f384dd7
|
MAPREDUCE-6242. Progress report log is incredibly excessive in application
master. Contributed by Varun Saxena.
|
2015-03-23 22:51:20 +05:30 |
|
Brandon Li
|
36af4a913c
|
HDFS-7942. NFS: support regexp grouping in nfs.exports.allowed.hosts. Contributed by Brandon Li
|
2015-03-23 10:06:47 -07:00 |
|
Tsuyoshi Ozawa
|
82eda771e0
|
YARN-3384. TestLogAggregationService.verifyContainerLogs fails after YARN-2777. Contributed by Naganarasimha G R.
|
2015-03-24 00:25:30 +09:00 |
|
Tsuyoshi Ozawa
|
0b9f12c847
|
HADOOP-11737. mockito's version in hadoop-nfs’ pom.xml shouldn't be specified. Contributed by Kengo Seki.
|
2015-03-23 13:56:24 +09:00 |
|
Harsh J
|
b375d1fc93
|
MAPREDUCE-6287. Deprecated methods in org.apache.hadoop.examples.Sort. Contributed by Chao Zhang.
|
2015-03-23 03:48:36 +05:30 |
|
Harsh J
|
4cd54d9a29
|
MAPREDUCE-5448. Addendum fix to remove deprecation warning by junit.Assert import in TestFileOutputCommitter.
|
2015-03-22 10:33:15 +05:30 |
|
Harsh J
|
8770c82acc
|
MAPREDUCE-6286. Amend commit to CHANGES.txt for backport into 2.7.0.
|
2015-03-22 10:15:52 +05:30 |
|
Harsh J
|
1d5c796d65
|
MAPREDUCE-5190. Unnecessary condition test in RandomSampler. Contributed by Jingguo Yao.
|
2015-03-22 10:03:25 +05:30 |
|
Harsh J
|
b46c2bb51a
|
MAPREDUCE-5448. MapFileOutputFormat#getReaders bug with invisible files/folders. Contributed by Maysam Yabandeh.
|
2015-03-22 09:45:48 +05:30 |
|
Harsh J
|
433542904a
|
MAPREDUCE-6286. A typo in HistoryViewer makes some code useless, which causes counter limits are not reset correctly. Contributed by Zhihai Xu.
|
2015-03-22 02:51:02 +05:30 |
|
Harsh J
|
e1e09052e8
|
MAPREDUCE-6213. NullPointerException caused by job history server addr not resolvable. Contributed by Peng Zhang.
|
2015-03-22 02:44:36 +05:30 |
|
Harsh J
|
7a678db3ac
|
MAPREDUCE-6239. Consolidate TestJobConf classes in hadoop-mapreduce-client-jobclient and hadoop-mapreduce-client-core. Contributed by Varun Saxena.
|
2015-03-21 09:43:29 +05:30 |
|
Jian He
|
e1feb4ea1a
|
YARN-3345. Add non-exclusive node label API. Contributed by Wangda Tan
|
2015-03-20 19:04:38 -07:00 |
|
Junping Du
|
7f1e2f9969
|
YARN-3350. YARN RackResolver spams logs with messages at info level. Contributed by Wilfred Spiegelenburg
|
2015-03-20 18:21:33 -07:00 |
|
Karthik Kambatla
|
fe5c23b670
|
HADOOP-11447. Add a more meaningful toString method to SampleStat and MutableStat. (kasha)
|
2015-03-20 17:03:03 -07:00 |
|
Jian He
|
586348e4cb
|
YARN-3356. Capacity Scheduler FiCaSchedulerApp should use ResourceUsage to track used-resources-by-label. Contributed by Wangda Tan
|
2015-03-20 13:54:01 -07:00 |
|
Junping Du
|
d81109e588
|
YARN-3269. Yarn.nodemanager.remote-app-log-dir could not be configured to fully qualified path. Contributed by Xuan Gong
|
2015-03-20 13:41:22 -07:00 |
|
Robert Kanter
|
d4f7e2507f
|
MAPREDUCE-6282. Reuse historyFileAbsolute.getFileSystem in CompletedJob#loadFullHistoryData for code optimization. (zxu via rkanter)
|
2015-03-20 13:11:58 -07:00 |
|
Kihwal Lee
|
75ead273be
|
HDFS-6841. Use Time.monotonicNow() wherever applicable instead of Time.now(). Contributed by Vinayakumar B
|
2015-03-20 14:02:09 -05:00 |
|
Jing Zhao
|
d368d3647a
|
HDFS-7957. Truncate should verify quota before making changes. Contributed by Jing Zhao.
|
2015-03-20 11:50:24 -07:00 |
|
Jing Zhao
|
a6a5aae472
|
HDFS-7829. Code clean up for LocatedBlock. Contributed by Takanobu Asanuma.
|
2015-03-20 10:50:19 -07:00 |
|
Wangda Tan
|
6bc7710ec7
|
YARN-3369. Missing NullPointer check in AppSchedulingInfo causes RM to die. (Brahma Reddy Battula via wangda)
|
2015-03-20 10:42:05 -07:00 |
|
Xuan
|
1a4b528691
|
YARN-2777. Mark the end of individual log in aggregated log. Contributed
by Varun Saxena
|
2015-03-20 10:24:13 -07:00 |
|