My question is how can I create oracle table using sqoop ? Thanks in advanceOleg.
Hi , I successfully write my data from hdfs to oracle using Sqoop
( I use java Sqoop.runTool()).
As I understand sqoop examines schema and generate java class. It
works fine if I have already created table , but in my case I have no
predefined schema. I know table schema only in runtime.
- dynamic schema (table) creation oleg ruchovets
- RE: dynamic schema (table) creation David Robson
