node.data-dir=/opt/prestoserver/data 启动 presto-coordinator上执行"bin/launcher run",这样会将日志打印到控制台,我们好调试,如果是launcher start则后台运行,看不到日志。 presto-slave1上执行"bin/launcher run" presto-slave2上执行"bin/launcher run" 之后
3.2、安装过程 3.2.1、上传安装包 利用xshell和xftp将presto-server-0.230.tar.gz和presto-cli-0.230-executable.jar上传到10.166.50.231节点上的/usr/local/目录下。这里我们采用的方式是在一个节点(10.166.50.231)编辑好所有配置文件后利用scp命令将配置文件传到集群其余各个节点上,若是不想这样干也可以一个...