删除文件命令rm -f文件名
下载数据到本地下载目录:sz filename1 filename2 …
上传数据到远程:执行rz –be命令,客户端会弹出上传窗口,用户自行选择(可多选)要上传的文件即可。
wyp.txt文件中的数据列之间是使用\t分割的,可以通过下面的语句将这个文件里面的数据导入到wyp表里面,操作如下:
wyp.txt文件中的数据列之间是使用\t分割的,可以通过下面的语句将这个文件里面的数据导入到wyp表里面,操作如下:
1.hive> load data local inpath'abc.txt' into table wyz;
2.Copying data from file:/home/wyp/wyp.txt
3.Copying file: file:/home/wyp/wyp.txt
4.Loading data to table default.wyp
5.Table default.wyp stats:
6.[num_partitions: 0, num_files: 1,num_rows: 0, total_size: 67]
7.OK
8.Time taken: 5.967 seconds
复制代码
这样就将wyp.txt里面的内容导入到wyp表里面去了,可以到wyp表的数据目录下查看,如下命令:
1.hive> dfs -ls/user/hive/warehouse/wyp ;
2.Found 1 items
3.-rw-r--r--3 wyp supergroup 67 2014-02-1918:23 /hive/warehouse/wyp/wyp.txt
Crontab是个好东西,可以定时执行任务
[root@hive-m ~]# crontab -l
0 * * * * /usr/sbin/ntpdate 114.112.91.219
*/1 * * * * /root/hivemonitor.sh
[root@hive-m ~]# crontab -e
0 * * * * /usr/sbin/ntpdate 114.112.91.219
*/1 * * * * /root/hivemonitor.sh
查看linux主机版本型号:
Uname –a
Cat /proc/version
Cat /etc/issue
rpm -qa |grep -i
"ftp"
查看是否有vsftpd之类的ftp server软件
第一步:安装vsftp pam db4
yum install vsftpd pam* db4* -y
使用命令将vsftp配置为系统服务
chkconfig --level 35 vsftpd on
下图为主机119.57.155.25已有的定时执行的脚本:
写完之后,按esc,就可以退出编辑模式了,然后:wq即可。