Caribbeanz opened a new issue #3709:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/3709
hello!
when i use sqoop module in dolphinscheduler 1.3.1 version.
I found that it's unable to set where conditions in this module. Sometime
i need to filter data from database table .
The sqoop script like this.
```shell
sqoop import \
--connect jdbc:mysql://bigdatasrv02:3306/test \
--username root \
--password "xxx" \
--table order_detail \
--where "datee='20200819'" \
--num-mappers 1 \
--fields-terminated-by '\t' \
--null-string '\\N' \
--null-non-string '\\N' \
--delete-target-dir \
--target-dir
hdfs://nameservice2/user/hive/warehouse/test.db/order_detail/tid=${tid}
```
How should i do ?
Thanks.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]