Skip to content

Commit

Permalink
Fix typo (baidu#644)
Browse files Browse the repository at this point in the history
(#null)
  • Loading branch information
lylei authored and Yang Ce committed Nov 25, 2016
1 parent 79d394a commit 4b0dc1d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 16 deletions.
7 changes: 0 additions & 7 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
#!/usr/bin/env bash
set -x
set -o pipefail
export PS4='+{$LINENO `date "+%Y-%m-%d_%H:%M:%S"` :${FUNCNAME[0]}} '
cur=`dirname "${0}"`
cd "${cur}"
cur=`pwd`

set -e -u -E # this script will exit if any sub-command fails

########################################
# download & build depend software
Expand Down
6 changes: 4 additions & 2 deletions docs/cn/quick_start.md
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
`./deploy.sh`
deploy.sh 会自动部署一套有1个nameserver,4个chunkserver的模拟集群环境。
3. 启动BFS
`./start.sh`
start.sh会启动前面异步部署的模拟集群环境
`./start_bfs.sh`
start_bfs.sh会启动前面异步部署的模拟集群环境
可以通过 `./bfs_client stat` 查看集群后启动情况,也可以通过`http://localhost:8828` 查看web页面信息
看到4个活的chunkserver, 说明集群启动成功.
4. 使用bfs_client体验BFS
Expand Down Expand Up @@ -77,3 +77,5 @@ BFS的分布式部署一般包含3或5个NameServer节点和3+个ChunkServer节

### BFS使用
使用Demo参考[src/client/bfs_client.cc](https://github.com/baidu/bfs/blob/master/src/client/bfs_client.cc)


7 changes: 0 additions & 7 deletions internal_build.sh
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
#!/usr/bin/env bash
set -x
set -o pipefail
export PS4="+{$LINENO `date "+%Y-%m-%d_%H:%M:%S"` :${FUNCNAME[0]}} "
cur=`dirname "${0}"`
cd "${cur}"
cur=`pwd`

set -e -u -E # this script will exit if any sub-command fails

########################################
# download & build depend software
Expand Down

0 comments on commit 4b0dc1d

Please sign in to comment.