Hi All ,
For better parallelization, Sqoop forces to use numeric -split by column .
But in real world you may end up with non numeric columns in your source table . In that we can set following Textsplitter properties to true in our Sqoop import command :
Dorg.apache.sqoop.splitter.allow_text_splitter=true
This we use for non-numeric split-by column .
Hope you like the article .
Till then Keep Coding Keep Healthy
Comment and Like Guys!!
For better parallelization, Sqoop forces to use numeric -split by column .
But in real world you may end up with non numeric columns in your source table . In that we can set following Textsplitter properties to true in our Sqoop import command :
Dorg.apache.sqoop.splitter.allow_text_splitter=true
This we use for non-numeric split-by column .
Hope you like the article .
Till then Keep Coding Keep Healthy
Comment and Like Guys!!