Hi I have issues querying with swoop and a psaldb
Sqoop import --connect 'jdbc:postgresql://xx.xx.xxx.xx:xxxxx/database' --query 'select * from report where transact_time = '20160603-00:00:01' and $CONDITIONS' --username uname --target-dir /user/x/data --split-by transact_time
I get the following error :
Error executing statement: org.postgresql.util.PSQLException: ERROR: syntax error at or near ":"
Position: 61
org.postgresql.util.PSQLException: ERROR: syntax error at or near ":"