sqoop:000> create job -f 6 -t 5
Creating job for links with from id 1 and to id 5
Please fill following values to create new job object
Name: hdfs to mysql --设置 job 名称
From Job configuration
Input directory: /test --HDFS目录(源地址)
To database configuration
Schema name: test --库名
Table name: person --表名
Table SQL statement:
Table column names:
Stage table name:
Should clear stage table:
Throttling resources
Extractors: 2 --提取器
Loaders: 2 --加载器
New job was successfully created with validation status OK and persistent id 3
楼主,请问你有这几个行的实例和具体解析么?
比如
Table SQL statement:
Table column names:
Stage table name:
Should clear stage table:
这几行的意思是啥,有没有完整的案例什么的