How can we import data from particular row or column? What is the destination types allowed in Sqoop import command?
Answer Posted / Dharmendra Singh Rana
To import specific rows, you can use the `--start-row` and `--stop-row` options. To import specific columns, use the `--columns` option. Destination types allowed in Sqoop import command include: int, long, float, double, boolean, string, timestamp, and binary.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers