Direct import from Oracle to Hadoop using Sqoop -


When I import data from Oracle - I want to use direct parameters, using data dump / pump utility Is it possible to use the --direct option? Do I need to install an Oracle utility on my shell? If so, please suggest what I need to install?

Unfortunately, there is no Sqoop connector that utilizes the DataPump utility

Oracle has its own (closed source) big data connectors. I believe the SQL loader for Hadoop uses the datapump format.


Comments

Popular posts from this blog

python - Strange behavior using PyQt4's 'pyqtSlot' decorator before another decorator -

c# - UnhandledExceptionMode.ThrowException for AppDomain.UnhandledException -

c# - Process.Kill() returns access denied -