Create hadoop work environment in myeclipse
Hadoop requires a lot of jars. Sometimes, we don’t know which jar should we include. It took me for a very long time. I got bored of it. Finally, I found the maven, it can build the hadoop environment easily and fast. Here we go: 1. Create a Maven project 2. Open the pom.xml, put the… Read More »