Intellipaat Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Big Data Hadoop & Spark by (6.5k points)
How does Sqoop handle large objects?

1 Answer

0 votes
by (11.3k points)

In Hadoop, Sqoop can be used to store big data files in a single field. This is done based on the type of data that is being stored. There are two specific types of data that can be stored:

  •  CLOB - Character Large Objects 
  •  BLOB - Binary Large Objects 
In Sqoop, large objects are managed by importing them into a file known as "LobFile" which is short for a Large Object File. These LobFiles have the capability to store large sized data records. 

Browse Categories

...