MR code from Hive

随声附和 提交于 2019-12-25 11:04:09

问题


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 can be refined further to achieve many other things (means can be customized for other tasks).

I know I am just in learning stage and should wait before asking or jumping to conclusions but was curious. I think if even above concept is correct then catching MR code should be possible. I am .Net C# developer and not familiar with Java and not an expert in Relational DBs, wanted to tell only if it matters.

来源:https://stackoverflow.com/questions/14191762/mr-code-from-hive

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!