What is KeyValueTextInputFormat in Hadoop?

Free Online Certification Courses – Learn Today. Lead Tomorrow. Forums Apache Hadoop What is KeyValueTextInputFormat in Hadoop?

Viewing 1 reply thread
  • Author
    Posts
    • #5539
      DataFlair TeamDataFlair Team
      Spectator

      What is KeyValueTextInputFormat in MapReduce?

    • #5541
      DataFlair TeamDataFlair Team
      Spectator

      KeyValueTextInputFormat breaks the input line itself into key and value by a tab character (‘/t’). Each line represents a key and value delimited by a separator. Here the key is everything up to the tab character while the value is the remaining part of the line after tab character. The key and value are empty if the separator is missing.

Viewing 1 reply thread
  • You must be logged in to reply to this topic.