Dharmesh Purohit
Dharmesh Purohit

Reputation: 1

Direct import from Oracle to Hadoop using Sqoop

I want to use --direct parameter when I import the data from the Oracle. Is it possible to use data dump/pump utility using --direct option? Do I need to install any Oracle utility on my shell? If yes, please suggest what do I need to install?

Dharmesh

Upvotes: 0

Views: 498

Answers (2)

Venkat Ankam
Venkat Ankam

Reputation: 926

Oracle Big Data Connector (Loader) is used to import data from Hadoop to Oracle. But, not from Oracle to Hadoop.

Upvotes: 2

Gwen Shapira
Gwen Shapira

Reputation: 5158

Unfortunately, there's no Sqoop connector that uses the DataPump utility.

Oracle does have their own (closed source) big data connectors. I believe SQL Loader for Hadoop uses datapump format.

Upvotes: 3

Related Questions