Doris install - 1.2.2

来自牛奶河Wiki
阿奔讨论 | 贡献2023年2月17日 (五) 21:44的版本 →‎安装
跳到导航 跳到搜索

需求

软件 版本
Java 1.8 及以上
GCC 4.8.2 及以上

文件句柄数

# /etc/security/limits.conf

* soft nofile 65536
* hard nofile 65536

其它

  • Doris 的元数据要求时间精度要小于 5000 ms
  • 关闭交换分区
  • 使用 ext4 文件系统

安装

IP FE BE OB Broker Memo
192.168.0.21 1 1
192.168.0.22 1 1
192.168.0.23 1 1
192.168.0.24 1 1

Java 1.8

Doris 1.2.2

xz -dk apache-doris-fe-1.2.2-bin-x86_64.tar.xz

xz -dk apache-doris-be-1.2.2-bin-x86_64.tar.xz

tar -xvf apache-doris-fe-1.2.2-bin-x86_64.tar

tar -xvf apache-doris-be-1.2.2-bin-x86_64.tar

mv apache-doris-fe-1.2.2-bin-x86_64 /opt/

ln -s /opt/apache-doris-fe-1.2.2-bin-x86_64 /opt/doris_fe

mv apache-doris-be-1.2.2-bin-x86_64 /opt/

ln -s /opt/apache-doris-be-1.2.2-bin-x86_64 /opt/doris_be

Configure

# profile

JAVA_HOME=/opt/java

DORIS_HOME=/opt/doris

# conf/fe.conf

priority_networks=192.168.0.0/24