1.下载sqoop1.4.6 2.配置环境变量. 3.复制sqoop/conf/sqoop-env-template.sh为sqoop-env.sh 添加相关的配置 #Setpath to where bin/Hadoop is available exportHADOOP_COMMON_HOME=/opt/cdh5/hadoop #Setpath to where hadoop-*-core.jar isavailable exportHADOOP_MAPRED_HOME=/opt/cdh5/
一.简介 Apache Sqoop is a tool designed for efficiently transferring data betweeen structured, semi-structured and unstructured data sources. Relational databases are examples of structured data sources with well defined schema for the data they store.