Is it possible to split 100 lines of input as a single split in MapReduce?
Answer / Pritee Hardiha
No, in MapReduce, each split is a chunk of data and is not designed to contain more than one line. However, you can configure the number of splits per file using Hadoop configuration parameters such as mapred.max.split-size or dfs.blocksize.
| Is This Answer Correct ? | 0 Yes | 0 No |
How can we assure that the values regarding a particular key goes to the same reducer?
How do Hadoop MapReduce works?
In MapReduce, ideally how many mappers should be configured on a slave?
How is Spark not quite the same as MapReduce? Is Spark quicker than MapReduce?
What happens when a datanode fails ?
Explain slot in Hadoop Map-Reduce v1?
What happens when the node running the map task fails before the map output has been sent to the reducer?
How is reporting controlled in hadoop?
What is a distributed cache in mapreduce framework?
When the reducers are are started in a mapreduce job?
What is MapReduce in Hadoop?
Difference between mapreduce and spark
Apache Hadoop (394)
MapReduce (354)
Apache Hive (345)
Apache Pig (225)
Apache Spark (991)
Apache HBase (164)
Apache Flume (95)
Apache Impala (72)
Apache Cassandra (392)
Apache Mahout (35)
Apache Sqoop (82)
Apache ZooKeeper (65)
Apache Ambari (93)
Apache HCatalog (34)
Apache HDFS Hadoop Distributed File System (214)
Apache Kafka (189)
Apache Avro (26)
Apache Presto (15)
Apache Tajo (26)
Hadoop General (407)