Provide type information to custom mappers and reducers.
--------------------------------------------------------

                 Key: HIVE-348
                 URL: https://issues.apache.org/jira/browse/HIVE-348
             Project: Hadoop Hive
          Issue Type: Improvement
            Reporter: Venky Iyer


Either by setting an environment variable with the schema, or (ideally), 
configurably passing JSON data to custom mappers/reducers. This would be more 
data to pump into the pipe on each mapper/reducer, but it would be generated on 
the mapper/reducer, and it may mean much less processing for the custom script 
(using a fast json library compared to casting each column that needs casting 
based on the schema). 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to