Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
None
-
None
-
None
Description
We should allow TRANSFORM / MAP/ REDUCE to accept optional ROW FORMAT:
SELECT TRANSFORM(a, b, c) ROW FORMAT DELIMITED FIELDS TERMINATED BY '\001' USING 'mypython.py' AS (d STRING, e INT, f DOUBLE) ROW FORMAT DELIMITED FIELDS TERMINATED BY '\t'
Also, we should allow optional type information in the "AS" clause.
Attachments
Issue Links
- blocks
-
HIVE-411 Interaction of AS clause (from a TRANSFORM-USING-AS) with non-column formatted output
- Open
- duplicates
-
HIVE-708 Add TypedBytes SerDe for transform
- Closed
-
HIVE-743 let user specify serde for custom scripts
- Closed
- is related to
-
HIVE-634 ctrl-A is the only output delimiter used, regardless of the Hive table structure
- Resolved
- relates to
-
HIVE-51 Generate and accept JSON as the input-output format from mappers and reducers
- Open