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 |
Andrew Wang
|
0eaa4ba026
|
HADOOP-11140. hadoop-aws only need test-scoped dependency on hadoop-common's tests jar. Contributed by Juan Yu.
(cherry picked from commit 4ea77efa3a )
|
2014-09-25 21:56:35 -07:00 |
Andrew Wang
|
09c324a4a8
|
HDFS-7148. TestEncryptionZones#testIsEncryptedMethod fails on branch-2 after archival storage merge. (wang)
|
2014-09-25 21:50:12 -07:00 |
Andrew Wang
|
3f71a15813
|
HDFS-7077. Separate CipherSuite from crypto protocol version. (wang)
(cherry picked from commit e96ce6f3e3 )
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/protocolPB/PBHelper.java
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/FSNamesystem.java
|
2014-09-25 18:42:17 -07:00 |
Karthik Kambatla
|
b923c291b4
|
YARN-2608. FairScheduler: Potential deadlocks in loading alloc files and clock access. (Wei Yan via kasha)
(cherry picked from commit c9811af09a3d3f9f2f1b86fc9d6f2763d3225e44)
|
2014-09-25 17:43:08 -07:00 |
Jing Zhao
|
9ad9e51cd9
|
HDFS-7131. During HA upgrade, JournalNode should create a new committedTxnId file in the current directory. Contributed by Jing Zhao.
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
|
2014-09-25 17:18:02 -07:00 |
Jason Lowe
|
e4d46e5ff6
|
YARN-2523. ResourceManager UI showing negative value for "Decommissioned Nodes" field. Contributed by Rohith
(cherry picked from commit 8269bfa613 )
|
2014-09-25 22:39:57 +00:00 |
Jing Zhao
|
87f07e67b1
|
HDFS-7140. Add a tool to list all the existing block storage policies. Contributed by Jing Zhao.
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
hadoop-hdfs-project/hadoop-hdfs/src/main/bin/hdfs
|
2014-09-26 05:16:44 +08:00 |
Jing Zhao
|
f83096d49c
|
HDFS-7081. Add new DistributedFileSystem API for getting all the existing storage policies. Contributed by Jing Zhao.
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
|
2014-09-26 05:08:32 +08:00 |
Jing Zhao
|
ba3182c60c
|
HDFS-7095. Archival Storage: TestStorageMover often fails in Jenkins. Contributed by Jing Zhao.
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
|
2014-09-26 05:02:21 +08:00 |
Tsz-Wo Nicholas Sze
|
788ba5e4c4
|
Revise the HDFS-6584 entry CHANGES.txt.
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
|
2014-09-26 04:59:00 +08:00 |
Tsz-Wo Nicholas Sze
|
80bd4d88eb
|
Fix hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt for HDFS-6584 after
merge.
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
|
2014-09-26 04:57:45 +08:00 |
Tsz-Wo Nicholas Sze
|
022474c807
|
Merge branch 'HDFS-6584' into trunk
Conflicts:
hadoop-common-project/hadoop-common/src/main/conf/hadoop-env.sh
hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
hadoop-hdfs-project/hadoop-hdfs/src/main/bin/hdfs
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/protocolPB/PBHelper.java
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/balancer/Dispatcher.java
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/balancer/NameNodeConnector.java
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/FSDirectory.java
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/FSEditLogLoader.java
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/FSNamesystem.java
hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/blockmanagement/TestReplicationPolicy.java
hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/blockmanagement/TestReplicationPolicyConsiderLoad.java
|
2014-09-26 04:47:25 +08:00 |
cnauroth
|
fd3aa38231
|
HDFS-7119. Split error checks in AtomicFileOutputStream#close into separate conditions to improve diagnostics. Contributed by Chris Nauroth.
(cherry picked from commit 9f9a2222a2 )
|
2014-09-25 13:35:40 -07:00 |
Colin Patrick Mccabe
|
cb9283549f
|
HDFS-6808. Add command line option to ask DataNode reload configuration. (Lei Xu via Colin McCabe)
(cherry picked from commit 1861b32eb5 )
|
2014-09-25 13:22:35 -07:00 |
Allen Wittenauer
|
7ffb636a54
|
MAPREDUCE-6093. minor distcp doc edits (Charles Lamb via aw)
|
2014-09-25 11:33:01 -07:00 |
cnauroth
|
6bace90b29
|
HDFS-7127. TestLeaseRecovery leaks MiniDFSCluster instances. Contributed by Chris Nauroth.
(cherry picked from commit b607c3c363 )
|
2014-09-25 11:29:15 -07:00 |
Allen Wittenauer
|
afde00a0f5
|
MAPREDUCE-6109. Fix minor typo in distcp -p usage text (Charles Lamb via aw)
|
2014-09-25 11:28:50 -07:00 |
cnauroth
|
94517982a9
|
HDFS-7111. TestSafeMode assumes Unix line endings in safe mode tip. Contributed by Chris Nauroth.
(cherry picked from commit dc2ebf88a8 )
|
2014-09-25 11:21:07 -07:00 |
cnauroth
|
707a7dbd24
|
HDFS-7118. Improve diagnostics on storage directory rename operations by using NativeIO#renameTo in Storage#rename. Contributed by Chris Nauroth.
(cherry picked from commit e0b1dc514f )
|
2014-09-25 10:06:09 -07:00 |
Vinayakumar B
|
1e097ba429
|
HADOOP-11101. How about inputstream close statement from catch block to finally block in FileContext#copy() ( Contributed by skrho )
(cherry picked from commit dff95f7af8 )
|
2014-09-25 12:47:41 +05:30 |
Zhijie Shen
|
83926b3c57
|
YARN-2546. Made REST API for application creation/submission use numeric and boolean types instead of the string of them. Contributed by Varun Vasudev.
(cherry picked from commit 72b0881ca6 )
|
2014-09-24 17:58:48 -07:00 |
Zhijie Shen
|
3a2e400377
|
YARN-2581. Passed LogAggregationContext to NM via ContainerTokenIdentifier. Contributed by Xuan Gong.
(cherry picked from commit c86674a3a4 )
|
2014-09-24 17:51:54 -07:00 |
Andrew Wang
|
835ade7064
|
HDFS-7138. Fix hftp to work with encryption. (clamb via wang)
|
2014-09-24 16:45:29 -07:00 |
Andrew Wang
|
a17544e5e3
|
HDFS-7139. Unit test for creating encryption zone on root path. (Zhe Zhang via wang)
(cherry picked from commit 63198bfba7 )
|
2014-09-24 16:40:40 -07:00 |
Allen Wittenauer
|
ea1fb1461a
|
HADOOP-11009. Add Timestamp Preservation to DistCp (Gary Steelman via aw)
|
2014-09-24 15:39:55 -07:00 |
cnauroth
|
6e5194099c
|
HADOOP-11064. UnsatisifedLinkError with hadoop 2.4 JARs on hadoop-2.6 due to NativeCRC32 method changes. Contributed by Chris Nauroth.
(cherry picked from commit cbf0ae742a )
|
2014-09-24 15:33:18 -07:00 |
Karthik Kambatla
|
30165d4cdd
|
YARN-2596. TestWorkPreservingRMRestart fails with FairScheduler. (kasha)
(cherry picked from commit 39c87344e1 )
|
2014-09-24 15:24:17 -07:00 |
Andrew Wang
|
3cf28210ec
|
HDFS-6987. Move CipherSuite xattr information up to the encryption zone root. (Zhe Zhang via wang)
|
2014-09-24 12:11:45 -07:00 |
Haohui Mai
|
53c2288dc6
|
HDFS-7049. TestByteRangeInputStream.testPropagatedClose fails and throw NPE on branch-2. Contributed by Juan Yu.
|
2014-09-24 12:07:26 -07:00 |
Vinod Kumar Vavilapalli
|
5d251d99d6
|
YARN-2102. Added the concept of a Timeline Domain to handle read/write ACLs on Timeline service event data. Contributed by Zhijie Shen.
(cherry picked from commit d78b452a4f )
|
2014-09-24 11:29:01 -07:00 |