---
title: "How is the splitting of file invoked in Hadoop framework?"  
description: "How is the splitting of file invoked in Hadoop framework?"  
author: "Anonymous User"  
published: 2015-01-20  
updated: 2020-09-23  
canonical: https://www.mindstick.com/interview/2284/how-is-the-splitting-of-file-invoked-in-hadoop-framework  
category: ".net"  
tags: ["hadoop"]  
reading_time: 1 minute  

---

# 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.

## Answers

### Answer by Anonymous User

It is invoked by the Hadoop framework by running getInputSplit()method of the Input format class (like FileInputFormat) defined by the user.


---

Original Source: https://www.mindstick.com/interview/2284/how-is-the-splitting-of-file-invoked-in-hadoop-framework

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
