Colin Patrick Mccabe
|
97ebe1b2cf
|
HADOOP-11927. Fix "undefined reference to dlopen" error when compiling libhadooppipes (Xianyin Xin via Colin P. McCabe)
(cherry picked from commit f34638399abdca2e6d3bc5502508819dd747861c)
|
2015-05-22 12:57:29 -07:00 |
|
Vinayakumar B
|
19895a41ad
|
HADOOP-11743. maven doesn't clean all the site files (Contributed by ramtin)
(cherry picked from commit 55ed6558bad5d76ce4ebf958fc101a48032a0cd1)
Conflicts:
hadoop-common-project/hadoop-common/pom.xml
|
2015-05-22 16:46:50 +05:30 |
|
Akira Ajisaka
|
b95d21c379
|
HADOOP-11594. Improve the readability of site index of documentation. Contributed by Masatake Iwasaki.
(cherry picked from commit ab7958f22774ac2a8d1dad322453ff1db16a1565)
|
2015-05-22 16:54:46 +09:00 |
|
Akira Ajisaka
|
01e5de9120
|
HADOOP-11955. Fix a typo in the cluster setup doc. Contributed by Yanjun Wang.
(cherry picked from commit b2a40942c1bf19d19756443267107d3cfa39b53b)
|
2015-05-22 16:09:24 +09:00 |
|
Akira Ajisaka
|
6cd7672878
|
HADOOP-12014. hadoop-config.cmd displays a wrong error message. Contributed by Kengo Seki.
(cherry picked from commit 07007bdbc8900cfe8421f4829b1444fc9e7aceb7)
|
2015-05-22 14:15:37 +09:00 |
|
Akira Ajisaka
|
b578f76bed
|
HADOOP-10366. Add whitespaces between classes for values in core-default.xml to fit better in browser. Contributed by kanaka kumar avvaru.
(cherry picked from commit 0e4f1081c7a98e1c0c4f922f5e2afe467a0d763f)
|
2015-05-21 17:53:18 +09:00 |
|
Haohui Mai
|
e30f91644f
|
HADOOP-11772. RPC Invoker relies on static ClientCache which has synchronized(this) blocks. Contributed by Haohui Mai.
|
2015-05-20 20:11:00 -07:00 |
|
Haohui Mai
|
ed320da2ba
|
HADOOP-11995. Make jetty version configurable from the maven command line. Contributed by Sriharsha Devineni.
|
2015-05-19 18:28:34 -07:00 |
|
Allen Wittenauer
|
511a503aab
|
HADOOP-12000. cannot use --java-home in test-patch (aw)
|
2015-05-19 15:24:53 -07:00 |
|
cnauroth
|
7af9a78fe8
|
HADOOP-11963. Metrics documentation for FSNamesystem misspells PendingDataNodeMessageCount. Contributed by Anu Engineer.
(cherry picked from commit e422e76fcaaa04fc22384d978a2abae967d801b6)
|
2015-05-19 11:50:38 -07:00 |
|
Arun Suresh
|
00e2a0a494
|
HADOOP-11973. Ensure ZkDelegationTokenSecretManager namespace znodes get created with ACLs. (Gregory Chanan via asuresh)
(cherry picked from commit fd3cb533d2495ea220ab2e468835a43a784d7532)
|
2015-05-19 11:37:15 -07:00 |
|
Colin Patrick Mccabe
|
9534e533dc
|
HADOOP-11970. Replace uses of ThreadLocal<Random> with JDK7 ThreadLocalRandom (Sean Busbey via Colin P. McCabe)
(cherry picked from commit 470c87dbc6c24dd3b370f1ad9e7ab1f6dabd2080)
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/blockmanagement/TestReplicationPolicy.java
hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/common/JspHelper.java
|
2015-05-19 11:15:04 -07:00 |
|
Allen Wittenauer
|
6c4aa89e56
|
HADOOP-11581. Multithreaded correctness Warnings #org.apache.hadoop.fs.shell.Ls (Brahma Reddy Battula via aw)
(cherry picked from commit b015fec6011586784fd6f4791a0c1c22e3902046)
Conflicts:
hadoop-common-project/hadoop-common/CHANGES.txt
|
2015-05-19 18:36:19 +09:00 |
|
Vinayakumar B
|
5bbf157cb2
|
HADOOP-11103. Clean up RemoteException (Contributed by Sean Busbey)
(cherry picked from commit d4a2830b63f0819979b592f4ea6ea3abd5885b71)
|
2015-05-19 14:41:34 +05:30 |
|
Akira Ajisaka
|
fb49967e97
|
HADOOP-10971. Add -C flag to make hadoop fs -ls print filenames only. Contributed by Kengo Seki.
(cherry picked from commit 3b50dcdce4ffe3d4e5892fca84909ff22be28739)
Conflicts:
hadoop-common-project/hadoop-common/CHANGES.txt
|
2015-05-19 17:58:52 +09:00 |
|
Allen Wittenauer
|
df6d242e28
|
HADOOP-8934. Shell command ls should include sort options (Jonathan Allen via aw) (missed file)
(cherry picked from commit 576459801c4e21effc4e3bca796527896b6e4f4b)
|
2015-05-19 17:39:12 +09:00 |
|
Allen Wittenauer
|
3d0e2e54a1
|
HADOOP-8934. Shell command ls should include sort options (Jonathan Allen via aw)
(cherry picked from commit 30b797ee9df30260314eeadffc7d51492871b352)
Conflicts:
hadoop-common-project/hadoop-common/src/site/apt/FileSystemShell.apt.vm
|
2015-05-19 17:38:22 +09:00 |
|
Jing Zhao
|
5caea4cd46
|
HADOOP-1540. Support file exclusion list in distcp. Contributed by Rich Haase.
(cherry picked from commit 0790275f058b0cf41780ad337c9150a1e8ebebc6)
|
2015-05-18 13:26:09 -07:00 |
|
Arpit Agarwal
|
9bcb740049
|
HDFS-8345. Storage policy APIs must be exposed via the FileSystem interface. (Arpit Agarwal)
|
2015-05-18 11:49:01 -07:00 |
|
Allen Wittenauer
|
baf782f353
|
HADOOP-11949. Add user-provided plugins to test-patch (Sean Busbey via aw)
|
2015-05-18 17:06:57 +00:00 |
|
Allen Wittenauer
|
10c922b5c6
|
HADOOP-11944. add option to test-patch to avoid relocating patch process directory (Sean Busbey via aw)
|
2015-05-18 16:14:24 +00:00 |
|
Allen Wittenauer
|
d82222920e
|
HADOOP-11884. test-patch.sh should pull the real findbugs version (Kengo Seki via aw)
|
2015-05-18 16:09:34 +00:00 |
|
Akira Ajisaka
|
8969a5d45a
|
HADOOP-10582. Fix the test case for copying to non-existent dir in TestFsShellCopy. Contributed by Kousuke Saruta.
(cherry picked from commit a46506d99cb1310c0e446d590f36fb9afae0fa60)
|
2015-05-18 16:32:22 +09:00 |
|
Akira Ajisaka
|
b26d99c394
|
HADOOP-11939. Deprecate DistCpV1 and Logalyzer. Contributed by Brahma Reddy Battula.
(cherry picked from commit f5c48238d5eb0c1d2b876f390ac6c35221efcb54)
|
2015-05-18 16:14:19 +09:00 |
|
Akira Ajisaka
|
343effa2c7
|
HADOOP-11988. Fix typo in the document for hadoop fs -find. Contributed by Kengo Seki.
(cherry picked from commit cab0dadbd878c84e3d94154b4fd1ae3b10f49f93)
|
2015-05-17 13:36:50 +09:00 |
|
cnauroth
|
91855c2340
|
HADOOP-11960. Enable Azure-Storage Client Side logging. Contributed by Dushyanth.
(cherry picked from commit cb8e69a80cecb95abdfc93a787bea0bedef275ed)
|
2015-05-14 22:22:46 -07:00 |
|
cnauroth
|
fa082e1a0a
|
HADOOP-11713. ViewFileSystem should support snapshot methods. Contributed by Rakesh R.
(cherry picked from commit 09fe16f166392a99e1e54001a9112c6a4632dfc8)
|
2015-05-14 14:56:13 -07:00 |
|
Vinayakumar B
|
085841d9ac
|
HADOOP-8174. Remove confusing comment in Path#isAbsolute() (Contributed by Suresh Srinivas)
(cherry picked from commit 0daa5ada68db483275aaa7f2ed9a2b5eaf5bb9bd)
|
2015-05-14 14:18:00 +05:30 |
|
Tsuyoshi Ozawa
|
9f89c6656e
|
HADOOP-11361. Fix a race condition in MetricsSourceAdapter.updateJmxCache. Contributed by Brahma Reddy Battula.
(cherry picked from commit 4356e8a5ef0ac6d11a34704b80ef360a710e623a)
|
2015-05-14 10:20:57 +09:00 |
|
cnauroth
|
ddc4afeff2
|
HADOOP-11966. Variable cygwin is undefined in hadoop-config.sh when executed through hadoop-daemon.sh. Contributed by Chris Nauroth.
|
2015-05-13 12:25:49 -07:00 |
|
Akira Ajisaka
|
b9a92c4452
|
HADOOP-9723. Improve error message when hadoop archive output path already exists. Contributed by Jean-Baptiste Onofré and Yongjun Zhang.
(cherry picked from commit 92c38e41e1fffb9d60d4fa5d4d2212777af9e9a5)
|
2015-05-13 17:30:49 +09:00 |
|
Zhijie Shen
|
6043224458
|
YARN-3539. Updated timeline server documentation and marked REST APIs evolving. Contributed by Steve Loughran.
(cherry picked from commit fcd0702c10ce574b887280476aba63d6682d5271)
|
2015-05-12 21:13:47 -07:00 |
|
Akira Ajisaka
|
7596c6e731
|
HDFS-6184. Capture NN's thread dump when it fails over. Contributed by Ming Ma.
(cherry picked from commit 2463666ecb553dbde1b8c540a21ad3d599239acf)
|
2015-05-13 11:37:59 +09:00 |
|
Haohui Mai
|
8011d4688f
|
HADOOP-11962. Sasl message with MD5 challenge text shouldn't be LOG out even in debug level. Contributed by Junping Du.
|
2015-05-12 10:30:43 -07:00 |
|
Allen Wittenauer
|
93bbbddda2
|
HADOOP-11947. test-patch should return early from determine-issue when run in jenkins mode. (Sean Busbey via aw)
|
2015-05-11 12:08:23 -07:00 |
|
Allen Wittenauer
|
5c7c7b7b74
|
HADOOP-11948. test-patch's issue matching regex should be configurable. (Sean Busbey via aw)
|
2015-05-11 11:54:21 -07:00 |
|
Allen Wittenauer
|
cea8213c3e
|
HADOOP-11950. Add cli option to test-patch to set the project-under-test (Sean Busbey via aw)
|
2015-05-11 11:51:04 -07:00 |
|
Allen Wittenauer
|
6307687f7d
|
HADOOP-11951. test-patch should give better info about failures to handle dev-support updates without resetrepo option (Sean Busbey via aw)
|
2015-05-11 11:46:14 -07:00 |
|
Allen Wittenauer
|
fa1cf5a51a
|
HADOOP-11928. Test-patch check for @author tags incorrectly flags removal of @author tags (Kengo Seki via aw)
|
2015-05-11 11:35:42 -07:00 |
|
Akira Ajisaka
|
77587fe198
|
HADOOP-11663. Remove description about Java 6 from docs. Contributed by Masatake Iwasaki.
(cherry picked from commit b9cebfc0ba871beb99f634a1a8c797e143ecc6d4)
|
2015-05-12 00:31:28 +09:00 |
|
Junping Du
|
a1a7deebf8
|
YARN-3587. Fix the javadoc of DelegationTokenSecretManager in yarn, etc. projects. Contributed by Gabor Liptak.
(cherry picked from commit 7e543c27fa2881aa65967be384a6203bd5b2304f)
|
2015-05-11 05:28:25 -07:00 |
|
Robert Kanter
|
015b30c3ab
|
HADOOP-9737. JarFinder#getJar should delete the jar file upon destruction of the JVM (jbonofre via rkanter)
(cherry picked from commit 315074bb08e0f2c9508834ada62f1533ffd82a26)
|
2015-05-08 16:05:59 -07:00 |
|
Allen Wittenauer
|
a1484cf771
|
HADOOP-11906. test-patch.sh should use file command for patch determinism (Sean Busbey via aw)
|
2015-05-08 15:14:13 -07:00 |
|
Jason Lowe
|
1523ed5a76
|
HADOOP-9729. The example code of org.apache.hadoop.util.Tool is incorrect. Contributed by hellojinjie
(cherry picked from commit ec2748dedbc500bd554aa62ca76ccab593129966)
|
2015-05-08 21:29:18 +00:00 |
|
Jason Lowe
|
4b96834e0d
|
HADOOP-7165. listLocatedStatus(path, filter) is not redefined in FilterFs. Contributed by Hairong Kuang
(cherry picked from commit c4bd2cddede779acfd3c5cdff16bf552068dfb64)
|
2015-05-08 20:36:55 +00:00 |
|
Colin Patrick Mccabe
|
d83ae68bb0
|
HDFS-8284. Update documentation about how to use HTrace with HDFS (Masatake Iwasaki via Colin P. McCabe)
(cherry picked from commit 8f7c2364d7254a1d987b095ba442bf20727796f8)
|
2015-05-08 12:30:34 -07:00 |
|
Arpit Agarwal
|
a481f950c3
|
HADOOP-10356. Corrections in winutils/chmod.c (Contributed by René Nyffenegger)
|
2015-05-08 11:42:55 -07:00 |
|
cnauroth
|
5c188908fe
|
HDFS-5640. Add snapshot methods to FileContext. Contributed by Rakesh R.
(cherry picked from commit 26f61d41df9e90a5053d9265f535cc492196f2a5)
|
2015-05-08 11:21:02 -07:00 |
|
Robert (Bobby) Evans
|
eef8d70bb0
|
HADOOP-6842. "hadoop fs -text" does not give a useful text representation of MapWritable objects
(cherry picked from commit cc17c83585f581d56e7c42b91464cd7a99e8cf90)
|
2015-05-08 12:00:31 -05:00 |
|
Vinayakumar B
|
2c3d79023b
|
HADOOP-11877. SnappyDecompressor's Logger class name is wrong ( Contributed by surendra singh lilhore)
(cherry picked from commit 1ffb7fa42e98e1b0c9ec46a32e682f92c660308a)
|
2015-05-08 16:53:16 +05:30 |
|