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 |
|
Jonathan Turner Eagles
|
a19b956975
|
HDFS-4511. Cover package org.apache.hadoop.hdfs.tools with unit test (Andrey Klochkov via jeagles)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1533270 13f79535-47bb-0310-9956-ffa450edef68
|
2013-10-17 21:49:30 +00:00 |
|
Jing Zhao
|
909ab360c0
|
HDFS-5334. Implement dfshealth.jsp in HTML pages. Contributed by Haohui Mai.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1532949 13f79535-47bb-0310-9956-ffa450edef68
|
2013-10-17 01:31:33 +00:00 |
|
Chris Nauroth
|
5eb618ee1f
|
HDFS-4491. Parallel testing HDFS. Contributed by Andrey Klochkov.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1520479 13f79535-47bb-0310-9956-ffa450edef68
|
2013-09-06 03:06:41 +00:00 |
|
Sanford Ryza
|
f6a1f4d1e0
|
HADOOP-9879. Move the version info of zookeeper dependencies to hadoop-project/pom (Karthik Kambatla via Sandy Ryza)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1515711 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-20 06:24:22 +00:00 |
|
Alejandro Abdelnur
|
8451ab5c01
|
HADOOP-9872. Improve protoc version handling and detection. (tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1514068 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-14 22:15:04 +00:00 |
|
Alejandro Abdelnur
|
19b36f0900
|
HADOOP-9845. Update protobuf to 2.5 from 2.4.x. (tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1513281 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-12 22:15:10 +00:00 |
|
Jason Darrell Lowe
|
febc5040b9
|
HADOOP-9734. Common protobuf definitions for GetUserMappingsProtocol, RefreshAuthorizationPolicyProtocol and RefreshUserMappingsProtocol. Contributed by Jason Lowe
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1503954 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-17 00:06:48 +00:00 |
|
Aaron Myers
|
f61581501a
|
Merge trunk into HDFS-347 branch.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-347@1446832 13f79535-47bb-0310-9956-ffa450edef68
|
2013-02-16 01:12:07 +00:00 |
|
Alejandro Abdelnur
|
6bcbf492a2
|
HADOOP-9117. replace protoc ant plugin exec with a maven plugin. (tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1445956 13f79535-47bb-0310-9956-ffa450edef68
|
2013-02-13 22:13:44 +00:00 |
|
Todd Lipcon
|
797465820b
|
Merge trunk into branch
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-347@1437623 13f79535-47bb-0310-9956-ffa450edef68
|
2013-01-23 18:51:24 +00:00 |
|
Todd Lipcon
|
e322e0a05f
|
HADOOP-9215. when using cmake-2.6, libhadoop.so doesn't get created (only libhadoop.so.1.0.0). Contributed by Colin Patrick McCabe.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1434530 13f79535-47bb-0310-9956-ffa450edef68
|
2013-01-17 01:37:41 +00:00 |
|
Arun Murthy
|
fabecd7f25
|
HDFS-4399. Fix RAT warnings by excluding images sub-dir in docs. Contributed by Thomas Graves.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1433461 13f79535-47bb-0310-9956-ffa450edef68
|
2013-01-15 15:39:54 +00:00 |
|
Todd Lipcon
|
d79868d3e5
|
Add branch-specific CHANGES.txt file to RAT excludes list
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-347@1433232 13f79535-47bb-0310-9956-ffa450edef68
|
2013-01-15 00:20:34 +00:00 |
|
Thomas Graves
|
e26da77544
|
HDFS-4385. Maven RAT plugin is not checking all source files (tgraves)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1432933 13f79535-47bb-0310-9956-ffa450edef68
|
2013-01-14 14:36:40 +00:00 |
|
Suresh Srinivas
|
251b485af5
|
HADOOP-9173. Add security token protobuf definition to common and use it in hdfs. Contributed by Suresh Srinivas.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1428972 13f79535-47bb-0310-9956-ffa450edef68
|
2013-01-04 16:49:49 +00:00 |
|
Alejandro Abdelnur
|
a4f30ff53c
|
reverting commit 1399898 (HADOOP-8887)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1399972 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-19 05:38:26 +00:00 |
|
Alejandro Abdelnur
|
53c598ab11
|
HADOOP-8887. Use a Maven plugin to build the native code using CMake. (cmccabe via tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1399898 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-18 22:40:41 +00:00 |
|