Andrew Wang
b876bbd936
Update maven version for 3.0.0-alpha4 development
2017-06-08 10:44:47 -07:00
Anu Engineer
a704a24757
HDFS-11698. Ozone: SCM: CLI: Add Debug command. Contributed by Chen Liang.
2017-05-04 13:55:07 -07:00
Anu Engineer
3231ead84b
Merge branch 'trunk' into HDFS-7240
2017-04-12 16:36:41 -07:00
Chris Douglas
a5e57df3c5
HADOOP-14225. Remove xmlenc dependency
2017-04-10 11:48:40 -07:00
Andrew Wang
539ef5aa2e
HFDS-11596. hadoop-hdfs-client jar is in the wrong directory in release tarball. Contributed by Yuanbo Liu.
2017-04-05 16:04:09 -07:00
Akira Ajisaka
09e6caec3d
HDFS-9651. All web UIs should include a robots.txt file. Contributed by Lars Francke.
2017-04-05 12:45:28 +09:00
Anu Engineer
558b478ff2
HDFS-11519. Ozone: Implement XceiverServerSpi and XceiverClientSpi using Ratis. Contributed by Tsz Wo Nicholas Sze.
2017-04-03 12:40:06 -07:00
Anu Engineer
e867baa220
HDFS-11361. Block Storage: add cache interface. Contributed by Chen Liang.
2017-03-23 14:33:23 -07:00
Anu Engineer
36b20e9fbf
HDFS-11496. Ozone: Merge with trunk needed a ignore duplicate entry in pom file due to shading. Contributed by Tsz Wo Nicholas Sze.
2017-03-21 15:23:56 -07:00
Anu Engineer
0951726233
Merge branch 'trunk' into HDFS-7240
2017-03-03 14:03:35 -08:00
Arpit Agarwal
ad16978e65
HDFS-11414. Ozone : move StorageContainerLocation protocol to hdfs-client. Contributed by Chen Liang.
2017-02-28 10:28:05 -08:00
Xiao Chen
88da9f6b67
Revert "HDFS-8377. Support HTTP/2 in datanode. Contributed by Duo Zhang."
...
This reverts commit ada233b7cd
.
2017-01-26 13:42:50 -08:00
Zhe Zhang
18e1d68209
HDFS-10534. NameNode WebUI should display DataNode usage histogram. Contributed by Kai Sasaki.
2017-01-25 09:58:39 -08:00
Andrew Wang
5d8b80ea9b
Preparing for 3.0.0-alpha3 development
2017-01-19 15:50:07 -08:00
Andrew Wang
5f336512d0
HADOOP-13961. Fix compilation failure from missing hadoop-kms test jar. Contributed by Sangjin Lee and John Zhuge.
2017-01-11 15:48:50 -08:00
Akira Ajisaka
209e805430
HADOOP-13506. Redundant groupid warning in child projects. Contributed by Kai Sasaki.
2016-11-28 14:34:57 +09:00
Anu Engineer
23eba15409
HDFS-11130. Block Storage : Add storage client to server protocol. Contributed by Chen Lian
2016-11-14 12:27:38 -08:00
Anu Engineer
e55bdefdab
Merge branch 'trunk' into HDFS-7240
...
Conflicts:
hadoop-hdfs-project/hadoop-hdfs-client/pom.xml
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/ozone/container/common/impl/ContainerLocationManagerImpl.java
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/ozone/container/common/impl/ContainerManagerImpl.java
2016-11-11 10:49:05 -08:00
Anu Engineer
e6a6b5b729
HDFS-11127. Block Storage : add block storage service protocol. Contributed by Chen Liang
2016-11-11 09:59:58 -08:00
Andrew Wang
e1c6ef2efa
HADOOP-13789. Hadoop Common includes generated test protos in both jar and test-jar. Contributed by Sean Busbey.
2016-11-08 16:33:55 -08:00
Akira Ajisaka
049e7d27be
HDFS-10970. Update jackson from 1.9.13 to 2.x in hadoop-hdfs.
2016-11-07 11:16:31 +09:00
Robert Kanter
5877f20f9c
HADOOP-10075. Update jetty dependency to version 9 (rkanter)
2016-10-27 16:09:00 -07:00
Anu Engineer
9176dd2a20
HDFS-10938. Ozone:SCM: Add datanode protocol. Contributed by Anu Engineer.
2016-10-21 09:42:54 -07:00
Anu Engineer
ef84ac4699
HDFS-10995. Ozone: Move ozone XceiverClient to hdfs-client. Contributed by Chen Liang.
2016-10-12 17:37:14 -07:00
Anu Engineer
db22affd79
Merge branch 'trunk' into HDFS-7240
2016-08-19 13:32:24 -07:00
Andrew Wang
da456ffd62
Preparing for 3.0.0-alpha2 development
2016-07-15 19:04:17 -07:00
Anu Engineer
4b93ddae07
HDFS-8821. Stop tracking CHANGES.txt in the HDFS-1312 feature branch. Contributed by Xiaobing Zhou
2016-06-23 18:18:48 -07:00
Anu Engineer
3df0781aa7
HDFS-9856. Suppress Jenkins warning for sample JSON file. Contributed by Xiaobing Zhou
2016-06-23 18:18:48 -07:00
Arpit Agarwal
76279f5877
Merge branch 'trunk' into HDFS-7240
2016-05-19 12:44:16 -07:00
Allen Wittenauer
730bc746f9
HADOOP-12930. Dynamic subcommands for hadoop shell scripts (aw)
...
This commit contains the following JIRA issues:
HADOOP-12931. bin/hadoop work for dynamic subcommands
HADOOP-12932. bin/yarn work for dynamic subcommands
HADOOP-12933. bin/hdfs work for dynamic subcommands
HADOOP-12934. bin/mapred work for dynamic subcommands
HADOOP-12935. API documentation for dynamic subcommands
HADOOP-12936. modify hadoop-tools to take advantage of dynamic subcommands
HADOOP-13086. enable daemonization of dynamic commands
HADOOP-13087. env var doc update for dynamic commands
HADOOP-13088. fix shellprofiles in hadoop-tools to allow replacement
HADOOP-13089. hadoop distcp adds client opts twice when dynamic
HADOOP-13094. hadoop-common unit tests for dynamic commands
HADOOP-13095. hadoop-hdfs unit tests for dynamic commands
HADOOP-13107. clean up how rumen is executed
HADOOP-13108. dynamic subcommands need a way to manipulate arguments
HADOOP-13110. add a streaming subcommand to mapred
HADOOP-13111. convert hadoop gridmix to be dynamic
HADOOP-13115. dynamic subcommand docs should talk about exit vs. continue program flow
HADOOP-13117. clarify daemonization and security vars for dynamic commands
HADOOP-13120. add a --debug message when dynamic commands have been used
HADOOP-13121. rename sub-project shellprofiles to match the rest of Hadoop
HADOOP-13129. fix typo in dynamic subcommand docs
HADOOP-13151. Underscores should be escaped in dynamic subcommands document
HADOOP-13153. fix typo in debug statement for dynamic subcommands
2016-05-16 17:54:45 -07:00
Andrew Wang
3c5c57af28
HADOOP-13142. Change project version from 3.0.0 to 3.0.0-alpha1.
2016-05-12 18:27:28 -07:00
Andrew Wang
ca5613af91
Revert "Update project version to 3.0.0-alpha1-SNAPSHOT."
...
This reverts commit 6b53802cba
.
2016-05-12 15:32:45 -07:00
Andrew Wang
6b53802cba
Update project version to 3.0.0-alpha1-SNAPSHOT.
2016-05-12 11:05:05 -07:00
Anu Engineer
3f62ba558d
Merge branch 'trunk' into HDFS-7240
2016-04-07 14:43:39 -07:00
Akira Ajisaka
32c0c3ecdf
HDFS-10221. Add .json to the rat exclusions. Contributed by Ming Ma.
2016-03-31 09:06:14 +09:00
Anu Engineer
55d4ee71e2
HDFS-8210. Ozone: Implement storage container manager. Contributed by Chris Nauroth.
2016-03-30 14:49:55 -07:00
Anu Engineer
45e360f54e
HDFS-9853. Ozone: Add container definitions. Contributed by Anu Engineer.
2016-03-11 12:57:08 -08:00
Anu Engineer
d309930374
HDFS-8753. Ozone: Unify StorageContainerConfiguration with ozone-default.xml & ozone-site.xml. Contributed by kanaka kumar avvaru
2016-03-11 12:57:07 -08:00
Chris Nauroth
89b16d27e2
HADOOP-12905. Clean up CHANGES.txt RAT exclusions from pom.xml files. Contributed by Chris Nauroth.
2016-03-08 21:22:06 -08:00
Chris Nauroth
2759689d7d
HDFS-9239. DataNode Lifeline Protocol: an alternative protocol for reporting DataNode liveness. Contributed by Chris Nauroth.
2016-03-04 15:29:50 -08:00
Vinayakumar B
a6728a013e
HDFS-9629. Update the footer of Web UI to show year 2016 (Contributed by Xiao Chen and Vinayakumar B)
2016-02-04 13:37:51 +05:30
Tom Zeng
b4c6b511e7
HADOOP-12415. Add io.netty dependency to hadoop-nfs and to hadoop-hdfs, needed to build Bigtop successfuly, see BIGTOP-2049
...
Signed-off-by: Konstantin Boudnik <cos@boudnik.org>
2015-11-24 18:36:34 -08:00
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