InterviewSolution
Saved Bookmarks
| 1. |
How can you skip the bad records in Hadoop? |
|
Answer» Hadoop provides an option where a particular set of lousy input records can be skipped when processing map inputs. APPLICATIONS can manage this feature through the SkipBadRecords class. |
|