'Is it possible to import the table by date through Sqoop?

I am trying to import a huge amount of data from sql server.

There is a date column in this table, and I'm going to import the table by dividing it by date.

Is there any way?

Or is there a way to import into sqoop first and then divide the table into date columns in hive?

I understand that if i use the option "--split-by", I can divide the table by date, is this correct?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source