Hi @mszurap ,
thanks for the tool
So, somehow the connection is now working , namely the command we tried to cloudera support, like:
`sqoop eval --connect ...`
or
` sqoop list-databases --connect`
before running any sqoop command, we set up a ssh tunnel, with
ssh -o ServerAliveInterval=60 -M -S mktemp -fN -L local_port:psql_fqdn:remote_p user@host_IP
(which I was doing also before, so not sure why now it works...
I will mark it now as solved
thanks anyway,
Gr