Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]
Created 08-10-2015 11:34 PM
Hi,
I have gone through this question., can anyone pls tell me the correct answer with explanation?
Which best describes how TextInputFormat processes input files and line breaks?
A. Input file splits may cross line breaks. A line that crosses file splits is read by the RecordReader
of the split that contains the beginning of the broken line.
B. Input file splits may cross line breaks. A line that crosses file splits is read by the
RecordReaders of both splits containing the broken line.
C. The input file is split exactly at the line breaks, so each RecordReader will read a series of
complete lines.
D. Input file splits may cross line breaks. A line that crosses file splits is ignored.
E. Input file splits may cross line breaks. A line that crosses file splits is read by the RecordReader
of the split that contains the end of the broken line.
Thanks in advance
Created 08-11-2015 06:17 AM
Created 08-11-2015 02:38 AM
Created 08-11-2015 04:06 AM
Created 08-11-2015 04:29 AM
Created 08-11-2015 04:31 AM
Created 08-11-2015 05:16 AM
Created 08-11-2015 05:32 AM
Created 08-11-2015 06:17 AM
Created 08-18-2015 01:01 AM