fabianrbz / BD2017

1 stars 0 forks source link

MapReduce & Hadoop #1

Closed fabianrbz closed 7 years ago

HorizonNet commented 7 years ago

Below is a short review.

Tasks

Below are a few comments/suggestions:

Summary:

You're done with this one. Good work.

fabianrbz commented 7 years ago

@HorizonNet thanks for the feedback! I didn't realized about hadoop's version in the maven project. Honestly I ran everything from the command line using version 2.8.0 and then built the maven project, but apparently I put the wrong version in the pom.xml

Do you recommend/use any specific IDE to work with maven? It's been a while since I use java, so I'm not sure which tool is best. Also I kind of prefer the command line, but I know that an IDE makes your life easier when working with java

HorizonNet commented 7 years ago

I also love the command line and do most of the stuff on it. Regarding the coding stuff via an IDE, I prefer IntelliJ IDEA, but some also use Eclipse. The choice depends on your personal preferences.