Close #74: [HIVEMALL-84-2] Fix docker

Project: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-hivemall/commit/a31d0aab
Tree: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/tree/a31d0aab
Diff: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/diff/a31d0aab

Branch: refs/heads/master
Commit: a31d0aab3f419812cae7da426f6dcdc9a7be72b5
Parents: 75e1a4f 3526bcf
Author: Ryuichi Ito <[email protected]>
Authored: Fri Apr 28 18:23:03 2017 +0900
Committer: myui <[email protected]>
Committed: Fri Apr 28 18:28:26 2017 +0900

----------------------------------------------------------------------
 docs/gitbook/docker/getting_started.md |  6 +++---
 resources/docker/Dockerfile            | 12 ++++++------
 resources/docker/home/bin/init.sh      |  2 +-
 3 files changed, 10 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-hivemall/blob/a31d0aab/docs/gitbook/docker/getting_started.md
----------------------------------------------------------------------
diff --cc docs/gitbook/docker/getting_started.md
index 31e14b2,a1a4da5..0944753
--- a/docs/gitbook/docker/getting_started.md
+++ b/docs/gitbook/docker/getting_started.md
@@@ -52,9 -52,14 +52,9 @@@ This page introduces how to run Hivemal
    2. Run `docker run -it ${docker_image_id}`. 
       Refer [Docker reference](https://docs.docker.com/engine/reference/run/) 
for the command detail.
  
 -# 3. Build Hivemall
 +# 3. Run Hivemall on Docker
  
-   1. type `hive` to run (see `.hiverc` loads Hivemall functions)
 -  In the container, Hivemall resource is stored in `$HIVEMALL_PATH`.
 -  You can build Hivemall package by `cd $HIVEMALL_PATH && ./bin/build.sh`.
 -
 -# 4. Run Hivemall on Docker
 -
 -  1. Type `hive` to run (see `.hiverc` loads Hivemall functions)
++  1. Type `hive` to run (`.hiverc` automatically loads Hivemall functions)
    2. Try your Hivemall queries!
  
  ## Load data into HDFS (optional)

Reply via email to