Karthik Kambatla
|
3664659592
|
YARN-2179. Fix version in sharedcachemanager-pom.
|
2014-10-01 07:34:24 -07:00 |
Karthik Kambatla
|
b616c69835
|
YARN-2179. [YARN-1492] Initial cache manager structure and context. (Chris Trezzo via kasha)
(cherry picked from commit 17d1202c35 )
Conflicts:
hadoop-yarn-project/hadoop-yarn/bin/yarn
|
2014-09-30 19:05:10 -07:00 |
arp
|
b680efa1e8
|
HDFS-7153. Add storagePolicy to NN edit log during file creation. (Arpit Agarwal)
|
2014-09-30 18:11:18 -07:00 |
Steve Loughran
|
49be85005e
|
HADOOP-11117 UGI HadoopLoginModule doesn't catch & wrap all kerberos-related exceptions (stevel)
|
2014-09-30 17:28:56 -07:00 |
Andrew Wang
|
489b4008df
|
HADOOP-11113. Namenode not able to reconnect to KMS after KMS restart. (Arun Suresh via wang)
(cherry picked from commit e25a25c5343c889d8c9e45b65082ddb55cf36d52)
|
2014-09-30 16:48:17 -07:00 |
Jian He
|
823f02725f
|
YARN-2602. Fixed possible NPE in ApplicationHistoryManagerOnTimelineStore. Contributed by Zhijie Shen
(cherry picked from commit bbff96be48 )
|
2014-09-30 16:44:44 -07:00 |
Andrew Wang
|
d4c5a39270
|
HADOOP-11156. DelegateToFileSystem should implement getFsStatus(final Path f). Contributed by Zhihai Xu.
(cherry picked from commit d7075ada5d )
|
2014-09-30 16:40:00 -07:00 |
Karthik Kambatla
|
5a43b795b7
|
YARN-2594. Potential deadlock in RM when querying ApplicationResourceUsageReport. (Wangda Tan via kasha)
(cherry picked from commit 14d60dadc2 )
|
2014-09-30 16:17:38 -07:00 |
Jason Lowe
|
a0305ba3fc
|
YARN-2387. Resource Manager crashes with NPE due to lack of synchronization. Contributed by Mit Desai
(cherry picked from commit feaf139b4f )
|
2014-09-30 22:38:27 +00:00 |
Zhijie Shen
|
d977205b9b
|
YARN-2627. Added the info logs of attemptFailuresValidityInterval and number of previous failed attempts. Contributed by Xuan Gong.
(cherry picked from commit 9582a50176 )
|
2014-09-30 12:59:34 -07:00 |
Karthik Kambatla
|
21f920ab86
|
YARN-2610. Hamlet should close table tags. (Ray Chiang via kasha)
(cherry picked from commit f7743dd07d )
|
2014-09-30 11:47:01 -07:00 |
Jing Zhao
|
635fdcbe5c
|
HDFS-7167. NPE while running Mover if the given path is for a file. Contributed by Jing Zhao.
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
|
2014-09-30 11:19:57 -07:00 |
Arun C. Murthy
|
6a60fa279a
|
Preparing to branch hadoop-2.6
|
2014-09-30 10:37:03 -07:00 |
cnauroth
|
57b145c3ab
|
HADOOP-11145. TestFairCallQueue fails. Contributed by Akira AJISAKA.
(cherry picked from commit b9158697a4 )
|
2014-09-30 08:58:39 -07:00 |
cnauroth
|
781833f553
|
HADOOP-11154. Update BUILDING.txt to state that CMake 3.0 or newer is required on Mac. Contributed by Chris Nauroth.
(cherry picked from commit 8dc4e9408f )
|
2014-09-30 08:35:35 -07:00 |
Haohui Mai
|
eea383ff2e
|
HDFS-6779. Add missing version subcommand for hdfs. Contributed by Sasaki Toru.
|
2014-09-29 18:20:44 -07:00 |
Brandon Li
|
aa3d6d374d
|
HADOOP-11130. NFS updateMaps OS check is reversed. Contributed by Brandon Li
(cherry picked from commit c88c6c57aa )
|
2014-09-29 15:08:19 -07:00 |
Andrew Wang
|
758fb8465a
|
HADOOP-11153. Make number of KMS threads configurable. (wang)
(cherry picked from commit 64aef18965 )
|
2014-09-29 15:04:26 -07:00 |
Andrew Wang
|
47ddaee1db
|
HDFS-7122. Use of ThreadLocal<Random> results in poor block placement. (wang)
(cherry picked from commit d7086c563ff2847c415913ac625b2a557eeccbdd)
|
2014-09-29 15:00:28 -07:00 |
Jonathan Eagles
|
9bc676aa6e
|
YARN-2606. Application History Server tries to access hdfs before doing secure login (Mit Desai via jeagles)
|
2014-09-29 16:40:46 -05:00 |
Andrew Wang
|
38f3b11c29
|
HDFS-7124. Remove EncryptionZoneManager.NULL_EZ. (clamb via wang)
(cherry picked from commit 7f0efe96f8 )
|
2014-09-29 14:14:49 -07:00 |
Andrew Wang
|
d551a95fc4
|
Move HDFS-7157 to HDFS CHANGES.txt
(cherry picked from commit a45b331cc9 )
|
2014-09-29 13:17:28 -07:00 |
Andrew Wang
|
2028414ebe
|
HADOOP-11110. JavaKeystoreProvider should not report a key as created if it was not flushed to the backing file. (Arun Suresh via wang)
(cherry picked from commit a78953c974 )
|
2014-09-29 13:10:35 -07:00 |
Andrew Wang
|
58bdba9dc0
|
HDFS-7104. Fix and clarify INodeInPath getter functions. Contributed by Zhe Zhang.
(cherry picked from commit f0293f11a8 )
|
2014-09-29 12:58:45 -07:00 |
Colin Patrick Mccabe
|
c412652820
|
HDFS-7157. Using Time.now() for recording start/end time of reconfiguration tasks (Lei Xu via Colin Patrick McCabe)
(cherry picked from commit b3d5d269a7 )
|
2014-09-29 11:30:32 -07:00 |
Jason Lowe
|
7b8f2f5b1d
|
MAPREDUCE-6094. TestMRCJCFileInputFormat.testAddInputPath() fails on trunk. Contributed by Akira AJISAKA
(cherry picked from commit 23fbfe36c3 )
|
2014-09-29 18:14:11 +00:00 |
Suresh Srinivas
|
c7cf212b2a
|
HDFS-4165. Faulty sanity check in FsDirectory.unprotectedSetQuota. Contributed by Binglin Chang.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1407245 13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit 0f7a4337ac )
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
|
2014-09-29 11:06:17 -07:00 |
Allen Wittenauer
|
dacf2b5515
|
HDFS-4227. Document dfs.namenode.resource.* (Daisuke Kobayashi via aw)
|
2014-09-29 09:01:59 -07:00 |
Allen Wittenauer
|
96fc90a9c4
|
HDFS-6519. Document oiv_legacy command (Akira AJISAKA via aw)
|
2014-09-29 08:51:55 -07:00 |
Allen Wittenauer
|
c65ef9ca1e
|
MAPREDUCE-6072. Remove INSTALL document (Akira AJISAKA via aw)
|
2014-09-29 08:31:10 -07:00 |
Jason Lowe
|
0cfff28f57
|
HADOOP-11049. javax package system class default is too broad. Contributed by Sangjin Lee
(cherry picked from commit cf4631d7c9 )
|
2014-09-29 14:37:28 +00:00 |
Jason Lowe
|
4f6a367166
|
YARN-1769. CapacityScheduler: Improve reservations. Contributed by Thomas Graves
(cherry picked from commit 9c22065109 )
|
2014-09-29 14:13:21 +00:00 |
arp
|
8ebea28b40
|
HDFS-7093. Add config key to restrict setStoragePolicy. (Arpit Agarwal)
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/FSNamesystem.java
|
2014-09-28 19:34:25 -07:00 |
Konstantin V Shvachko
|
3472221989
|
HDFS-7156. Update fsck documentation. Contributed by Masahiro Yamaguch.
|
2014-09-27 21:26:38 -07:00 |
Steve Loughran
|
7fabec3258
|
HADOOP-11143 NetUtils.wrapException loses inner stack trace on BindException
|
2014-09-27 21:06:31 +01:00 |
Jian He
|
a6879b606e
|
MAPREDUCE-6087. Fixed wrong config name of MRJobConfig#MR_CLIENT_TO_AM_IPC_MAX_RETRIES_ON_TIMEOUTS. Contributed by Akira AJISAKA
(cherry picked from commit 5f16c98ad6 )
|
2014-09-26 18:06:19 -07:00 |
Jian He
|
cb08ed1484
|
YARN-668. Changed NMTokenIdentifier/AMRMTokenIdentifier/ContainerTokenIdentifier to use protobuf object as the payload. Contributed by Junping Du.
(cherry picked from commit 5391919b09 )
|
2014-09-26 17:53:35 -07:00 |
Allen Wittenauer
|
0341c65519
|
HADOOP-10552. Fix usage and example at FileSystemShell.apt.vm (Kenji Kikushima via aw)
|
2014-09-26 14:57:20 -07:00 |
Allen Wittenauer
|
f894d187ed
|
HADOOP-10731. Remove @date JavaDoc comment in ProgramDriver class (Henry Saputra via aw)
|
2014-09-26 14:41:53 -07:00 |
Allen Wittenauer
|
67d6fc3f01
|
MAPREDUCE-5945. Update the description of GenericOptionsParser -jt option (Akira AJISAKA via aw)
|
2014-09-26 14:26:36 -07:00 |
Allen Wittenauer
|
e5d284664b
|
MAPREDUCE-5796. Use current version of the archive name in DistributedCacheDeploy document (Akira AJISAKA via aw)
|
2014-09-26 12:59:59 -07:00 |
Jason Lowe
|
50a5227dad
|
HADOOP-11048. user/custom LogManager fails to load if the client classloader is enabled. Contributed by Sangjin Lee
(cherry picked from commit f154ebe8c4 )
|
2014-09-26 19:51:18 +00:00 |
Allen Wittenauer
|
6f5d555ad0
|
YARN-2372. There are Chinese Characters in the FairScheduler's document (Fengdong Yu via aw)
|
2014-09-26 12:47:26 -07:00 |
Allen Wittenauer
|
3c86c68078
|
HDFS-6664. HDFS permissions guide documentation states incorrect default group mapping class. (Ray Chiang via aw)
|
2014-09-26 12:21:37 -07:00 |
Allen Wittenauer
|
27f9edceed
|
HADOOP-10954. Adding site documents of hadoop-tools (Masatake Iwasaki via aw)
|
2014-09-26 12:01:41 -07:00 |
Allen Wittenauer
|
fe8222998f
|
MAPREDUCE-6073. Description of mapreduce.job.speculative.slowtaskthreshold in mapred-default should be moved into description tags (Tsuyoshi OZAWA via aw)
|
2014-09-26 11:17:11 -07:00 |
Allen Wittenauer
|
424b1f6955
|
HADOOP-8808. Update FsShell documentation to mention deprecation of some of the commands, and mention alternatives (Akira AJISAKA via aw)
|
2014-09-26 11:11:30 -07:00 |
Allen Wittenauer
|
f694b44036
|
YARN-2577. Clarify ACL delimiter and how to configure ACL groups only (Mikos Christine via aw)
|
2014-09-26 11:06:04 -07:00 |
Colin Patrick Mccabe
|
b5b4cb4d64
|
HDFS-6956. Allow dynamically changing the tracing level in Hadoop servers (cmccabe)
(cherry picked from commit 55302ccfba )
|
2014-09-26 10:34:42 -07:00 |
Zhijie Shen
|
7b3ecc547f
|
MAPREDUCE-5831. Make MR client ignore unknown counters received from AM. Contributed by Junping Du.
(cherry picked from commit 662fc11ae7 )
|
2014-09-25 23:46:57 -07:00 |