Write a quert to import a file in sqoop?
Answer Posted / Rupesh Kumar Singh
To import a file using Sqoop, you can use the following command: `sqoop import --table table_name --file data_file_location`
Post New Answer View All Answers
What is the latest version of sqoop?
2
How can you import only a subset of rows from a table?
6
Can free-form SQL queries be used with Sqoop import command? If yes, then how can they be used?