Search

How is the splitting of file invoked in Hadoop Framework ?



It is invoked by the Hadoop framework by running getInputSplit() method of the Input format class (like FileInputFormat) defined by the user