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

Make JSON SerDe First-Class SerDe

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 3.0.0
    • None
    • None

    Description

      According to the Hive SerDe Docs, there are some extra steps involved in getting the JSON SerDe to work:

      ROW FORMAT SERDE
      'org.apache.hive.hcatalog.data.JsonSerDe'
      STORED AS TEXTFILE

      In some distributions, a reference to hive-hcatalog-core.jar is required.
      ADD JAR /usr/lib/hive-hcatalog/lib/hive-hcatalog-core.jar;

      I would like to propose that we move this SerDe into first-class status:

      STORED AS JSONFILE

      The user should have to perform no additional steps to use this SerDe.

      Attachments

        Issue Links

          Activity

            People

              aihuaxu Aihua Xu
              belugabehr David Mollitor
              Votes:
              1 Vote for this issue
              Watchers:
              7 Start watching this issue

              Dates

                Created:
                Updated: