When is reducer set to 0 in MapReduce? Why?

Free Online Certification Courses – Learn Today. Lead Tomorrow. Forums Apache Hadoop When is reducer set to 0 in MapReduce? Why?

Viewing 3 reply threads
  • Author
    Posts
    • #6039
      DataFlair TeamDataFlair Team
      Spectator

      What happen if number of the reducer is set 0 in Hadoop?

    • #6041
      DataFlair TeamDataFlair Team
      Spectator

      Only mapper code will get executed and output of mapper is final output

      Generally we will do that in map-only job ( there is no need of reducer job and output of mapper is considered as final output)

    • #6043
      DataFlair TeamDataFlair Team
      Spectator

      What happen if number of the reducer is set 0 in Hadoop?

    • #6050
      DataFlair TeamDataFlair Team
      Spectator

      Only mapper code will get executed and output of mapper is final output

      Generally we will do that in map-only job ( there is no need of reducer job and output of mapper is considered as final output)

Viewing 3 reply threads
  • You must be logged in to reply to this topic.