Answer Posted / Pramesh Kumar
Sqoop and DistCP are both data transfer tools in Hadoop ecosystem, but they serve different purposes. Sqoop (SQL-like) is used for importing and exporting structured data between Hadoop HDFS and relational databases like MySQL, Oracle etc., while DistCP (Distributed Copy) is used to move large amounts of data across multiple Hadoop clusters.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers