摘要: package hbase; import java.io.IOException; import java.util.ArrayList; import java.util.List; import org.apache.hadoop.conf.Configuration; import org.apache.hadoop.fs.Path; import org.apache.hadoop... 阅读全文
posted @ 2018-08-06 19:36 uuhh 阅读(3184) 评论(0) 推荐(0)
摘要: 关闭linux(window--netsh firewall set opmode disable)防火墙:chkconfig iptables off 禁用selinux vi /etc/selinux/config 创建LVS负载端接口 ifconfig eth0:8 192.168.17.10 阅读全文
posted @ 2018-08-06 17:20 uuhh 阅读(299) 评论(0) 推荐(0)
摘要: 创建linux分区时,必须创建swap和根分区登陆linux时,一个具有唯一进程Id号的shell将被调用,这个ID是什么? 是PID哪个变量是用来定义shell的全局变量的? 是exportawk while循环:{ i = 1while (i <= $3) {printf("\t%.2f\n", 阅读全文
posted @ 2018-08-06 17:18 uuhh 阅读(250) 评论(0) 推荐(0)
摘要: 练习建表语句 (struct使用的分割符是和collection相同的) CREATE TABLE emp(name string,salary float,likes array<string>,cloco map<string,string>,address struct<country:str 阅读全文
posted @ 2018-08-06 17:14 uuhh 阅读(185) 评论(0) 推荐(0)