at org.apache.hadoop.mapred.YarnChild.main(YarnChild.java:158)Caused by: java.lang.RuntimeException: Can't parse input data: '2,hello,456,0'at user_info_copy.__loadFromFields(user_info_copy.java:335) at user_info_copy.parse(user_info_copy.java:268) at org.apache.sqoop.mapreduce.Text...
Sqoop - Can't parse input data Labels: Apache Sqoop nuspengcheng Contributor Created 04-11-2017 04:58 AM Hi All, I am using sqoop 1.4.6 to transfer data between hive and MySQL. The sqoop-import job was succeeded, but the sqoop-export job was failed with the error "Can't parse...
Caused by: java.lang.RuntimeException: Can't parse input data: 'http://tableau.abc.edu/views/SmartAlerts-Commercial/SmartAlerts?iframeSizedToWindow=true&:embed=y&:s...'at smart_alert.__loadFromFields(smart_alert.java:708)at smart_alert.parse(smart_alert.java:606)at org.apache.sq...
at org.apache.hadoop.mapred.YarnChild.main(YarnChild.java:158) Caused by: java.lang.RuntimeException: Can‘t parse input data: ‘2,hello,456,0‘ at user_info_copy.__loadFromFields(user_info_copy.java:335) at user_info_copy.parse(user_info_copy.java:...
Sqoop Export数据到本地数据库时出现错误,命令如下: sqoop export \--connect'jdbc:mysql://202.193.60.117/dataweb?useUnicode=true&characterEncoding=utf-8'\--username root \--password-file /user/hadoop/.password \--table user_info_copy \--export-dir /user/hadoop/user_info \--input-fields-termin...
I am using sqoop 1.4.6 to transfer data between hive and MySQL. The sqoop-import job was succeeded, but the sqoop-export job was failed with the error "Can't parse input data". The main reason I think is that there are some special characters(i.e. ^@) in the HDFS plain file ...