Repository: incubator-ratis Updated Branches: refs/heads/RATIS-5 5855924bb -> c6c3874fa
RATIS-5. Fix first mention of Apache Hadoop. Project: http://git-wip-us.apache.org/repos/asf/incubator-ratis/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ratis/commit/c6c3874f Tree: http://git-wip-us.apache.org/repos/asf/incubator-ratis/tree/c6c3874f Diff: http://git-wip-us.apache.org/repos/asf/incubator-ratis/diff/c6c3874f Branch: refs/heads/RATIS-5 Commit: c6c3874fa83c725a3299f3cd41679c53f9ca2567 Parents: 5855924 Author: Márton Elek <[email protected]> Authored: Wed Jan 3 23:52:23 2018 +0100 Committer: Márton Elek <[email protected]> Committed: Wed Jan 3 23:52:23 2018 +0100 ---------------------------------------------------------------------- content/getting_started.md | 2 +- layouts/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ratis/blob/c6c3874f/content/getting_started.md ---------------------------------------------------------------------- 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. http://git-wip-us.apache.org/repos/asf/incubator-ratis/blob/c6c3874f/layouts/index.html ---------------------------------------------------------------------- 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>
