Presto

#简介
Presto是一个开源的分布式SQL查询引擎,适用于交互式分析查询,数据量支持GB到PB字节。Presto是一个开源的分布式SQL查询引擎,适用于交互式分析查询,数据量支持GB到PB字节。


#官网
http://prestodb-china.com/


#源码
京东源码 https://github.com/CHINA-JD/presto/
官方源码 https://github.com/prestodb/presto


#文档
https://prestodb-china.com/docs/current/index.html


#启动服务
/var/presto/presto-server/bin/launcher start
#停止服务
/var/presto/presto-server/bin/launcher stop




#命令行访问
https://prestodb.io/docs/current/installation/cli.html


#10.111.111.241上的客户端命令行操作
>cd /var/presto/client
>./presto --server localhost:8080 --catalog hive --schema default
>show tables;


#查看端口占用
netstat -nalp|grep 8080


#查看线程
ps -aux | grep pid


#开放某个端口 在/etc/sysconfig/iptables里添加
-A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 8080 -j ACCEPT




#简单安装配置
http://blog.csdn.net/wulantian/article/details/50749711
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值