Details
Description
I am trying to do a sqoop import into a Hive table using a free form query. Here is the command I am executing:
sqoop import --connect jdbc:mysql://[HOST]/reporting_2 --username [USER_NAME] --password [PASSWORD] --verbose --hive-import --hive-overwrite --hive-table urls --query 'select id, domain_id, url, created, modified, cast(url_hash as char) as url_hash from urls where $CONDITIONS' --split-by id --target-dir /user/hdfs/urls2 --class-name urls
I have attached the output from sqoop. I have also examined the hive.log and there is nothing in it related to this.