Re: Code does not enter mapper, reducer class

2016-09-17 Thread daemeon reiydelle
What do you mean by "does not enter ... class(es)"? Does the log show that the scheduler ever accepts the job (You may have to turn logging up)? Are "other" jobs that are submitted to the same class under your user scheduled & executed? Wonder about which scheduler? What is the definition for the

Code does not enter mapper, reducer class

2016-09-17 Thread Denis Mone
Hello hadoop users. I am trying to implement a mapreduce KMeans algorithm using hadoop. The problem i have is that the code does not enter the map and reduce class. I'm running the application from Intellij Idea not using hadoop binary. The rest of the email is a sample of my code. If