Haohui Mai
|
94a1833638
|
HDFS-2261. AOP unit tests are not getting compiled or run. Contributed by Haohui Mai.
|
2015-11-09 15:25:19 -08:00 |
|
Haohui Mai
|
65f53f246a
|
HDFS-9168. Move client side unit test to hadoop-hdfs-client. Contributed by Haohui Mai.
|
2015-10-28 15:54:37 -07:00 |
|
Haohui Mai
|
aa299ecd5e
|
HDFS-8779. WebUI fails to display block IDs that are larger than 2^53 - 1. Contributed by Haohui Mai.
|
2015-10-13 13:53:28 -07:00 |
|
Vinayakumar B
|
39581e3be2
|
HDFS-9139. Enable parallel JUnit tests for HDFS Pre-commit (Contributed by Chris Nauroth and Vinayakumar B)
|
2015-10-13 19:00:08 +05:30 |
|
Haohui Mai
|
d0c1e5fec4
|
HDFS-9215. Suppress the RAT warnings in hdfs-native-client module. Contributed by Haohui Mai.
|
2015-10-09 21:12:44 -07:00 |
|
Haohui Mai
|
3112f26368
|
HDFS-9170. Move libhdfs / fuse-dfs / libwebhdfs to hdfs-client. Contributed by Haohui Mai.
|
2015-10-07 00:06:33 -07:00 |
|
Colin Patrick Mccabe
|
892ade689f
|
HDFS-9080. Update htrace version to 4.0.1 (cmccabe)
|
2015-09-28 07:42:12 -07:00 |
|
Haohui Mai
|
7c5c099324
|
HDFS-8733. Keep server related definition in hdfs.proto on server side. Contributed by Mingliang Liu.
|
2015-09-22 20:57:05 -07:00 |
|
Jakob Homan
|
837fb75e8e
|
HDFS-8155. Support OAuth2 in WebHDFS.
|
2015-08-29 18:37:05 -07:00 |
|
Haohui Mai
|
456e901a4c
|
HDFS-6407. Add sorting and pagination in the datanode tab of the NN Web UI. Contributed by Haohui Mai.
|
2015-08-17 11:04:00 -07:00 |
|
Haohui Mai
|
ddc867ceb9
|
HDFS-8816. Improve visualization for the Datanode tab in the NN UI. Contributed by Haohui Mai.
|
2015-07-29 17:14:05 -07:00 |
|
Haohui Mai
|
fc6182d5ed
|
HDFS-8726. Move protobuf files that define the client-sever protocols to hdfs-client. Contributed by Haohui Mai.
|
2015-07-08 10:37:10 -07:00 |
|
Andrew Wang
|
7673d4f205
|
HADOOP-11885. hadoop-dist dist-layout-stitching.sh does not work with dash. (wang)
|
2015-05-29 14:54:18 -07:00 |
|
Allen Wittenauer
|
ae14543420
|
HADOOP-12022. fix site -Pdocs -Pdist in hadoop-project-dist; cleanout remaining forrest bits (aw)
|
2015-05-28 13:24:01 -07:00 |
|
Haohui Mai
|
ada233b7cd
|
HDFS-8377. Support HTTP/2 in datanode. Contributed by Duo Zhang.
|
2015-05-24 22:30:32 -07:00 |
|
Vinayakumar B
|
55ed6558ba
|
HADOOP-11743. maven doesn't clean all the site files (Contributed by ramtin)
|
2015-05-22 16:45:19 +05:30 |
|
Haohui Mai
|
16b74f978a
|
HDFS-7893. Update the POM to create a separate hdfs-client jar. Contributed by Haohui Mai.
|
2015-04-02 15:29:18 -07:00 |
|
cnauroth
|
c6d5b37a1c
|
HDFS-7774. Unresolved symbols error while compiling HDFS on Windows 7/32 bit. Contributed by Kiran Kumar M R.
|
2015-02-26 13:37:46 -08:00 |
|
Colin Patrick Mccabe
|
09ad9a868a
|
HADOOP-11498. Bump the version of HTrace to 3.1.0-incubating (Masatake Iwasaki via Colin P. McCabe)
|
2015-01-30 16:01:59 -08:00 |
|
Andrew Wang
|
caf7298e49
|
HDFS-6673. Add delimited format support to PB OIV tool. Contributed by Eddy Xu.
|
2015-01-28 12:36:29 -08:00 |
|
Brandon Li
|
1bbcc3d032
|
HDFS-7424. Add web UI for NFS gateway. Contributed by Brandon Li
|
2014-12-04 10:46:26 -08:00 |
|
Haohui Mai
|
d794f785de
|
HADOOP-11230. Add missing dependency of bouncycastle for kms, httpfs, hdfs, MR and YARN. Contributed by Robert Kanter.
|
2014-11-04 17:52:03 -08:00 |
|
Haohui Mai
|
675bca2968
|
HDFS-7280. Use netty 4 in WebImageViewer. Contributed by Haohui Mai.
|
2014-10-28 16:53:53 -07:00 |
|
Haohui Mai
|
8dfe54f6d3
|
Addendum patch for HDFS-7172. Contributed by Chris Nauroth.
|
2014-10-01 16:09:30 -07:00 |
|
Alejandro Abdelnur
|
c0c7e6fabd
|
HADOOP-11062. CryptoCodec testcases requiring OpenSSL should be run only if -Pnative is used. (asuresh via tucu)
|
2014-09-16 23:36:36 -07:00 |
|
Alejandro Abdelnur
|
3e85f5b605
|
HDFS-7006. Test encryption zones with KMS. (Anthony Young-Garner and tucu)
|
2014-09-16 14:36:07 -07:00 |
|
cnauroth
|
fab9bc58ec
|
HDFS-6979. hdfs.dll not produce .pdb files. Contributed by Chris Nauroth.
|
2014-09-05 11:03:58 -07:00 |
|
Andrew Wang
|
faa4455be5
|
HDFS-6634. inotify in HDFS. Contributed by James Thomas.
|
2014-09-02 14:02:29 -07:00 |
|
Colin Patrick Mccabe
|
6962510f72
|
HDFS-6879. Adding tracing to Hadoop RPC. Contributed by Masatake Iwasaki.
|
2014-08-27 14:12:05 -07:00 |
|
Charles Lamb
|
74f7be0887
|
merge from trunk r1617527
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/fs-encryption@1617532 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-12 17:02:07 +00:00 |
|
Chris Nauroth
|
70d453602c
|
HDFS-573. Porting libhdfs to Windows. Contributed by Chris Nauroth.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1616814 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-08 16:26:45 +00:00 |
|
Andrew Wang
|
ac73d416f3
|
Merge from trunk to branch
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/fs-encryption@1615844 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-05 02:30:54 +00:00 |
|
Steve Loughran
|
f6436c0720
|
HDFS-4629. Using com.sun.org.apache.xml.internal.serialize.* in XmlEditsVisitor.java is JVM vendor specific. Breaks IBM JAVA.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1614663 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-30 14:05:59 +00:00 |
|
Andrew Wang
|
56c0bd4d37
|
Merge from trunk to branch
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/fs-encryption@1610853 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-15 21:10:24 +00:00 |
|
Chris Nauroth
|
3b54223c0f
|
HDFS-2856. Fix block protocol so that Datanodes don't require root or jsvc. Contributed by Chris Nauroth.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1610474 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-14 18:10:03 +00:00 |
|
Andrew Wang
|
5e5e1a6202
|
Merge trunk r1603663 to branch.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/fs-encryption@1603664 13f79535-47bb-0310-9956-ffa450edef68
|
2014-06-18 23:15:04 +00:00 |
|
Haohui Mai
|
22cbcd16cb
|
HADOOP-10717. Revert r1603571.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1603620 13f79535-47bb-0310-9956-ffa450edef68
|
2014-06-18 20:37:25 +00:00 |
|
Steve Loughran
|
bae5837d3b
|
HADOOP-10717. Missing JSP support in Jetty
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1603534 13f79535-47bb-0310-9956-ffa450edef68
|
2014-06-18 17:08:45 +00:00 |
|
Colin McCabe
|
b98da7f3b5
|
HDFS-6539. test_native_mini_dfs is skipped in hadoop-hdfs pom.xml (decstery via cmccabe)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1602998 13f79535-47bb-0310-9956-ffa450edef68
|
2014-06-16 20:35:45 +00:00 |
|
Charles Lamb
|
3f892e9d53
|
HDFS-6473. Protocol and API for Encryption Zones (clamb)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/fs-encryption@1600803 13f79535-47bb-0310-9956-ffa450edef68
|
2014-06-06 01:42:18 +00:00 |
|
Uma Maheswara Rao G
|
ac23a55547
|
Merge HDFS-2006 HDFS XAttrs branch to Trunk
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1596575 13f79535-47bb-0310-9956-ffa450edef68
|
2014-05-21 13:57:33 +00:00 |
|
Haohui Mai
|
d777cb8996
|
HADOOP-10563. Remove the dependency of jsp in trunk. Contributed by Haohui Mai.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1592069 13f79535-47bb-0310-9956-ffa450edef68
|
2014-05-02 22:26:02 +00:00 |
|
Colin McCabe
|
9a0dec60ff
|
HDFS-4909. Avoid protocol buffer RPC namespace clashes (cmccabe)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1588091 13f79535-47bb-0310-9956-ffa450edef68
|
2014-04-16 22:58:40 +00:00 |
|
Haohui Mai
|
54c1daa580
|
HDFS-5978. Create a tool to take fsimage and expose read-only WebHDFS API. Contributed by Akira Ajisaka.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1582433 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-27 18:15:47 +00:00 |
|
Haohui Mai
|
2ed075e1bb
|
Merging r1566042 through r1566364 from trunk.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-4685@1566375 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-09 19:45:00 +00:00 |
|
Jing Zhao
|
a2edb11b68
|
HDFS-5698. Use protobuf to serialize / deserialize FSImage. Contributed by Haohui Mai.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1566359 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-09 19:18:51 +00:00 |
|
Chris Nauroth
|
9263f3bb14
|
HDFS-5596. Implement RPC stubs. Contributed by Haohui Mai.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-4685@1550544 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-12 21:47:46 +00:00 |
|
Jing Zhao
|
c131ae39fc
|
HDFS-5525. Inline dust templates for new Web UI. Contributed by Haohui Mai.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1543895 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-20 18:17:41 +00:00 |
|
Jing Zhao
|
e68e3e429d
|
HDFS-5393. Serve bootstrap and jQuery locally. Contributed by Haohui Mai.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1543248 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-19 00:37:54 +00:00 |
|
Jing Zhao
|
fc99f3e8a3
|
HDFS-5382. Implement the UI of browsing filesystems in HTML 5 page. Contributed by Haohui Mai.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1534368 13f79535-47bb-0310-9956-ffa450edef68
|
2013-10-21 20:42:13 +00:00 |
|