Vinod Kumar Vavilapalli (I am also known as @tshooter.)
63213d70a9
YARN-3248. Moving it to improvements section in CHANGES.txt.
...
(cherry picked from commit df52ff92ae42977bc743630191d1cbe1e17d00cf)
2015-09-23 15:03:35 -07:00
Vinod Kumar Vavilapalli (I am also known as @tshooter.)
3de54ad4e1
CHANGES.txt: Moving YARN-1884, YARN-3171, YARN-3740, YARN-3248, YARN-3544 to 2.6.1 given the backport.
...
(cherry picked from commit f3e5bc67661ebc7e14509f2a267131ae314699dc)
(cherry picked from commit 23f4cd1c5a1ccff86a0f2579cc6486d27e33fa59)
2015-09-23 14:59:00 -07:00
Xuan
dce9223622
YARN-3248. Display count of nodes blacklisted by apps in the web UI.
...
Contributed by Varun Vasudev
(cherry picked from commit 4728bdfa15809db4b8b235faa286c65de4a48cf6)
2015-09-23 14:44:42 -07:00
Zhijie Shen
6540d5aed7
YARN-3740. Fixed the typo in the configuration name: APPLICATION_HISTORY_PREFIX_MAX_APPS. Contributed by Xuan Gong.
...
(cherry picked from commit eb6bf91eeacf97afb4cefe590f75ba94f3187d2b)
(cherry picked from commit 68cddb894a95a1ee63291af162849a23cb4eeb5f)
2015-09-23 13:54:30 -07:00
Jason Lowe
3fac56e824
YARN-3975. WebAppProxyServlet should not redirect to RM page if AHS is enabled. Contributed by Mit Desai
2015-09-23 16:41:49 +00:00
Vinayakumar B
d800e2e9ed
HDFS-9043. Doc updation for commands in HDFS Federation (Contributed by J.Andreina)
...
(cherry picked from commit 57003fa971658c8482240f70445a6822c7692844)
(cherry picked from commit 96e3fbf401763c10e040b9d7dac2123f97895090)
2015-09-22 16:40:19 +05:30
Jason Lowe
7429438c85
MAPREDUCE-5982. Task attempts that fail from the ASSIGNED state can disappear. Contributed by Chang Li
2015-09-18 19:21:35 +00:00
Jason Lowe
521196874c
MAPREDUCE-6481. LineRecordReader may give incomplete record and wrong position/key information for uncompressed input sometimes. Contributed by Zhihai Xu
...
(cherry picked from commit 58d1a02b8d66b1d2a6ac2158be32bd35ad2e69bd)
Conflicts:
hadoop-mapreduce-project/CHANGES.txt
2015-09-18 15:10:38 +00:00
Jason Lowe
850d6a3fd3
MAPREDUCE-5948. org.apache.hadoop.mapred.LineRecordReader does not handle multibyte record delimiters well. Contributed by Vinayakumar B, Rushabh Shah, and Akira AJISAKA
...
(cherry picked from commit 077250d8d7b4b757543a39a6ce8bb6e3be356c6f)
Conflicts:
hadoop-mapreduce-project/CHANGES.txt
2015-09-18 15:04:02 +00:00
Karthik Kambatla
f3fd5e30cd
YARN-3697. FairScheduler: ContinuousSchedulingThread can fail to shutdown. (Zhihai Xu via kasha)
...
(cherry picked from commit 332b520a480994b7bd56c135f7941aad30b05e9c)
Conflicts:
hadoop-yarn-project/CHANGES.txt
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/scheduler/fair/TestFairScheduler.java
2015-09-17 23:35:47 -07:00
Jason Lowe
30ebb792f9
YARN-4158. Remove duplicate close for LogWriter in AppLogAggregatorImpl#uploadLogsForContainers. Contributed by Zhihai Xu
...
(cherry picked from commit 8c1cdb17a03fec91bfab172fe92b67bdeb9ebfba)
2015-09-15 20:23:11 +00:00
Jason Lowe
ca6d5b4b92
MAPREDUCE-6472. MapReduce AM should have java.io.tmpdir=./tmp to be consistent with tasks. Contributed by Naganarasimha G R
...
(cherry picked from commit 62943b8e3aff3b274c439f72a8bb86094c1ab0e8)
2015-09-15 19:45:06 +00:00
Jian He
30569d930f
YARN-4153. TestAsyncDispatcher failed at branch-2.7. Contributed by Zhihai Xu
2015-09-14 17:48:31 +08:00
Vinayakumar B
7d3e882a49
HDFS-9042. Update document for the Storage policy name (Contributed by J.Andreina)
...
(cherry picked from commit d8455479b83e369fe9b5fe305c7beece93722fed)
2015-09-12 12:37:01 +05:30
Kihwal Lee
f2cc6b5fdf
HDFS-8099. Change "DFSInputStream has been closed already" message to debug log level (Charles Lamb via Colin P. McCabe)
...
(cherry picked from commit 30acb7372ab97adf9bc86ead529c96cfe36e2396)
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
2015-09-11 15:59:29 -05:00
Vinod Kumar Vavilapalli
fb15053124
HDFS-7314. Moving to 2.6.1 CHANGES.txt section.
...
(cherry picked from commit f103a70af5c5b01931b5cd2e5782eac5aeeb31cd)
2015-09-10 16:48:53 -07:00
Vinod Kumar Vavilapalli (I am also known as @tshooter.)
c05ba079e3
Updating all CHANGES.txt files to move entires from future releases into 2.6.1
...
section given the large number of backports to 2.6.1.
(cherry picked from commit fbbb7ff1ed111884d0375c177239073153139848)
(cherry picked from commit cbf90f93f9ab3463307292ddfe6fe98ab8b37842)
2015-09-10 16:10:56 -07:00
Colin Patrick Mccabe
ee830b0d27
HDFS-8846. Add a unit test for INotify functionality across a layout version upgrade (Zhe Zhang via Colin P. McCabe)
...
(cherry picked from commit a4d9acc51d1a977bc333da17780c00c72e8546f1)
(cherry picked from commit 9264b7e119efb70fb355904652beeb97e7ad90b9)
2015-09-10 11:56:30 -07:00
Colin Patrick Mccabe
fb06549e9d
HADOOP-12280. Skip unit tests based on maven profile rather than NativeCodeLoader.isNativeCodeLoaded (Masatake Iwasaki via Colin P. McCabe)
...
(cherry picked from commit 6f83274afc1eba1159427684d72d8f13778c5a88)
(cherry picked from commit e92107b18f82b3501deaa6170d322a0fb512ec71)
(cherry picked from commit 3bd9b7459bfe2e4d81d60498832dc297cd01e003)
2015-09-10 11:56:30 -07:00
Ming Ma
decf8a6653
HDFS-7314. When the DFSClient lease cannot be renewed, abort open-for-write files rather than the entire DFSClient. (mingma)
...
(cherry picked from commit fbd88f1062f3c4b208724d208e3f501eb196dfab)
(cherry picked from commit 516bbf1c20547dc513126df0d9f0934bb65c10c7)
2015-09-10 11:56:29 -07:00
Harsh J
6ab1a9c2de
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 ac31d6a4485d7ff9074fb5dade7a6cf5292bb347)
Conflicts:
hadoop-common-project/hadoop-common/CHANGES.txt
(cherry picked from commit 55427fb66c6d52ce98b4d68a29b592a734014c28)
2015-09-10 11:56:29 -07:00
Jing Zhao
6c127b44ca
HDFS-7609. Avoid retry cache collision when Standby NameNode loading edits. Contributed by Ming Ma.
...
(cherry picked from commit 7817674a3a4d097b647dd77f1345787dd376d5ea)
(cherry picked from commit 17fb442a4c4e43105374c97fccd68dd966729a19)
2015-09-10 11:56:28 -07:00
cnauroth
188096f1fe
HDFS-8431. hdfs crypto class not found in Windows. Contributed by Anu Engineer.
...
(cherry picked from commit 50eeea13000f0c82e0567410f0f8b611248f8c1b)
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/src/main/bin/hdfs.cmd
(cherry picked from commit 25db34127811fbadb9a698fa3a76e24d426fb0f6)
2015-09-10 11:56:27 -07:00
Zhijie Shen
e48bffd055
YARN-3700. Made generic history service load a number of latest applications according to the parameter or the configuration. Contributed by Xuan Gong.
...
(cherry picked from commit 54504133f41e36eaea6bb06c7b9ddb249468ecd7)
(cherry picked from commit 839f81a6326b2f8b3d5183178382c1551b0bc259)
2015-09-10 11:56:27 -07:00
Xiaoyu Yao
d3562b4e1d
HDFS-8219. setStoragePolicy with folder behavior is different after cluster restart. (surendra singh lilhore via Xiaoyu Yao)
...
(cherry picked from commit 0100b155019496d077f958904de7d385697d65d9)
(cherry picked from commit e68e8b3b5cff85bfd8bb5b00b9033f63577856d6)
2015-09-10 11:56:22 -07:00
Jason Lowe
4ea42b84b7
MAPREDUCE-5649. Reduce cannot use more than 2G memory for the final merge. Contributed by Gera Shegalov
...
(cherry picked from commit 7dc3c1203d1ab14c09d0aaf0869a5bcdfafb0a5a)
(cherry picked from commit 87c2d915f1cc799cb4020c945c04d3ecb82ee963)
2015-09-10 11:00:00 -07:00
Gera Shegalov
afa8189a07
HADOOP-11491. HarFs incorrectly declared as requiring an authority. (Brahma Reddy Battula via gera)
...
(cherry picked from commit f343f8657e2b01773a32c2c7d960dc368954b42e)
(cherry picked from commit 58970d69de8a1662e4548cd6d4ca460dd70562f8)
2015-09-10 10:57:52 -07:00
Gera Shegalov
d3f41f6ed8
HADOOP-11812. Implement listLocatedStatus for ViewFileSystem to speed up split calculation (gera)
...
(cherry picked from commit 6d2cf9fbbd02482315a091ab07af26e40cc5134f)
(cherry picked from commit 1544c63602089b690e850e0e30af4589513a2371)
2015-09-10 10:56:15 -07:00
Hitesh Shah
f6b7dc24f0
YARN-2890. MiniYarnCluster should turn on timeline service if configured to do so. Contributed by Mit Desai.
...
(cherry picked from commit 265ed1fe804743601a8b62cabc1e4dc2ec8e502f)
(cherry picked from commit 55b794e7fa205df655c19bbfe1de99091fa9dc64)
2015-09-10 10:55:23 -07:00
Kihwal Lee
cfb27d7f78
HDFS-8046. Allow better control of getContentSummary. Contributed by Kihwal Lee.
...
(cherry picked from commit 285b31e75e51ec8e3a796c2cb0208739368ca9b8)
(cherry picked from commit 7e622076d41a85fc9a8600fb270564a085f5cd83)
2015-09-10 10:53:19 -07:00
Jason Lowe
d1186dbafa
MAPREDUCE-6474. ShuffleHandler can possibly exhaust nodemanager file descriptors. Contributed by Kuhu Shukla
...
(cherry picked from commit 8e615588d5216394d0251a9c97bd706537856c6d)
2015-09-10 16:05:48 +00:00
Akira Ajisaka
c5a74c5c37
HDFS-9033. dfsadmin -metasave prints "NaN" for cache used%. Contributed by Brahma Reddy Battula.
...
(cherry picked from commit 0113e4528deda7563b62a29745fbf209ab31b81a)
(cherry picked from commit eb9e06f8e30a6f930db478683739230f8f5ada5d)
2015-09-09 17:23:25 +09:00
Zhihai Xu
4b5767e456
YARN-4096. App local logs are leaked if log aggregation fails to initialize for the app. Contributed by Jason Lowe.
...
(cherry picked from commit 16b9037dc1300b8bdbe54ba7cd47c53fe16e93d8)
2015-09-08 12:43:55 -07:00
Jing Zhao
fd100ccbae
HDFS-8384. Allow NN to startup if there are files having a lease but are not under construction. Contributed by Jing Zhao.
2015-09-08 10:52:42 -07:00
Xuan
b55fb0ac44
YARN-4087. Followup fixes after YARN-2019 regarding RM behavior when
...
state-store error occurs. Contributed by Jian He
(cherry picked from commit 9b78e6e33d8c117c1e909df414f20d9db56efe4b)
(cherry picked from commit a0b7ef15d0663076b65ae3f53271b54e42308bfb)
2015-09-07 17:47:32 -07:00
Xuan
96b9455c6f
YARN-2019. Retrospect on decision of making RM crashed if any exception throw in ZKRMStateStore. Contributed by Jian He.
2015-09-07 17:23:56 -07:00
Tsuyoshi Ozawa
e8a15495bc
MAPREDUCE-6442. Stack trace is missing when error occurs in client protocol provider's constructor Contributed by Chang Li.
...
(cherry picked from commit 9b685773ec1031e90cc2b8aedb42670721757e22)
2015-09-05 11:24:30 +09:00
Jason Lowe
a7eed5128b
YARN-4105. Capacity Scheduler headroom for DRF is wrong. Contributed by Chang Li
2015-09-04 16:24:03 +00:00
Jason Lowe
1275ba2cac
Revert "YARN-4105. Capacity Scheduler headroom for DRF is wrong. Contributed by Chang Li"
...
This reverts commit 71172a0bfcf549f13bf17c1f1cbb4996272dd470.
2015-09-04 16:06:19 +00:00
Jason Lowe
71172a0bfc
YARN-4105. Capacity Scheduler headroom for DRF is wrong. Contributed by Chang Li
...
(cherry picked from commit 6eaca2e3634a88dc55689e8960352d6248c424d9)
2015-09-04 15:32:14 +00:00
Varun Vasudev
5002f885fc
YARN-4103. RM WebServices missing scheme for appattempts logLinks. Contributed by Jonathan Eagles.
...
(cherry picked from commit 1b2e2ca9104dfc05e9aa7f93954ae2e00b3e62c4)
Conflicts:
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/webapp/RMAppBlock.java
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/webapp/RMWebServices.java
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/webapp/dao/AppAttemptInfo.java
2015-09-04 11:45:51 +05:30
Tsuyoshi Ozawa
76cfdb1aba
HADOOP-12213. Interrupted exception can occur when Client#stop is called. Contributed by Kuhu Shukla.
...
(cherry picked from commit 0ebc658105336cfe3e1a248b411de60f1d380928)
Conflicts:
hadoop-common-project/hadoop-common/CHANGES.txt
2015-09-03 23:34:12 +09:00
Tsuyoshi Ozawa
d09ddb7898
HADOOP-12006. Remove unimplemented option for from document in branch-2.7. Contributed by Akira AJISAKA.
2015-09-03 23:07:40 +09:00
Tsuyoshi Ozawa
139fd21c83
HADOOP-5323. Trash documentation should describe its directory structure and configurations. Contributed by Weiwei Yang.
...
(cherry picked from commit 9a87f81ce6839d1b5ab3d663c1e82c7e572bdeb8)
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/HdfsDesign.md
2015-09-03 22:39:12 +09:00
Jian He
2d1ff2e1ca
YARN-4101. RM should print alert messages if Zookeeper and Resourcemanager gets connection issue. Contributed by Xuan Gong
...
(cherry picked from commit 09c64ba1ba8be7a2ac31f4e42efb8c99b682399f)
2015-09-02 17:46:24 -07:00
Rohith Sharma K S
c2ed7e4a09
YARN-3893. Both RM in active state when Admin#transitionToActive failure from refeshAll() (Bibin A Chundatt via rohithsharmaks)
...
(cherry picked from commit 7d6687fe76f6152a577ff2298c358dd30fce41fb)
2015-09-02 15:29:22 +05:30
yliu
3ab43accaf
HDFS-8995. Flaw in registration bookeeping can make DN die on reconnect. (Kihwal Lee via yliu)
2015-09-02 09:00:22 +08:00
Vinod Kumar Vavilapalli
015696fb81
YARN-3222. Added the missing CHANGES.txt entry.
...
(cherry picked from commit 4620767156ecc43424bc6c7c4d50519e2563cc69)
2015-09-01 13:44:51 -07:00
Tsuyoshi Ozawa
6078172fee
HADOOP-10365. BufferedOutputStream in FileUtil#unpackEntries() should be closed in finally block. Contributed by Kiran Kumar M R and Sanghyun Yun.
...
(cherry picked from commit dd149adeace8727864371c5a1484c6534f8b450b)
2015-09-02 02:02:28 +09:00
Akira Ajisaka
bcb98ba081
HADOOP-12359. hadoop fs -getmerge doc is wrong. Contributed by Jagadesh Kiran N.
...
(cherry picked from commit 2e251a767427a38ecb6c309ad979feecb29a09f4)
(cherry picked from commit 236c4ab511055d0b67d2c73160125cc63015ac07)
2015-09-01 20:57:10 +09:00