This is an automated email from the ASF dual-hosted git repository. szetszwo pushed a commit to branch RATIS-5 in repository https://gitbox.apache.org/repos/asf/ratis-hadoop-projects.git
commit c6c3874fa83c725a3299f3cd41679c53f9ca2567 Author: Márton Elek <[email protected]> AuthorDate: Wed Jan 3 23:52:23 2018 +0100 RATIS-5. Fix first mention of Apache Hadoop. --- content/getting_started.md | 2 +- layouts/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/getting_started.md b/content/getting_started.md index 0ed63a6..df2c9d7 100644 --- a/content/getting_started.md +++ b/content/getting_started.md @@ -73,5 +73,5 @@ You also need to include *one* of the transports: </dependency> {{< /highlight >}} -Please note that Hadoop dependencies are shaded, so it's safe to use hadoop transport with different versions of Apache Hadoop. +Please note that Apache Hadoop dependencies are shaded, so it's safe to use hadoop transport with different versions of Hadoop. diff --git a/layouts/index.html b/layouts/index.html index 3359be1..2fed9c9 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -57,7 +57,7 @@ <i class="fa fa-5x fa-fw m-y-3 text-info fa-child"></i> <h4>Pluggable transport</h4> <p> - Ratis provides a pluggable transport layer. By default gRPC, Netty+Protobuf and Hadoop RPC based transports are provided. + Ratis provides a pluggable transport layer. By default gRPC, Netty+Protobuf and Apache Hadoop RPC based transports are provided. </p> <p>
