Just after this command has finished writing 200 MB of this file, what would another user see when trying to access this life?

Posted by: Pdfprep Category: Apache Hadoop Developer Tags: , ,

You use the hadoop fs Cput command to write a 300 MB file using and HDFS block size of 64 MB.

Just after this command has finished writing 200 MB of this file, what would another user see when trying to access this life?
A . They would see Hadoop throw an ConcurrentFileAccessException when they try to access this file.
B . They would see the current state of the file, up to the last bit written by the command.
C . They would see the current of the file through the last completed block.
D . They would see no content until the whole file written and closed.

Answer: C

Leave a Reply

Your email address will not be published.