Hello guys,
I am running Toad for Appache Hadoop 1.5.3 , Virtual Box 5.0.12, and Cloudera Quickstart VM 5.8.0. to perfrom data clustering of MYSQL data in Hadoop Hive
However, I am Unable to transfer MYSQL data in Hive Database
1. First, I connect MYSQL DB , its show all tables
2. Select the Required table for execution
3. Perfrom Execution to Hive Data Conversion
4. Finally, I go this error
5. Sqoop command
sqoop export -Dsqoop.throwOnError=true --connect jdbc:mysql://localhost:3306/ twopp?useUnicode=true&characterEncoding=utf8 --username root --password-file hdfs://quickstart.cloudera:8020/user/cloudera/.tfah/SQOOP_EXPORT/20170309_134140_458/.password --num-mappers 1 --table "data" --columns T__,COL,COL_ --export-dir hdfs://quickstart.cloudera:8020/user/hive/warehouse/harendra.db/data --input-fields-terminated-by \0x1 --escaped-by \
6. Console Output
Failed to tranfer the data into hive
Please give me suggestion ASAP
Regards
Gyan