hadoop git commit: HDFS-9636. libhdfs++: for consistency, include files should be in hdfspp. Contributed by Bob Hansen.

2016-01-13 Thread jhc
Repository: hadoop Updated Branches: refs/heads/HDFS-8707 1732e7f0a -> 5276e19a1 HDFS-9636. libhdfs++: for consistency, include files should be in hdfspp. Contributed by Bob Hansen. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/h

[2/2] hadoop git commit: HDFS-9047. Retire libwebhdfs.

2016-01-13 Thread kihwal
HDFS-9047. Retire libwebhdfs. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/83a47912 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/83a47912 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/83a47912 Bran

[1/2] hadoop git commit: HDFS-9047. Retire libwebhdfs.

2016-01-13 Thread kihwal
Repository: hadoop Updated Branches: refs/heads/branch-2.7 4c09a75f3 -> 83a479124 http://git-wip-us.apache.org/repos/asf/hadoop/blob/83a47912/hadoop-hdfs-project/hadoop-hdfs/src/contrib/libwebhdfs/src/hdfs_json_parser.h -- diff

hadoop git commit: Supplement to HDFS-9047.

2016-01-13 Thread kihwal
Repository: hadoop Updated Branches: refs/heads/trunk c0537bcd2 -> c722b6290 Supplement to HDFS-9047. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/c722b629 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/c722

hadoop git commit: Supplement to HDFS-9047. (cherry picked from commit c722b62908984f8fb6ab2e0bfd40c090e8c830c7)

2016-01-13 Thread kihwal
Repository: hadoop Updated Branches: refs/heads/branch-2 c0b97865e -> 2ea99ee35 Supplement to HDFS-9047. (cherry picked from commit c722b62908984f8fb6ab2e0bfd40c090e8c830c7) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commi

hadoop git commit: Supplement to HDFS-9047. (cherry picked from commit c722b62908984f8fb6ab2e0bfd40c090e8c830c7)

2016-01-13 Thread kihwal
Repository: hadoop Updated Branches: refs/heads/branch-2.8 a22a7f61e -> 8df0db3d1 Supplement to HDFS-9047. (cherry picked from commit c722b62908984f8fb6ab2e0bfd40c090e8c830c7) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/com

hadoop git commit: YARN-4551. Address the duplication between StatusUpdateWhenHealthy and StatusUpdateWhenUnhealthy transitions. (Sunil G via kasha)

2016-01-13 Thread kasha
Repository: hadoop Updated Branches: refs/heads/trunk c722b6290 -> 321072ba8 YARN-4551. Address the duplication between StatusUpdateWhenHealthy and StatusUpdateWhenUnhealthy transitions. (Sunil G via kasha) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us

hadoop git commit: YARN-4551. Address the duplication between StatusUpdateWhenHealthy and StatusUpdateWhenUnhealthy transitions. (Sunil G via kasha) (cherry picked from commit 321072ba8114ed5ad2e9c5c2

2016-01-13 Thread kasha
Repository: hadoop Updated Branches: refs/heads/branch-2 2ea99ee35 -> a1ff0b414 YARN-4551. Address the duplication between StatusUpdateWhenHealthy and StatusUpdateWhenUnhealthy transitions. (Sunil G via kasha) (cherry picked from commit 321072ba8114ed5ad2e9c5c2cfd7e1a54def6ebe) Project: http

[05/17] hadoop git commit: MAPREDUCE-5883. "Total megabyte-seconds" in job counters is slightly misleading. Contributed by Nathan Roberts (cherry picked from commit cab3c7c8892ad33a7eb0955b01e99872ab9

2016-01-13 Thread vinodkv
MAPREDUCE-5883. "Total megabyte-seconds" in job counters is slightly misleading. Contributed by Nathan Roberts (cherry picked from commit cab3c7c8892ad33a7eb0955b01e99872ab95e192) (cherry picked from commit 4ba5667aed5b5c677eca5b0ed7405fb63452315f) Project: http://git-wip-us.apache.org/repos/as

[17/17] hadoop git commit: YARN-4326. Fix TestDistributedShell timeout as AHS in MiniYarnCluster no longer binds to default port 8188. (Meng Ding via wangda)

2016-01-13 Thread vinodkv
YARN-4326. Fix TestDistributedShell timeout as AHS in MiniYarnCluster no longer binds to default port 8188. (Meng Ding via wangda) (cherry picked from commit 0783184f4b3f669f7211e42b395b62d63144100d) (cherry picked from commit f7deb6b472f83fa81902bce849e0c9bb5ffa7b37) Project: http://git-wip-us

[13/17] hadoop git commit: MAPREDUCE-6540. TestMRTimelineEventHandling fails (sjlee)

2016-01-13 Thread vinodkv
MAPREDUCE-6540. TestMRTimelineEventHandling fails (sjlee) (cherry picked from commit 9ad708a0dfa5e82d1a17471b1cf3e76204b32cbc) (cherry picked from commit adede3e53d2fb291e80fe9b3a61faebe5f1173af) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/rep

[14/17] hadoop git commit: YARN-4241. Fix typo of property name in yarn-default.xml. Contributed by Anthony Rojas.

2016-01-13 Thread vinodkv
YARN-4241. Fix typo of property name in yarn-default.xml. Contributed by Anthony Rojas. (cherry picked from commit 23d0db551cc63def9acbab2473e58fb1c52f85e0) (cherry picked from commit f6f128c8676981a33ccc55c92321244391f9a3ac) (cherry picked from commit 0bdb51d8010a8329da332610f5197565185423bf)

[12/17] hadoop git commit: HDFS-8615. Correct HTTP method in WebHDFS document. Contributed by Brahma Reddy Battula.

2016-01-13 Thread vinodkv
HDFS-8615. Correct HTTP method in WebHDFS document. Contributed by Brahma Reddy Battula. (cherry picked from commit 1a169a26bcc4e4bab7697965906cb9ca7ef8329e) (cherry picked from commit 9f9315008e75765de4b905f7d57de9505fb5ca10) (cherry picked from commit ab04c9ab5faf55043ecea37e84a71c83448a2c13)

[07/17] hadoop git commit: YARN-4344. NMs reconnecting with changed capabilities can lead to wrong cluster resource calculations. Contributed by Varun Vasudev (cherry picked from commit d36b6e045f317c

2016-01-13 Thread vinodkv
YARN-4344. NMs reconnecting with changed capabilities can lead to wrong cluster resource calculations. Contributed by Varun Vasudev (cherry picked from commit d36b6e045f317c94e97cb41a163aa974d161a404) Conflicts: hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resou

[04/17] hadoop git commit: YARN-4365. FileSystemNodeLabelStore should check for root dir existence on startup. Contributed by Kuhu Shukla (cherry picked from commit f5acf94ecafb301a0cc8e8f91f19c8bcbc8

2016-01-13 Thread vinodkv
YARN-4365. FileSystemNodeLabelStore should check for root dir existence on startup. Contributed by Kuhu Shukla (cherry picked from commit f5acf94ecafb301a0cc8e8f91f19c8bcbc8da701) Conflicts: hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/test/java/org/apache/hadoop/yarn/nodelabe

[02/17] hadoop git commit: YARN-4348. ZKRMStateStore.syncInternal shouldn't wait for sync completion for avoiding blocking ZK's event thread. (ozawa)

2016-01-13 Thread vinodkv
YARN-4348. ZKRMStateStore.syncInternal shouldn't wait for sync completion for avoiding blocking ZK's event thread. (ozawa) (cherry picked from commit 0460b8a8a3de232f236f49ef6769d38cda62cc28) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/

[09/17] hadoop git commit: YARN-2859 addendum: move the entry from 2.6.2 to 2.6.3 in hadoop-yarn/CHANGES.txt.

2016-01-13 Thread vinodkv
YARN-2859 addendum: move the entry from 2.6.2 to 2.6.3 in hadoop-yarn/CHANGES.txt. (cherry picked from commit 866dce4e8e105d0e2c7e041b5d30213536a61702) (cherry picked from commit 8347b1048d063adaf40fc4f537aaa9bfd1157c37) (cherry picked from commit eb9296d3167611ab47db62fc5b8c16fd0850d562) Proje

[16/17] hadoop git commit: HADOOP-12413. AccessControlList should avoid calling getGroupNames in isUserInList with empty groups. Contributed by Zhihai Xu. (cherry picked from commit b2017d9b032af20044

2016-01-13 Thread vinodkv
HADOOP-12413. AccessControlList should avoid calling getGroupNames in isUserInList with empty groups. Contributed by Zhihai Xu. (cherry picked from commit b2017d9b032af20044fdf60ddbd1575a554ccb79) (cherry picked from commit 098c2df0c09b0b24121a8d4663168a5f58799aef) Project: http://git-wip-us.ap

[03/17] hadoop git commit: MAPREDUCE-6549. multibyte delimiters with LineRecordReader cause duplicate records (wilfreds via rkanter) (cherry picked from commit 7fd00b3db4b7d73afd41276ba9a06ec06a0e1762

2016-01-13 Thread vinodkv
MAPREDUCE-6549. multibyte delimiters with LineRecordReader cause duplicate records (wilfreds via rkanter) (cherry picked from commit 7fd00b3db4b7d73afd41276ba9a06ec06a0e1762) Conflicts: hadoop-mapreduce-project/CHANGES.txt (cherry picked from commit e1b6a5413f018c939e0100bdfbdc018d49c7c

[15/17] hadoop git commit: HADOOP-12526. there are duplicate dependency definitions in pom's (sjlee)

2016-01-13 Thread vinodkv
HADOOP-12526. there are duplicate dependency definitions in pom's (sjlee) (cherry picked from commit 7802248c238afaa51b560ee79766464ef0daae65) (cherry picked from commit 7e8467df9f203375acc3ea8f28b1420db8c7d742) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-u

[10/17] hadoop git commit: HDFS-9431. DistributedFileSystem#concat fails if the target path is relative. Contributed by Kazuho Fujii.

2016-01-13 Thread vinodkv
HDFS-9431. DistributedFileSystem#concat fails if the target path is relative. Contributed by Kazuho Fujii. (cherry picked from commit ac1aa6c8197268ea83f44747199d560be9e299ae) (cherry picked from commit c74e42b4a2293c8adb99b22929047a8d07242d06) (cherry picked from commit bb6983e1531a6420e1c357d98

[01/17] hadoop git commit: YARN-4434. NodeManager Disk Checker parameter documentation is not correct. Contributed by Weiwei Yang.

2016-01-13 Thread vinodkv
Repository: hadoop Updated Branches: refs/heads/branch-2.7.2 552753021 -> 91b7f94a3 YARN-4434. NodeManager Disk Checker parameter documentation is not correct. Contributed by Weiwei Yang. (cherry picked from commit 16dc65811d4e0e7ab61c61295149848fe53ddd89) (cherry picked from commit 925bb94d8

[08/17] hadoop git commit: YARN-2859.addendum: fix the remaining issue from the previous patch

2016-01-13 Thread vinodkv
YARN-2859.addendum: fix the remaining issue from the previous patch (cherry picked from commit f114e728da6e19f3d35ff0cfef9fceea26aa5d46) (cherry picked from commit be65d319fae8f8644c46ee7c44108ce72dafc9c7) (cherry picked from commit fe67c6f43f80f32b15f362179ea2082967d861d1) Project: http://git-w

[06/17] hadoop git commit: HDFS-9289. Make DataStreamer#block thread safe and verify genStamp in commitBlock. Contributed by Chang Li.

2016-01-13 Thread vinodkv
HDFS-9289. Make DataStreamer#block thread safe and verify genStamp in commitBlock. Contributed by Chang Li. (cherry picked from commit 397b554c36867724ca4167931270cd7af784e54a) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/comm

[11/17] hadoop git commit: MAPREDUCE-6377. JHS sorting on state column not working in webUi. Contributed by zhihai xu. (cherry picked from commit 790a861766dcd60212d83f444f2f96d3acf20a94)

2016-01-13 Thread vinodkv
MAPREDUCE-6377. JHS sorting on state column not working in webUi. Contributed by zhihai xu. (cherry picked from commit 790a861766dcd60212d83f444f2f96d3acf20a94) Conflicts: hadoop-mapreduce-project/CHANGES.txt (cherry picked from commit b96377334c29bef135c41f7b2215ab23e1c08920) Project:

hadoop git commit: HADOOP-5323. Trash documentation should describe its directory structure and configurations. (Weiwei Yang via ozawa) Moved entry from HDFS CHANGES.txt to that of common.

2016-01-13 Thread vinodkv
Repository: hadoop Updated Branches: refs/heads/trunk 321072ba8 -> cb73c753d HADOOP-5323. Trash documentation should describe its directory structure and configurations. (Weiwei Yang via ozawa) Moved entry from HDFS CHANGES.txt to that of common. Project: http://git-wip-us.apache.org/repos/a

hadoop git commit: HADOOP-5323. Trash documentation should describe its directory structure and configurations. (Weiwei Yang via ozawa) Moved entry from HDFS CHANGES.txt to that of common.

2016-01-13 Thread vinodkv
Repository: hadoop Updated Branches: refs/heads/branch-2 a1ff0b414 -> 1fba4051f HADOOP-5323. Trash documentation should describe its directory structure and configurations. (Weiwei Yang via ozawa) Moved entry from HDFS CHANGES.txt to that of common. (cherry picked from commit cb73c753dab83610

hadoop git commit: HADOOP-5323. Trash documentation should describe its directory structure and configurations. (Weiwei Yang via ozawa) Moved entry from HDFS CHANGES.txt to that of common.

2016-01-13 Thread vinodkv
Repository: hadoop Updated Branches: refs/heads/branch-2.8 8df0db3d1 -> 7eb63d4e7 HADOOP-5323. Trash documentation should describe its directory structure and configurations. (Weiwei Yang via ozawa) Moved entry from HDFS CHANGES.txt to that of common. (cherry picked from commit cb73c753dab836

hadoop git commit: HADOOP-5323. Trash documentation should describe its directory structure and configurations. (Weiwei Yang via ozawa) Moved entry from HDFS CHANGES.txt to that of common.

2016-01-13 Thread vinodkv
Repository: hadoop Updated Branches: refs/heads/branch-2.7.2 91b7f94a3 -> 56e2dccab HADOOP-5323. Trash documentation should describe its directory structure and configurations. (Weiwei Yang via ozawa) Moved entry from HDFS CHANGES.txt to that of common. (cherry picked from commit cb73c753dab8

hadoop git commit: HADOOP-5323. Trash documentation should describe its directory structure and configurations. (Weiwei Yang via ozawa) Moved entry from HDFS CHANGES.txt to that of common.

2016-01-13 Thread vinodkv
Repository: hadoop Updated Branches: refs/heads/branch-2.7 83a479124 -> faebc20e2 HADOOP-5323. Trash documentation should describe its directory structure and configurations. (Weiwei Yang via ozawa) Moved entry from HDFS CHANGES.txt to that of common. (cherry picked from commit cb73c753dab836

hadoop git commit: MAPREDUCE-6549. multibyte delimiters with LineRecordReader cause duplicate records (wilfreds via rkanter) Removed multiple duplicate CHANGES.txt entries.

2016-01-13 Thread vinodkv
Repository: hadoop Updated Branches: refs/heads/branch-2 1fba4051f -> 8de365a11 MAPREDUCE-6549. multibyte delimiters with LineRecordReader cause duplicate records (wilfreds via rkanter) Removed multiple duplicate CHANGES.txt entries. (cherry picked from commit 9b33a03900c9ffdb9f4b4c59161fdce3

hadoop git commit: MAPREDUCE-6549. multibyte delimiters with LineRecordReader cause duplicate records (wilfreds via rkanter) Removed multiple duplicate CHANGES.txt entries.

2016-01-13 Thread vinodkv
Repository: hadoop Updated Branches: refs/heads/trunk cb73c753d -> 9b33a0390 MAPREDUCE-6549. multibyte delimiters with LineRecordReader cause duplicate records (wilfreds via rkanter) Removed multiple duplicate CHANGES.txt entries. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo C

hadoop git commit: MAPREDUCE-6549. multibyte delimiters with LineRecordReader cause duplicate records (wilfreds via rkanter) Putting CHANGES.txt entry under 2.6.3 after the backport.

2016-01-13 Thread vinodkv
Repository: hadoop Updated Branches: refs/heads/branch-2.8 7eb63d4e7 -> e3e09aa1e MAPREDUCE-6549. multibyte delimiters with LineRecordReader cause duplicate records (wilfreds via rkanter) Putting CHANGES.txt entry under 2.6.3 after the backport. Project: http://git-wip-us.apache.org/repos/as

hadoop git commit: MAPREDUCE-6549. multibyte delimiters with LineRecordReader cause duplicate records (wilfreds via rkanter) Putting CHANGES.txt entry under 2.6.3 after the backport.

2016-01-13 Thread vinodkv
Repository: hadoop Updated Branches: refs/heads/branch-2.7 faebc20e2 -> f93f91296 MAPREDUCE-6549. multibyte delimiters with LineRecordReader cause duplicate records (wilfreds via rkanter) Putting CHANGES.txt entry under 2.6.3 after the backport. (cherry picked from commit e3e09aa1e75905db1fe3

hadoop git commit: HADOOP-12683. Add number of samples in last interval in snapshot of MutableStat. (Vikram Srivastava via kasha)

2016-01-13 Thread kasha
Repository: hadoop Updated Branches: refs/heads/trunk 9b33a0390 -> fb64e6051 HADOOP-12683. Add number of samples in last interval in snapshot of MutableStat. (Vikram Srivastava via kasha) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/a

hadoop git commit: HADOOP-12683. Add number of samples in last interval in snapshot of MutableStat. (Vikram Srivastava via kasha)

2016-01-13 Thread kasha
Repository: hadoop Updated Branches: refs/heads/branch-2 8de365a11 -> 327297a60 HADOOP-12683. Add number of samples in last interval in snapshot of MutableStat. (Vikram Srivastava via kasha) (cherry picked from commit fb64e6051a65b43e1db051915af84711a8120ea1) Project: http://git-wip-us.apac

hadoop git commit: HDFS-9517. Fix missing @Test annotation on TestDistCpUtils.testUnpackAttributes (Wei-Chiu Chuang via cmccabe)

2016-01-13 Thread cmccabe
Repository: hadoop Updated Branches: refs/heads/trunk fb64e6051 -> 8315582c4 HDFS-9517. Fix missing @Test annotation on TestDistCpUtils.testUnpackAttributes (Wei-Chiu Chuang via cmccabe) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/as

hadoop git commit: HDFS-9517. Fix missing @Test annotation on TestDistCpUtils.testUnpackAttributes (Wei-Chiu Chuang via cmccabe)

2016-01-13 Thread cmccabe
Repository: hadoop Updated Branches: refs/heads/branch-2 327297a60 -> 2baeaa20a HDFS-9517. Fix missing @Test annotation on TestDistCpUtils.testUnpackAttributes (Wei-Chiu Chuang via cmccabe) (cherry picked from commit 8315582c4ff2951144b096c23a64e753f397572d) Project: http://git-wip-us.apach

hadoop git commit: HDFS-9493. Test o.a.h.hdfs.server.namenode.TestMetaSave fails in trunk. (Tony Wu via lei)

2016-01-13 Thread lei
Repository: hadoop Updated Branches: refs/heads/branch-2.8 e3e09aa1e -> 894345e2f HDFS-9493. Test o.a.h.hdfs.server.namenode.TestMetaSave fails in trunk. (Tony Wu via lei) (cherry picked from commit fd8065a763ff68db265ef23a7d4f97558e213ef9) Conflicts: hadoop-hdfs-project/hadoop-hdfs

hadoop git commit: MAPREDUCE-6363. [NNBench] Lease mismatch error when running with multiple mappers. Contributed by Vlad Sharanhovich and Bibin A Chundatt.

2016-01-13 Thread aajisaka
Repository: hadoop Updated Branches: refs/heads/trunk 8315582c4 -> 7b0964f35 MAPREDUCE-6363. [NNBench] Lease mismatch error when running with multiple mappers. Contributed by Vlad Sharanhovich and Bibin A Chundatt. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://gi

hadoop git commit: MAPREDUCE-6363. [NNBench] Lease mismatch error when running with multiple mappers. Contributed by Vlad Sharanhovich and Bibin A Chundatt.

2016-01-13 Thread aajisaka
Repository: hadoop Updated Branches: refs/heads/branch-2 2baeaa20a -> 6efee8907 MAPREDUCE-6363. [NNBench] Lease mismatch error when running with multiple mappers. Contributed by Vlad Sharanhovich and Bibin A Chundatt. (cherry picked from commit 7b0964f354e90968c2dac2f7acc17214732aed64) Proj

hadoop git commit: MAPREDUCE-6363. [NNBench] Lease mismatch error when running with multiple mappers. Contributed by Vlad Sharanhovich and Bibin A Chundatt.

2016-01-13 Thread aajisaka
Repository: hadoop Updated Branches: refs/heads/branch-2.8 894345e2f -> d4d368d4e MAPREDUCE-6363. [NNBench] Lease mismatch error when running with multiple mappers. Contributed by Vlad Sharanhovich and Bibin A Chundatt. (cherry picked from commit 7b0964f354e90968c2dac2f7acc17214732aed64) (che

hadoop git commit: MAPREDUCE-6363. [NNBench] Lease mismatch error when running with multiple mappers. Contributed by Vlad Sharanhovich and Bibin A Chundatt.

2016-01-13 Thread aajisaka
Repository: hadoop Updated Branches: refs/heads/branch-2.7 f93f91296 -> b1ee27842 MAPREDUCE-6363. [NNBench] Lease mismatch error when running with multiple mappers. Contributed by Vlad Sharanhovich and Bibin A Chundatt. (cherry picked from commit 7b0964f354e90968c2dac2f7acc17214732aed64) (che

hadoop git commit: MAPREDUCE-6363. [NNBench] Lease mismatch error when running with multiple mappers. Contributed by Vlad Sharanhovich and Bibin A Chundatt.

2016-01-13 Thread aajisaka
Repository: hadoop Updated Branches: refs/heads/branch-2.6 8c8b848b9 -> ebd4f609e MAPREDUCE-6363. [NNBench] Lease mismatch error when running with multiple mappers. Contributed by Vlad Sharanhovich and Bibin A Chundatt. (cherry picked from commit 7b0964f354e90968c2dac2f7acc17214732aed64) (che

hadoop git commit: YARN-4534. Remove the redundant symbol in yarn rmadmin help msg. Contributed by Lin Yiqun.

2016-01-13 Thread aajisaka
Repository: hadoop Updated Branches: refs/heads/trunk 7b0964f35 -> 62b0d6151 YARN-4534. Remove the redundant symbol in yarn rmadmin help msg. Contributed by Lin Yiqun. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/62b

hadoop git commit: YARN-4534. Remove the redundant symbol in yarn rmadmin help msg. Contributed by Lin Yiqun.

2016-01-13 Thread aajisaka
Repository: hadoop Updated Branches: refs/heads/branch-2 6efee8907 -> ffca0ebff YARN-4534. Remove the redundant symbol in yarn rmadmin help msg. Contributed by Lin Yiqun. (cherry picked from commit 62b0d6151362a9860d4d750e6e0d032882af68aa) Project: http://git-wip-us.apache.org/repos/asf/had

hadoop git commit: YARN-4534. Remove the redundant symbol in yarn rmadmin help msg. Contributed by Lin Yiqun.

2016-01-13 Thread aajisaka
Repository: hadoop Updated Branches: refs/heads/branch-2.8 d4d368d4e -> 4417c3b6d YARN-4534. Remove the redundant symbol in yarn rmadmin help msg. Contributed by Lin Yiqun. (cherry picked from commit 62b0d6151362a9860d4d750e6e0d032882af68aa) (cherry picked from commit ffca0ebfff7fa6d0e6878801