Created 11-08-2017 10:21 AM
Created 11-08-2017 11:24 AM
Can you put the query in quotes and check .
--query "select * hgj where date(starttime)=2017-08-08"
For incremental, if you provide --last-value it will import only the new or updated data after that date. Read more here
https://sqoop.apache.org/docs/1.4.1-incubating/SqoopUserGuide.html#_Incremental_Imports
Thanks,
Aditya
Created 11-08-2017 11:24 AM
Can you put the query in quotes and check .
--query "select * hgj where date(starttime)=2017-08-08"
For incremental, if you provide --last-value it will import only the new or updated data after that date. Read more here
https://sqoop.apache.org/docs/1.4.1-incubating/SqoopUserGuide.html#_Incremental_Imports
Thanks,
Aditya
Created 11-09-2017 02:35 AM
Please use the below query format
--query "select * hgj where date(starttime)=2017-08-08 AND \$CONDITIONS"
Thanks,
Aditya