Does HDFS enable a customer to peruse a record, which is already opened for writing?

devquora
devquora

Posted On: Feb 22, 2018

 

Yes, one can read the document, which is as of already opened. However, the issue in perusing a document which is right now being composed lies in the consistency of the information, i.e. HDFS does not give the surety that the information which has been built into the document will be visible to another reader before the document has been closed down. For this, one can call the hflush activity explicitly which will drive all of the information in the cushion into the composed pipeline and afterward the hflush task will wait for the affirmations from the DataNodes.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Hadoop Interview Questions

    What does HDFS mean?

    The HDFS is one of the storage systems of the Hadoop structure. It is a circulated file structure that can helpfully ke..

    Hadoop Interview Questions

    What are the key features of HDFS?

    Various key features of HDFS are as follows: HDFS is a profoundly versatile and reliable storage system for big data st..

    Hadoop Interview Questions

    What is check pointing in Hadoop?

    Check pointing is a fundamental part of keeping up and holding on file system metadata in HDFS. It’s urgent for profi..