This is an automated email from the ASF dual-hosted git repository.

asq pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-crail.git


The following commit(s) were added to refs/heads/master by this push:
     new 5cb4c21  [Documentation] Fix location of start-crail.sh and 
stop-crail.sh as well as TcpNameNode RPC type in doc.
5cb4c21 is described below

commit 5cb4c21a28fc30f604f7c51cb7cbf16aeae3eeca
Author: Adrian Schuepbach <a...@apache.org>
AuthorDate: Tue Dec 3 14:14:06 2019 +0100

    [Documentation] Fix location of start-crail.sh and stop-crail.sh as well as 
TcpNameNode RPC type in doc.
---
 doc/source/config.rst | 2 +-
 doc/source/run.rst    | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/source/config.rst b/doc/source/config.rst
index 50d91b3..ce17e04 100644
--- a/doc/source/config.rst
+++ b/doc/source/config.rst
@@ -76,7 +76,7 @@ Crail's modular architecture allows to plugin different kinds 
of RPC implementat
 is used to configure the RPC implementation. We currently offer two 
implementations:
 
 * A TCP implementation based on `narpc <https://github.com/zrlio/narpc>`_ 
(default):
-  **org.apache.crail.namenode.rpc.tcp.tcpnamenode**
+  **org.apache.crail.namenode.rpc.tcp.TcpNameNode**
 * A RDMA implementation based on `darpc <https://github.com/zrlio/darpc>`_:
   **org.apache.crail.namenode.rpc.darpc.DaRPCNameNode**
 
diff --git a/doc/source/run.rst b/doc/source/run.rst
index 1fd235b..05c12e1 100644
--- a/doc/source/run.rst
+++ b/doc/source/run.rst
@@ -113,13 +113,13 @@ To run larger deployments start Crail using
 
 .. code-block:: bash
 
-   $CRAIL_HOME/start-crail.sh
+   $CRAIL_HOME/bin/start-crail.sh
 
 Similarly, Crail can be stopped by using
 
 .. code-block:: bash
 
-   $CRAIL_HOME/stop-crail.sh
+   $CRAIL_HOME/bin/stop-crail.sh
 
 For this to work include the list of machines to start datanodes in the 
:ref:`slaves` file.
 You can start multiple datanode of different types on the same host as follows:

Reply via email to