Running Hadoop Map Reduce Job In Intellij
已回答
I am a newbie to Hadoop. I am using Intellij Idea 11.1.13. I have no idea how to run a Map Reduce Task in Intellij. I am trying to run the basic Hadoop WordCount Example. But its giving me problems right from start. Can someone please help me in getting this WordCount Map Reduce run in Intellij from the basics?
请先登录再写评论。
What exactly is your problem/error message? Maybe you can find some help here http://blogs.microsoft.co.il/blogs/roadan/archive/2012/06/04/hadoop-on-azure-creating-and-running-a-simple-java-mapreduce.aspx, there are more resources for getting started with Hadoop using IntelliJ IDEA.
I do not wish to use Maven. Can i not run a Hadoop Map reduce without using external Model? I want to use "Create Project From Scratch" option. Any resources pointing to a simple use of Hadoop MapReduce in Intellij?
Is the installation of maven really necessary if maven plugin and tools are installed from within the Intellij IDE?
Hello,
Maven usage isn't necessary: https://tokluo.wordpress.com/2016/01/31/using-intellij-to-write-your-application/