安装aria2 sudo apt-get install aria2 aria2配置 创建下载目录 sudo mkdir ~/aria2_download sudo chmod 777 ~/aria2_download …
标签:etc
hadoop安装文档
hadoop安装文档 a、安装前准备步骤 操作系统:CentOS 7.0 版本:hadoop-2.7.3 hadoop-2.7.3 下载链接 用户:eoi 解压: tar -zxvf hadoop-2.7.3.tar.g…
Hadoop+Hbase+ZooKeeper集群安装方法
hadoop的下载地址 hbase的下载地址 zookeeper的下载地址 1、 主机配置如下: (添加到/etc/hosts文件里面) 192.168.0.211 master #(用于集群主机提供hmaster na…
postgress 设置内网访问
如果是阿里云内网需要配置一下安全组,允许出方向的ip 更新 /etc/postgresql/9.3/main/postgresql.conf,表示监听在哪个IP上面 listen_addresses = '10.40.9…
Presto连接Hive
接前一篇文章,这里只说怎样连接Hive。 配置 Hive Connector etc/catalog/hive.properties connector.name=hive-hadoop2 hive.metastore.…
Memcached
1. yum安装 # yum install memcached.x86_64 php-pecl-memcache.x86_64 或者 # yum install memcached php-pecl-memcache …
tsdb的使用心得
虽然各种资料都在说tsdb是时序数据库,可是在我看来它更像是一个中间件。将采集到的数据以特定格式写入hbase中、提供接口,支持多种类查询。 tsdb非常方便部署。当然,你首先得有hbase,不然数据写在哪里呢?部署方案…
编译安装配置MongoDB数据库
具体操作: 一、关闭SElinux、配置防火墙 1、vi /etc/selinux/config #SELINUX=enforcing#注释掉 #SELINUXTYPE=targeted#注释掉 SELINUX=disa…
Rpc 框架 Thrift 的核心概念(翻译)
Thrift 网络栈 Apache Thrift 网络栈的简单表示 +-------------------------------------------+ | Server | | (single-threaded,…
Centos7安装Jenkins
1、安装: sudo wget -O /etc/yum.repos.d/jenkins.repo https://pkg.jenkins.io/redhat-stable/jenkins.repo sudo rpm --…
二进制安装mysql-初始化配置
配置环境变量 vim /etc/profile mysql_home=/usr/local/mysql PATH=$PATH:$mysql_home/bin source /etc/profile 2、为root用户设置…
zookeeper在阿里云上配置
1.http://blog.csdn.net/stella_wu1017/article/details/73276386 2.外网需要访问:需要修改 /etc/hosts vi /etc/hosts 添加一行 …