Re: Data Extraction from Oracle and Ingesting to HDFS

2018-04-13 Thread phani bhushan peddi
Thanks Vicky, I am new to Java but I will look at this one. I was checking only under example folder so far. On Thu, Apr 12, 2018 at 11:04 PM, Vicky Kak wrote: > Have you looked at this one? > https://github.com/apache/incubator-gobblin/blob/master/ >

Re: Data Extraction from Oracle and Ingesting to HDFS

2018-04-12 Thread Vicky Kak
Have you looked at this one? https://github.com/apache/incubator-gobblin/blob/master/gobblin-modules/gobblin-sql/src/main/java/org/apache/gobblin/source/extractor/extract/jdbc/OracleSource.java On Thu, Apr 12, 2018 at 9:56 PM, phani bhushan peddi wrote: > Hi, > I am

Data Extraction from Oracle and Ingesting to HDFS

2018-04-12 Thread phani bhushan peddi
Hi, I am evaluating the Gobblin tool if we can use it for data extraction from Oracle. We have a use case to extract data from Oracle and ingest into Data lake on HDFS. Is there sample code ready which can be used for this purpose . I could not find anything related in Github. Please let me know.