2015年7月26日

sqoop sample code

摘要: 本文使用的数据库是mysql的sample database employees. download url:https://launchpad.net/test-db/employees-db-1/1.0.6 然后根据ReadMe安装到自己的mysql数据库中。 sqoop的安装: 下载地址:http://apache.dataguru.cn/sqoop/1.4.6/sqoop-1.4.6.bi... 阅读全文

posted @ 2015-07-26 12:04 tneduts 阅读(273) 评论(1) 推荐(0) 编辑

Start cluster zookeeper in shell script

摘要: cat start-zookeeper.sh #!bin/sh for node in namenode01 datanode01 datanode02 do echo "start zookeeper at $node" ssh $node "source .bash_profile;zkServer.sh start" do... 阅读全文

posted @ 2015-07-26 10:08 tneduts 阅读(273) 评论(0) 推荐(0) 编辑

导航