Hi Edward,
Thanks for your clarification.
Regards,
Joe
On Fri, May 6, 2011 at 6:32 PM, Edward Capriolo wrote:
> Stored procedure languages typically do more of their logic with
> result sets. Because hive result sets are typically large the
> aggregations and transformations are done either wit
Stored prodedure languages typically do more of their logic with
result sets. Because hive result sets are typically large the
aggregations and transformations are done either with functions or
streaming.
In short no. Hive has no stored procedures.
On Friday, May 6, 2011, Jothi A wrote:
> Hi exp