Apache Sqoop: Import Data to HDFS – Part 2
In second part of sqoop import, We will learn additional parameters for using Import more effectively.
In second part of sqoop import, We will learn additional parameters for using Import more effectively.
In this blog, we will learn how to use sqoop import command and its different parameters to move data to HDFS.
One reason which made Hadoop ecosystem popular is its ability to process different forms of data. But not all data is present in HDFS i.e Hadoop Distributed File System. We have been using relational databases to store and process structured data for a long time. That is why a lot of data still resides in RDBMS…