Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.4.0-incubating
-
64bit Ubuntu 10.10 Linux, Java build 1.6.0_24-b07, mysql 5.1.49-1ubuntu8.1
Description
Like the import tool, support using free-form query or table to import datas.
example:
codegen --connect jdbc:mysql://localhost/sqoop_datas --username root --password 123456 --query 'select * from sqoop_source_datas where $CONDITIONS'