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 TEXTFILEIn 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
- depends upon
-
HIVE-19960 Add Column Mapping to JsonSerDe
- Open
-
HIVE-19901 Consolidate JsonSerde Classes
- Open
-
HIVE-21240 JSON SerDe Re-Write
- Closed
- is a child of
-
HIVE-163 support loading json data into hive
- Closed
- is depended upon by
-
HIVE-19842 Improve Hive UDF/SerDe Usability
- Open
- is duplicated by
-
HIVE-19899 Support stored as JsonFile
- Closed
- is related to
-
HIVE-1640 hive-exec.jar contains JSON classes
- Open
- is superceded by
-
HIVE-22061 Selecting from JsonSerDe backed table fails for array type
- Open
- relates to
-
HIVE-15475 JsonSerDe cannot handle json file with empty lines
- Resolved
-
HIVE-18295 Add ability to ignore invalid values in JSON SerDe
- Open
-
HIVE-15826 Add 'serialization.encoding' To All SerDes
- Resolved
-
HIVE-18545 Add UDF to parse complex types from json
- Closed
-
HIVE-21414 Hive JSON SerDe Does Not Properly Handle Field Comments
- Patch Available
- supercedes
-
HIVE-17299 Cannot validate SerDe even if it is in Hadoop classpath
- Open
-
HIVE-10968 Windows: analyze json table via beeline failed throwing Class org.apache.hive.hcatalog.data.JsonSerDe not found
- Closed
1.
|
Support stored as JsonFile | Closed | Aihua Xu |