Hi, I am importing data from MySql to HDFS using free-form query import. It works fine but facing issue when the data is utf-8.The source(MySql) db is utf-8 compatible but looks like sqoop is converting the data during import.
Example - The source value - elémeñt is loaded as elémeñt to HDFS. Please provide a solution for this. Thanks in advance! -- << Varun..>>