Haohui Mai
|
832ebd8cb6
|
HDFS-7506. Consolidate implementation of setting inode attributes into a single class. Contributed by Haohui Mai.
|
2014-12-15 10:40:33 -08:00 |
|
Colin Patrick Mccabe
|
6e13fc62e1
|
HDFS-7513. HDFS inotify: add defaultBlockSize to CreateEvent (cmccabe)
|
2014-12-15 10:30:30 -08:00 |
|
Devaraj K
|
fae3e8614f
|
YARN-2356. yarn status command for non-existent application/application
attempt/container is too verbose. Contributed by Sunil G.
|
2014-12-15 14:43:21 +05:30 |
|
Harsh J
|
298d09c9b5
|
MAPREDUCE-6194. Bubble up final exception in failures during creation of output collectors. Contributed by Varun Saxena.
|
2014-12-15 14:26:43 +05:30 |
|
Gera Shegalov
|
25a0440238
|
MAPREDUCE-4879. TeraOutputFormat may overwrite an existing output directory. (gera)
|
2014-12-13 17:52:50 -08:00 |
|
cnauroth
|
cbfb996fb4
|
HADOOP-11396. Provide navigation in the site documentation linking to the Hadoop Compatible File Systems. Contributed by Chris Nauroth.
|
2014-12-12 23:32:37 -08:00 |
|
cnauroth
|
9458cd5bce
|
HADOOP-11394. hadoop-aws documentation missing. Contributed by Chris Nauroth.
|
2014-12-12 23:29:11 -08:00 |
|
Harsh J
|
0e37bbc8e3
|
YARN-2950. Change message to mandate, not suggest JS requirement on UI. Contributed by Dustin Cote.
|
2014-12-13 07:10:40 +05:30 |
|
Andrew Wang
|
fa7b9248e4
|
HDFS-7426. Change nntop JMX format to be a JSON blob.
|
2014-12-12 17:04:33 -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 |
|
Jing Zhao
|
c78e3a7cdd
|
HDFS-7059. Avoid resolving path multiple times. Contributed by Jing Zhao.
|
2014-12-12 15:13:35 -08:00 |
|
arp
|
7784b10808
|
HDFS-7514. TestTextCommand fails on Windows. (Arpit Agarwal)
|
2014-12-12 14:27:50 -08:00 |
|
Haohui Mai
|
46612c7a51
|
HDFS-7517. Remove redundant non-null checks in FSNamesystem#getBlockLocations. Contributed by Haohui Mai.
|
2014-12-12 11:51:17 -08:00 |
|
Steve Loughran
|
3681de2039
|
YARN-2912 Jersey Tests failing with port in use. (varun saxena via stevel)
|
2014-12-12 17:11:07 +00:00 |
|
Devaraj K
|
bda748ac3a
|
YARN-2243. Order of arguments for Preconditions.checkNotNull() is wrong in
SchedulerApplicationAttempt ctor. Contributed by Devaraj K.
|
2014-12-12 12:34:43 +05:30 |
|
Devaraj K
|
0bd0229110
|
MAPREDUCE-6046. Change the class name for logs in RMCommunicator.
Contributed by Sahil Takiar.
|
2014-12-12 11:42:03 +05:30 |
|
Andrew Wang
|
b437f5eef4
|
HDFS-7497. Inconsistent report of decommissioning DataNodes between dfsadmin and NameNode webui. Contributed by Yongjun Zhang.
|
2014-12-11 18:12:47 -08:00 |
|
Haohui Mai
|
5b9fcedb4d
|
HADOOP-11389. Clean up byte to string encoding issues in hadoop-common. Contributed by Haohui Mai.
|
2014-12-11 16:42:38 -08:00 |
|
Brandon Li
|
f6f2a3f1c7
|
HDFS-7449. Add metrics to NFS gateway. Contributed by Brandon Li
|
2014-12-11 15:40:45 -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 |
|
Haohui Mai
|
b9f6d0c956
|
HDFS-7515. Fix new findbugs warnings in hadoop-hdfs. Contributed by Haohui Mai.
|
2014-12-11 12:36:13 -08:00 |
|
Jian He
|
614b6afea4
|
YARN-2917. Fixed potential deadlock when system.exit is called in AsyncDispatcher. Contributed by Rohith Sharmaks
|
2014-12-11 11:17:54 -08:00 |
|
Allen Wittenauer
|
8e9a266819
|
HADOOP-11353. Add support for .hadooprc (aw)
|
2014-12-11 09:00:35 -08:00 |
|
arp
|
390642acf3
|
HDFS-7503. Namenode restart after large deletions can cause slow processReport (Arpit Agarwal)
|
2014-12-10 23:44:28 -08:00 |
|
Haohui Mai
|
d693a252bd
|
HDFS-7463. Simplify FSNamesystem#getBlockLocationsUpdateTimes. Contributed by Haohui Mai.
|
2014-12-10 23:01:17 -08:00 |
|
Harsh J
|
cb99f43305
|
MAPREDUCE-5420. Remove mapreduce.task.tmp.dir from mapred-default.xml. Contributed by James Carman. (harsh)
|
2014-12-11 09:45:49 +05:30 |
|
arp
|
9a44db48b4
|
HDFS-7475. Make TestLazyPersistFiles#testLazyPersistBlocksAreSaved deterministic. (Contributed by Xiaoyu Yao)
|
2014-12-10 18:24:22 -08:00 |
|
Haohui Mai
|
92916ae487
|
HDFS-5578. [JDK8] Fix Javadoc errors caused by incorrect or illegal tags in doc comments. Contributed by Andrew Purtell.
|
2014-12-10 14:54:37 -08:00 |
|
Haohui Mai
|
84d50003f6
|
HADOOP-11386. Replace \n by %n in format hadoop-common format strings. Contributed by Li Lu.
|
2014-12-10 14:37:52 -08:00 |
|
Allen Wittenauer
|
59cb8b9123
|
YARN-2437. start-yarn.sh/stop-yarn should give info (Varun Saxena via aw)
|
2014-12-10 13:48:07 -08:00 |
|
Allen Wittenauer
|
c536142699
|
HADOOP-6590. Add a username check for hadoop sub-commands (John Smith via aw)
|
2014-12-10 13:41:28 -08:00 |
|
Allen Wittenauer
|
a7c6c710b2
|
HADOOP-10950. rework heap management vars (John Smith via aw)
|
2014-12-10 13:37:32 -08:00 |
|
Haohui Mai
|
44870dcf41
|
HADOOP-11388. Remove deprecated o.a.h.metrics.file.FileContext. Contributed by Li Lu.
|
2014-12-10 12:46:42 -08:00 |
|
Haohui Mai
|
bbd6a32776
|
HADOOP-10482. Fix various findbugs warnings in hadoop-common. Contributed by Haohui Mai.
|
2014-12-10 12:44:25 -08:00 |
|
Haohui Mai
|
2e98ad34ce
|
HADOOP-11381. Fix findbugs warnings in hadoop-distcp, hadoop-aws, hadoop-azure, and hadoop-openstack. Contributed by Li Lu.
|
2014-12-09 20:45:21 -08:00 |
|
Haohui Mai
|
195f31a8ef
|
HDFS-7502. Fix findbugs warning in hdfs-nfs project. Contributed by Brandon Li.
|
2014-12-09 20:42:42 -08:00 |
|
Vinayakumar B
|
d93f3b9815
|
HDFS-7481. Add ACL indicator to the 'Permission Denied' exception. (Contributed by Vinayakumar B )
|
2014-12-10 08:27:15 +05:30 |
|
Jian He
|
437322afca
|
YARN-2924. Fixed RMAdminCLI to not convert node labels to lower case. Contributed by Wangda Tan
|
2014-12-09 17:56:04 -08:00 |
|
Jian He
|
2ed90a57fd
|
YARN-2930. Fixed TestRMRestart#testRMRestartRecoveringNodeLabelManager intermittent failure. Contributed by Wangda Tan
|
2014-12-09 16:48:04 -08:00 |
|
Colin Patrick Mccabe
|
03867eb1bb
|
HADOOP-11349. RawLocalFileSystem leaks file descriptor while creating a file if creat succeeds but chmod fails. (Varun Saxena via Colin P. McCabe)
|
2014-12-09 14:31:44 -08:00 |
|
Karthik Kambatla
|
a2e07a5456
|
YARN-2910. FSLeafQueue can throw ConcurrentModificationException. (Wilfred Spiegelenburg via kasha)
|
2014-12-09 14:00:31 -08:00 |
|
Haohui Mai
|
1340617535
|
HADOOP-11378. Fix new findbugs warnings in hadoop-kms. Contributed by Li Lu.
|
2014-12-09 13:10:03 -08:00 |
|
Haohui Mai
|
6df457a3d7
|
HADOOP-11379. Fix new findbugs warnings in hadoop-auth*. Contributed by Li Lu.
|
2014-12-09 13:08:51 -08:00 |
|
Jing Zhao
|
5776a41da0
|
HDFS-7498. Simplify the logic in INodesInPath. Contributed by Jing Zhao.
|
2014-12-09 11:37:39 -08:00 |
|
Haohui Mai
|
d08fc9aca8
|
HADOOP-11273. TestMiniKdc failure: login options not compatible with IBM JDK. Contributed by Gao Zhong Liang.
|
2014-12-09 10:58:34 -08:00 |
|
Colin Patrick Mccabe
|
d8352b9b2b
|
Incorrect locking in FsVolumeList#checkDirs can hang datanodes (Noah Lorang via Colin P. McCabe)
|
2014-12-09 10:56:46 -08:00 |
|
Haohui Mai
|
be86237c09
|
HADOOP-11372. Fix new findbugs warnings in mapreduce-examples. Contributed by Li Lu.
|
2014-12-09 10:49:55 -08:00 |
|
Andrew Wang
|
74d4bfded9
|
HADOOP-11368. Fix SSLFactory truststore reloader thread leak in KMSClientProvider. Contributed by Arun Suresh.
|
2014-12-09 10:47:24 -08:00 |
|
Haohui Mai
|
d777a1e4ca
|
HADOOP-11369. Fix new findbugs warnings in hadoop-mapreduce-client, non-core directories. Contributed by Li Lu.
|
2014-12-09 10:46:13 -08:00 |
|
Haohui Mai
|
7bceb13ba9
|
HADOOP-11367. Fix warnings from findbugs 3.0 in hadoop-streaming. Contributed by Li Lu.
|
2014-12-09 10:41:35 -08:00 |
|