提交 03661e7e 编写于 作者: X xulongteng

fix doc

上级 2ffd8af9
......@@ -391,7 +391,7 @@ $ tree
nohup bin/cube &
nohup bin/cube-agent -P 8001 &
```
其中cube-agent在启动命令中使用 -P 参数指定监听端口号
其中cube-agent在启动命令中使用 -P 参数指定监听端口号,在log文件夹可以查看cube server的日志。
### <span id="head21">3. cube-builder部署</span>
......@@ -530,6 +530,7 @@ $ tree
builder输入数据的源格式必须为seqfile,key为uint64(输入必须为二进制8个字节),value为序列化的二进制。
提供明文转seqfile工具和读seqfile工具,位置在output/tool里kvtool.py和kv_to_seqfile.py。
kvtool.py 是读seqfile工具,会输出读到的kv信息,参数是文件地址假设在/home/work/test下的seqfile,运行方式如下:
```
python kvtool.py /home/work/test/seqfile
```
......@@ -594,7 +595,16 @@ $ tree
```bash
./cube-transfer -p 8099 -l 4 --config conf/transfer.conf
```
配送完毕cube-transfer会进入监听数据更新的状态,日志以及命令行会输出以下信息
![wait-update](./deploy/wait-update.png)
#### <span id="head281">4.4 cube-transfer支持查询接口</span>
> 获取当前词典状态
> http://10.10.10.5:8099/dict/info
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册