Skip to content

Commit

Permalink
add download link
Browse files Browse the repository at this point in the history
  • Loading branch information
chaoyli committed Aug 11, 2017
1 parent e2311f6 commit fb64a1a
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions docs/admin_guide/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,19 @@ Palo 当前只能运行在 Linux 系统上,无论是编译还是部署,都

## 2. 编译

默认提供了 Ubuntu 16.04, Centos 7.1 环境的预编译版本,可以直接下载使用。如果预编译版本有问题,或者是其它系统,建议按照下面步骤进行源码编译。
默认提供了 Ubuntu 16.04, Centos 7.1 环境的预编译版本,可以直接下载使用。
下载链接:
[palo-0.8.0_centos7.1](http://palo-opensource.gz.bcebos.com/palo-0.8.0_centos7.1_gcc485.tar.gz?authorization=bce-auth-v1%2F069fc2786e464e63a5f1183824ddb522%2F2017-08-11T11%3A51%3A19Z%2F-1%2Fhost%2Fefac3d8c53b4506e196121e4ed3f39edbd7e9bb452d39153da7e76316ad53b5b), [palo-0.8.0_ubuntu16.04](http://palo-opensource.gz.bcebos.com/palo-0.8.0_ubuntu16.04_gcc540.tar.gz?authorization=bce-auth-v1%2F069fc2786e464e63a5f1183824ddb522%2F2017-08-11T12%3A18%3A14Z%2F-1%2Fhost%2F2200814cc11ce5d2c2f93846a0ebb633352b79245f85e071b9b3cf12bfa40ebf)

如果预编译版本有问题,或者是其它系统,建议按照下面步骤进行源码编译。

### 2.1 编译第三方依赖库

`sh thirdparty/build-thirdparty.sh`
为防止从官网下载第三方库失败,我们提前打包了palo所需的第三方库,下载地址如下: [palo-thirdparty](http://palo-opensource.gz.bcebos.com/palo-thirdparty.tar.gz?authorization=bce-auth-v1%2F069fc2786e464e63a5f1183824ddb522%2F2017-08-11T13%3A18%3A14Z%2F-1%2Fhost%2Fec3d7693a3ab4fe76fb23f8e77dff40624bde867cab75d3842e719816cbd1d2b)。下载解压完成之后,需将palo-thirdparty目录下的全部文件拷贝到thirdparty/src目录下。

运行`sh thirdparty/build-thirdparty.sh`编译第三方库。

_注意`build-thirdparty.sh` 依赖 thirdparty 目录下的其它两个脚本,其中 `vars.sh` 定义了一些编译第三方库时依赖的环境变量;`download-thirdparty.sh` 负责完成对依赖源码包的下载。_
**注意**`build-thirdparty.sh` 依赖 thirdparty 目录下的其它两个脚本,其中 `vars.sh` 定义了一些编译第三方库时依赖的环境变量;`download-thirdparty.sh` 负责完成从官网下载所需第三方依赖库。

### 2.2 编译 Palo FE 和 BE

Expand Down

0 comments on commit fb64a1a

Please sign in to comment.