05 2017 档案

摘要:FS Shell调用文件系统(FS)Shell命令应使用 bin/hadoop fs 的形式。 所有的的FS shell命令使用URI路径作为参数。URI格式是scheme://authority/path。对HDFS文件系统,scheme是hdfs,对本地文件系统... 阅读全文
posted @ 2017-05-30 17:58 yuerspring 阅读(236) 评论(0) 推荐(0)
摘要:# -*- coding: utf-8 -*-#to find where use the table on xxxxx xxxxxx production env'''在项目中我们元数据管理的不是很好,如果先知道一张表在哪里用过,就需要写个程序去遍历下'''im... 阅读全文
posted @ 2017-05-25 15:49 yuerspring 阅读(630) 评论(0) 推荐(0)
摘要:create table temp111(id int,idname varchar(12));create table temp222(id int,idname varchar(12));insert into temp222 values(1,'2000');s... 阅读全文
posted @ 2017-05-15 14:43 yuerspring 阅读(88) 评论(0) 推荐(0)