- 博客(4)
- 收藏
- 关注
转载 hive配置mysql元数据
1.mysql数据库操作 建立hive数据库: create database hive 添加用户及用户权限: grant all privileges on *.* to 'hive'@'hdp001' identified by 'hive123'; flush privileges; 2.hive-site.xml配置 hive.metastore
2015-11-14 14:58:44
502
转载 ssh免密码设置
1. 在任一台上(例如:nn01),上执行 ssh-keygen -t rsa(三次回车) 2.进入.ssh,执行:cp id_rsa.pub authorized_keys 3. 在nn01,安装 expect sudo yum install expect* 执行expect:看是否安装成功 4.新建ssh_tool.sh,执行sh ssh_tool.sh脚本。
2015-11-14 14:27:26
274
原创 hadoop2.6配置文件设置
1.core-site.xml fs.defaultFS hdfs://hadoop01:8020 2.hdfs-site.xml 3.yarn-site.xml 4.mapred-site.xml ======================================
2015-11-14 13:41:46
402
原创 新建Linux虚拟机初始化网络等设置
1.设置主机名 vi /etc/sysconfig/network 编辑HOSTNAME=hadoop001 保存后通过init 6 重启生效 2.设置网络 vi /etc/sysconfig/network-scripts/ifcfg-eth0 DEVICE=eth0 TYPE=Ethernet ONBOOT=yes NM_CONTROLLED=yes BOOTPROTO=s
2015-11-11 18:39:18
1098
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅