How to find generated mapreduce code for pig/hive query

2014-03-28 Thread Spark Storm
hello experts, am really new to hadoop - Is it possible to find out based on pig or hive query to find out under the hood map reduce algorithm?? thanks

Re: How to find generated mapreduce code for pig/hive query

2014-03-28 Thread Shahab Yunus
You can use ILLUSTRATE and EXPLAIN commands to see the execution plan, if you mean that by 'under the hood algorithm' http://pig.apache.org/docs/r0.11.1/test.html Regards, Shahab On Fri, Mar 28, 2014 at 5:51 PM, Spark Storm using.had...@gmail.com wrote: hello experts, am really new to