You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@sqoop.apache.org by Aleksey Ponkin <al...@gmail.com> on 2016/04/25 20:59:04 UTC

(Unknown)

HI,

I have the following use case:

We have several SQL databases in different locations. And we need to load them in HDFS.
The problem is that due to security concerns we do not have direct access from Hadoop cluster to those databases.
But we can push data from our SQL servers to Hadoop.
Is it possible to do something like push load using sqoop?

Thanks in advance.