Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

How to extract and load data from an Oracle database to hadoop cluster ?

avatar
New Contributor

Hi,

I'm a newbie in Big Data ecosystem, and I'm looking on a way to connect a Hadoop application to a relationnal database like Oracle Database. Is it possible from a Hadoop application to extract data directly from an Oracle database and load them to a Hadoop cluster ? How can one implements this (if possible) with Hortonworks tools and VM ?

Thanks

1 ACCEPTED SOLUTION

avatar

@ida ida

There a couple of ways to accomplish this id recommend starting with sqoop. It is a tool designed specifically to extract data from an RDBMS and load it into Hadoop.

This tutorial should help you get started.

View solution in original post

1 REPLY 1

avatar

@ida ida

There a couple of ways to accomplish this id recommend starting with sqoop. It is a tool designed specifically to extract data from an RDBMS and load it into Hadoop.

This tutorial should help you get started.