赞
踩
个人习惯将软件部署在opt/module下
tar -zxvf presto-server-0.196.tar.gz -C /opt/module/
mkdir data
路径为
/opt/module/presto/data
mkdir etc
路径为
/opt/module/presto/et
-server
-Xmx16G
-XX:+UseG1GC
-XX:G1HeapRegionSize=32M
-XX:+UseGCOverheadLimit
-XX:+ExplicitGCInvokesConcurrent
-XX:+HeapDumpOnOutOfMemoryError
-XX:+ExitOnOutOfMemoryError
mkdir catalog
路径
/opt/module/presto/etc/catalog
创建hive的配置文件
vim hive.properties
添加配置
connector.name=hive-hadoop11
hive.metastore.uri=thrift://hadoop11:9083 //远程
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。