Jason Lowe
|
a721b9d812
|
YARN-3793. Several NPEs when deleting local files on NM recovery. Contributed by Varun Saxena
(cherry picked from commit b5cdf78e8e )
|
2015-07-01 21:14:35 +00:00 |
Jason Lowe
|
8a4970e845
|
MAPREDUCE-6418. MRApp should not shutdown LogManager during shutdown. Contributed by Chang Li
(cherry picked from commit eac1d18943 )
|
2015-07-01 18:02:17 +00:00 |
Jason Lowe
|
f3195eda27
|
MAPREDUCE-6420. Interrupted Exception in LocalContainerLauncher should be logged in warn/info level. Contributed by Chang Li
(cherry picked from commit 826715622e )
|
2015-07-01 17:50:47 +00:00 |
Arpit Agarwal
|
d38f377cd3
|
HDFS-8706. Fix typo in datanode startup options in HDFSCommands.html. (Controibuted by Brahma Reddy Battula)
|
2015-07-01 10:36:10 -07:00 |
Jason Lowe
|
df4e1e4965
|
MAPREDUCE-6376. Add avro binary support for jhist files. Contributed by Ray Chiang
(cherry picked from commit 2ac87df578 )
Conflicts:
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/mapred-default.xml
|
2015-07-01 16:07:54 +00:00 |
Devaraj K
|
c343250657
|
YARN-3830. AbstractYarnScheduler.createReleaseCache may try to clean a
null attempt. Contributed by nijel.
(cherry picked from commit 80a68d6056 )
|
2015-07-01 19:05:27 +05:30 |
Devaraj K
|
3432017de0
|
YARN-3823. Fix mismatch in default values for
yarn.scheduler.maximum-allocation-vcores property. Contributed by Ray
Chiang.
(cherry picked from commit 7405c59799 )
|
2015-07-01 11:12:43 +05:30 |
Lei Xu
|
fad478e7ce
|
HADOOP-12164. Fix TestMove and TestFsShellReturnCode failed to get command name using reflection. (Lei Xu)
(cherry picked from commit 47fab573bcb7b1129648499571b518f7b9773f89)
Conflicts:
hadoop-common-project/hadoop-common/CHANGES.txt
hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/fs/TestFsShellReturnCode.java
|
2015-06-30 17:37:52 -07:00 |
cnauroth
|
f7ba3c0045
|
HADOOP-12116. Fix unrecommended syntax usages in hadoop/hdfs/yarn script for cygwin in branch-2. Contributed by Li Lu.
|
2015-06-30 16:55:10 -07:00 |
Robert Kanter
|
e5b0439bc1
|
MAPREDUCE-6121. JobResourceUpdater#compareFs() doesn't handle HA namespaces (rchiang via rkanter)
(cherry picked from commit 3a72bfd082 )
|
2015-06-30 16:50:48 -07:00 |
Robert Kanter
|
3f79ee7494
|
HADOOP-12159. Move DistCpUtils#compareFs() to org.apache.hadoop.fs.FileUtil and fix for HA namespaces (rchiang via rkanter)
(cherry picked from commit aaafa0b2ee )
|
2015-06-30 16:50:42 -07:00 |
Colin Patrick Mccabe
|
016c794e75
|
HADOOP-12124. Add HTrace support for FsShell (cmccabe)
(cherry picked from commit ad60807238 )
|
2015-06-30 16:47:14 -07:00 |
Colin Patrick Mccabe
|
7c698bc350
|
HADOOP-10798. globStatus() should always return a sorted list of files (cmccabe)
(cherry picked from commit 68e588cbee )
|
2015-06-30 16:42:36 -07:00 |
Colin Patrick Mccabe
|
b1da58d23d
|
YARN-3827. Migrate YARN native build to new CMake framework (Alan Burlison via Colin P. McCabe)
(cherry picked from commit d0cc0380b5 )
|
2015-06-30 16:24:44 -07:00 |
Colin Patrick Mccabe
|
604d1bbdb7
|
HDFS-8635. Migrate HDFS native build to new CMake framework (Alan Burlison via Colin P. McCabe)
(cherry picked from commit 29df73dc05 )
|
2015-06-30 16:01:48 -07:00 |
Gera Shegalov
|
f9b98082b8
|
YARN-3768. ArrayIndexOutOfBoundsException with empty environment variables. (Zhihai Xu via gera)
(cherry picked from commit 6f2a41e37d )
|
2015-06-30 15:05:01 -07:00 |
Andrew Wang
|
1204140baa
|
HADOOP-12158. Improve error message in TestCryptoStreamsWithOpensslAesCtrCryptoCodec when OpenSSL is not installed.
(cherry picked from commit b088bc6c8c36ce3fe8b69bc0280fd4ea80ca6328)
|
2015-06-30 15:04:23 -07:00 |
Jason Lowe
|
fdfd5be2b3
|
MAPREDUCE-6384. Add the last reporting reducer info for too many fetch failure diagnostics. Contributed by Chang Li
(cherry picked from commit b6ba56457c )
|
2015-06-30 21:24:38 +00:00 |
Steve Loughran
|
6719fc94e1
|
Revert "HADOOP-12009 Clarify FileSystem.listStatus() sorting order & fix FileSystemContractBaseTest:testListStatus. (J.Andreina via stevel)"
This reverts commit f02c06965c .
|
2015-06-30 11:53:03 +01:00 |
Vinayakumar B
|
bc06d5b041
|
HADOOP-12154. FileSystem#getUsed() returns the file length only from root '/' (Contributed by J.Andreina)
(cherry picked from commit 6d99017f38 )
|
2015-06-30 15:25:58 +05:30 |
Vinayakumar B
|
3c632c80a2
|
HDFS-8579. Update HDFS usage with missing options (Contributed by J.Andreina)
(cherry picked from commit 77588e1d32 )
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/src/main/bin/hdfs
|
2015-06-30 15:02:46 +05:30 |
Haohui Mai
|
eccd4f273e
|
HDFS-8493. Consolidate truncate() related implementation in a single class. Contributed by Rakesh R.
|
2015-06-29 16:44:58 -07:00 |
Arpit Agarwal
|
ff78e611c0
|
HDFS-8687. Remove the duplicate usage message from Dfsck.java. (Contributed by Brahma Reddy Battula)
|
2015-06-29 14:56:49 -07:00 |
Yongjun Zhang
|
11bdcb754a
|
HDFS-8659. Block scanner INFO message is spamming logs. Contributed by Yongjun Zhang.
(cherry picked from commit 43a1288fff )
|
2015-06-29 14:48:17 -07:00 |
Jian He
|
484a6c0f01
|
YARN-3770. SerializedException should also handle java.lang.Error on de-serialization. Contributed by Lavkesh Lahngir
(cherry picked from commit 4672315e2d )
|
2015-06-29 14:32:22 -07:00 |
cnauroth
|
399df10c58
|
HADOOP-12089. StorageException complaining " no lease ID" when updating FolderLastModifiedTime in WASB. Contributed by Duo Xu.
(cherry picked from commit 460e98f7b3 )
|
2015-06-29 13:49:12 -07:00 |
Jian He
|
0100995c5e
|
YARN-3695. ServerProxy (NMProxy, etc.) shouldn't retry forever for non network exception. Contributed by Raju Bairishetti
(cherry picked from commit 62e583c7dc )
|
2015-06-29 13:38:04 -07:00 |
Colin Patrick Mccabe
|
5ff14f2342
|
HADOOP-12112. Make hadoop-common-project Native code -Wall-clean (alanburlison via cmccabe)
|
2015-06-29 12:34:47 -07:00 |
Colin Patrick Mccabe
|
df58fdaf21
|
HADOOP-12104. Migrate Hadoop Pipes native build to new CMake framework (Alan Burlison via Colin P. McCabe)
(cherry picked from commit 5a27c3fd76 )
|
2015-06-29 12:31:43 -07:00 |
Andrew Wang
|
ada7f66e12
|
HDFS-8653. Code cleanup for DatanodeManager, DatanodeDescriptor and DatanodeStorageInfo. Contributed by Zhe Zhang.
(cherry picked from commit 2ffd84273a )
|
2015-06-29 12:12:54 -07:00 |
Benoy Antony
|
e40e9fc7f4
|
HDFS-7390. Provide JMX metrics per storage type. (Benoy Antony)
(cherry picked from commit d3fed8e653 )
|
2015-06-29 11:02:43 -07:00 |
Vinayakumar B
|
438bb25d43
|
HDFS-8628. Update missing command option for fetchdt (Contributed by J.Andreina)
(cherry picked from commit fde20ffcef )
|
2015-06-29 16:51:15 +05:30 |
Vinayakumar B
|
e4adb191aa
|
HADOOP-12119. hadoop fs -expunge does not work for federated namespace (Contributed by J.Andreina)
(cherry picked from commit c815344e2e )
|
2015-06-29 15:59:21 +05:30 |
Vinayakumar B
|
beab746177
|
HDFS-8586. Dead Datanode is allocated for write when client is from deadnode (Contributed by Brahma Reddy Battula)
(cherry picked from commit 88ceb382ef )
|
2015-06-29 15:25:54 +05:30 |
Junping Du
|
dbd2b18205
|
YARN-3860. rmadmin -transitionToActive should check the state of non-target node. (Contributed by Masatake Iwasaki)
(cherry picked from commit a95d39f9d0 )
|
2015-06-28 22:28:35 -07:00 |
Vinod Kumar Vavilapalli
|
4155bb565e
|
Adding release 2.7.2 to CHANGES.txt.
(cherry picked from commit aad6a7d5db )
|
2015-06-28 16:30:27 -07:00 |
Arpit Agarwal
|
0fd47fa809
|
HDFS-8681. BlockScanner is incorrectly disabled by default. (Contributed by Arpit Agarwal)
|
2015-06-28 14:51:30 -07:00 |
Steve Loughran
|
f02c06965c
|
HADOOP-12009 Clarify FileSystem.listStatus() sorting order & fix FileSystemContractBaseTest:testListStatus. (J.Andreina via stevel)
|
2015-06-28 19:13:48 +01:00 |
Devaraj K
|
e163c1e0da
|
YARN-3859. LeafQueue doesn't print user properly for application add.
Contributed by Varun Saxena.
(cherry picked from commit b543d1a390 )
|
2015-06-28 10:06:08 +05:30 |
Xuan
|
1a8d162bc4
|
YARN-2871. TestRMRestart#testRMRestartGetApplicationList sometime fails
in trunk. Contributed by zhihai xu
(cherry picked from commit fe6c1bd73a )
|
2015-06-26 19:45:00 -07:00 |
Colin Patrick Mccabe
|
9cf5bd2fad
|
HADOOP-12036. Consolidate all of the cmake extensions in one directory (alanburlison via cmccabe)
(cherry picked from commit aa07dea357 )
|
2015-06-26 12:38:15 -07:00 |
Andrew Wang
|
dd7776b2fe
|
HDFS-8656. Preserve compatibility of ClientProtocol#rollingUpgrade after finalization.
(cherry picked from commit 60b858bfa6 )
|
2015-06-26 11:33:40 -07:00 |
Jing Zhao
|
83d76151e2
|
HDFS-8623. Refactor NameNode handling of invalid, corrupt, and under-recovery blocks. Contributed by Zhe Zhang.
(cherry picked from commit de480d6c89 )
|
2015-06-26 11:04:05 -07:00 |
Colin Patrick Mccabe
|
8552af91f4
|
HDFS-8651. Make hadoop-hdfs-project Native code -Wall-clean (Alan Burlison via Colin P. McCabe)
(cherry picked from commit 1b764a01fd )
|
2015-06-26 10:28:14 -07:00 |
Jason Lowe
|
0221d19f4e
|
YARN-3850. NM fails to read files from full disks which can lead to container logs being lost and other issues. Contributed by Varun Saxena
(cherry picked from commit 40b256949a )
|
2015-06-26 15:48:05 +00:00 |
Harsh J
|
55427fb66c
|
HADOOP-8151. Error handling in snappy decompressor throws invalid exceptions. Contributed by Matt Foley. (harsh)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1389006 13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit ac31d6a448 )
Conflicts:
hadoop-common-project/hadoop-common/CHANGES.txt
|
2015-06-26 02:19:08 -07:00 |
Andrew Wang
|
84fdd4a3a0
|
HDFS-8546. Use try with resources in DataStorage and Storage.
(cherry picked from commit 1403b84b12 )
|
2015-06-25 17:50:39 -07:00 |
Andrew Wang
|
ba406b723d
|
HDFS-8665. Fix replication check in DFSTestUtils#waitForReplication.
(cherry picked from commit ff0e5e572f )
|
2015-06-25 17:29:30 -07:00 |
Jason Lowe
|
31fd7a51d8
|
MAPREDUCE-6413. TestLocalJobSubmission is failing with unknown host. Contributed by zhihai xu
(cherry picked from commit aa5b15b03b )
|
2015-06-25 19:52:23 +00:00 |
Arpit Agarwal
|
05e9ffdd62
|
HDFS-8640. Make reserved RBW space visible through JMX. (Contributed by kanaka kumar avvaru)
|
2015-06-25 10:13:31 -07:00 |