Navigation Menu

Skip to content

Commit

Permalink
Follow to changes of the implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Jun 28, 2014
1 parent 718dbc0 commit b0cda6e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
10 changes: 5 additions & 5 deletions _po/ja/tutorial/1.0.4/add-replica/index.po
Expand Up @@ -303,20 +303,20 @@ msgstr ""
msgid ""
" (on 192.168.0.12)\n"
" # droonga-engine-join --base-dir=~/droonga \\\n"
" --replica-source-host=192.168.0.10 \\\n"
" --my-host=192.168.0.12"
" --host=192.168.0.12 \\\n"
" --replica-source-host=192.168.0.10"
msgstr ""

msgid ""
" * You must specify the host name or the IP address of the new replica node it"
"self, via the `--host` option.\n"
" * You must specify the host name or the IP address of an existing node of the"
" cluster, via the `--replica-source-host` option.\n"
" * You must specify the host name or the IP address of the new replica node it"
"self, via the `--my-host` option.\n"
" * You must run the command in the directory `catalog.json` is located, or spe"
"cify path to the directory via the `--base-dir` option."
msgstr ""
" * `--host` オプションで、その新しいreplicaノード自身のホスト名またはIPアドレスを指定して下さい。\n"
" * `--replica-source-host` オプションで、クラスタ中の既存のノードの1つのホスト名またはIPアドレスを指定して下さい。\n"
" * `--my-host` オプションで、その新しいreplicaノード自身のホスト名またはIPアドレスを指定して下さい。\n"
" * コマンドは `catalog.json` が置かれたディレクトリで実行するか、もしくはそのディレクトリのパスを `--base-dir` オプションで"
"指定して下さい。"

Expand Down
10 changes: 5 additions & 5 deletions ja/tutorial/1.0.4/add-replica/index.md
Expand Up @@ -170,11 +170,11 @@ cronjobとして実行されるバッチスクリプトによって `load` コ

(on 192.168.0.12)
# droonga-engine-join --base-dir=~/droonga \
--replica-source-host=192.168.0.10 \
--my-host=192.168.0.12
--host=192.168.0.12 \
--replica-source-host=192.168.0.10

* `--host` オプションで、その新しいreplicaノード自身のホスト名またはIPアドレスを指定して下さい。
* `--replica-source-host` オプションで、クラスタ中の既存のノードの1つのホスト名またはIPアドレスを指定して下さい。
* `--my-host` オプションで、その新しいreplicaノード自身のホスト名またはIPアドレスを指定して下さい。
* コマンドは `catalog.json` が置かれたディレクトリで実行するか、もしくはそのディレクトリのパスを `--base-dir` オプションで指定して下さい。

コマンドを実行すると、自動的に、クラスタのデータが新しいreplicaノードへと同期され始めます。
Expand Down Expand Up @@ -324,8 +324,8 @@ Droongaクラスタ内のノードは互いに監視しあっており、動作

(on 192.168.0.12)
# droonga-engine-join --base-dir=~/droonga \
--replica-source-host=192.168.0.10 \
--my-host=192.168.0.12
--host=192.168.0.12 \
--replica-source-host=192.168.0.10

最終的に、`192.168.0.10``192.168.0.12` の2つのノードからなるDroongaクラスタができあがりました。

Expand Down
10 changes: 5 additions & 5 deletions tutorial/1.0.4/add-replica/index.md
Expand Up @@ -162,11 +162,11 @@ To add a new replica node to an existing cluster, you just run a command `droong

(on 192.168.0.12)
# droonga-engine-join --base-dir=~/droonga \
--replica-source-host=192.168.0.10 \
--my-host=192.168.0.12
--host=192.168.0.12 \
--replica-source-host=192.168.0.10

* You must specify the host name or the IP address of the new replica node itself, via the `--host` option.
* You must specify the host name or the IP address of an existing node of the cluster, via the `--replica-source-host` option.
* You must specify the host name or the IP address of the new replica node itself, via the `--my-host` option.
* You must run the command in the directory `catalog.json` is located, or specify path to the directory via the `--base-dir` option.

Then the command automatically starts to synchronize all data of the cluster to the new replica node.
Expand Down Expand Up @@ -318,8 +318,8 @@ Then, join the node to the cluster.

(on 192.168.0.12)
# droonga-engine-join --base-dir=~/droonga \
--replica-source-host=192.168.0.10 \
--my-host=192.168.0.12
--host=192.168.0.12 \
--replica-source-host=192.168.0.10

Finally a Droonga cluster constructed with two nodes `192.168.0.10` and `192.168.0.12` is here.

Expand Down

0 comments on commit b0cda6e

Please sign in to comment.