随笔分类 -  ETL

摘要:实验一: 1、准备数据: [root@fcs current]# cd /home/bml[root@fcs bml]# lshadoop hadoop_tmp[root@fcs bml]# echo "hello world" > words.txt[root@fcs bml]# lshadoop 阅读全文
posted @ 2016-12-01 14:33 Note Down 阅读(233) 评论(0) 推荐(0)
摘要:Linux 防火墙1) 重启后生效 开启: chkconfig iptables on 关闭: chkconfig iptables off 2) 即时生效,重启后失效 开启: service iptables start 关闭: service iptables stop 需要说明的是对于Linu 阅读全文
posted @ 2016-11-30 11:00 Note Down 阅读(199) 评论(0) 推荐(0)
摘要:java环境变量配置: path增加 ;%JAVA_HOME%\bin;%JAVA_HOME%\jre\bin; 双击spoon.bat即可 阅读全文
posted @ 2016-10-17 14:32 Note Down 阅读(185) 评论(0) 推荐(0)
摘要:ETL(Ectract Transform Load) 抽取-转换-加载 ETL 商业软件: Informatica IBM DataStage Microsoft SSIS Oracle ODI ETL 开源软件: Kettle Talend CloverETL Ketl Octopus。。 ke 阅读全文
posted @ 2016-10-13 14:43 Note Down 阅读(178) 评论(0) 推荐(0)