linbowei 发表于 2016-4-5 22:41:29

leo_1989 发表于 2016-4-5 22:25
1.99.6也行,你应该是按照成功了,可以在检测下配置。
程序没有运行完毕,肯定删不了的。

是安装成功了,数据也可以从mysql跑入hdfs里面了,可是就是删除job的时候和查job状态的时候会报一下错误,说连接被拒绝或者job在执行。1.99.6的安装了,没有安装成功,我才换成1.99.3的。好像sqoop的报错问题的解决非常难找呀!大神,你QQ多少了,可以加你吗?我叫林勃威。

SuperDove 发表于 2016-9-28 11:05:21

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:
这几行的意思是啥,有没有完整的案例什么的

linbowei 发表于 2016-9-28 12:58:49

SuperDove 发表于 2016-9-28 11:05
sqoop:000> create job -f 6 -t 5
Creating job for links with from id 1 and to id 5
Please fill foll ...


这些不一定要填的,下面是我的推测
Table SQL statement:指整个sql语句(完整的)
Table column names: 这里应该要获取的字段
Stage table name:这个应该是类似中间表之类的
Should clear stage table:清空中间表
你要知道准确的,应该去sqoop的官网找相关的文档

页: 1 [2]
查看完整版本: sqoop-1.99.3 从mysql导入到hdfs报如下错误;各位大神求帮忙解答