MR code from Hive
问题 I am learning Hadoop and was learning about Hive in recent past. Its like a SQL query which can be used instead of MR java code. My tutor said that Hive produces MR java code behind the scene, which in turn is exported as jar file and then it is ran on top of HDFS filesystem. But, he was not sure if we can get the MR code produced by Hive. I was reading Definitive guide and nothing was discussed about it. I wanted to know is it really so? As I think if we can get the MR code then that code