Uploaded image for project: 'Hive'
  1. Hive
  2. HIVE-13275

Add a toString method to BytesRefArrayWritable

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Patch Available
    • Trivial
    • Resolution: Unresolved
    • 1.1.0
    • None
    • None

    Description

      RCFileInputFormat cannot be used externally for Hadoop Streaming today cause Streaming generally relies on the K/V pairs to be able to emit text representations (via toString()).

      Since BytesRefArrayWritable has no toString() methods, the usage of the RCFileInputFormat causes object representation prints which are not useful.

      Also, unlike SequenceFiles, RCFiles store multiple "values" per row (i.e. an array), so its important to output them in a valid/parseable manner, as opposed to choosing a simple joining delimiter over the string representations of the inner elements.

      I propose adding a standardised CSV formatting of the array data, such that users of Streaming can then parse the results in their own script. Since we have OpenCSV as a dependency already, we can make use of it for this purpose.

      Attachments

        1. HIVE-13275.000.patch
          2 kB
          Harsh J

        Activity

          People

            Unassigned Unassigned
            qwertymaniac Harsh J
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated: