If the source data gets updated every now and then, how will you synchronize the data in hdfs that is imported by sqoop?



If the source data gets updated every now and then, how will you synchronize the data in hdfs that i..

Answer / Rangila

To synchronize the data in HDFS with Sqoop when the source data gets updated, you can use the '--incremental' option along with 'import' or 'export'. This allows Sqoop to only transfer changed rows.n

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache HDFS Hadoop Distributed File System Interview Questions

How to change the replication factor of data which is already stored in HDFS?

1 Answers  


What should be the HDFS Block size to get maximum performance from Hadoop cluster?

1 Answers  


What is the optimal block size in HDFS?

1 Answers  


How HDFS client divide the file into the block while storing inside HDFS?

1 Answers  


How data or file is written into Hadoop HDFS?

1 Answers  


What happens when two clients try to access the same file on HDFS?

1 Answers  


How does HDFS ensure Data Integrity of data blocks stored in HDFS?

1 Answers  


Explain how HDFS communicates with Linux native file system?

1 Answers  


On what basis name node distribute blocks across the data nodes in HDFS?

1 Answers  


What are the key features of HDFS?

1 Answers  


Why HDFS?

1 Answers  


How data or file is written into HDFS?

1 Answers  


Categories