Hi Kusumakar, Can you please check the hadoop logs (namenode, resourcemanager, ...)? There may be more description. Moreover, Please check that whether a java process runs by the top instruction, and check its CPU and memory usage.
We didn't have such a problem, however, based on this page <http://stackoverflow.com/questions/23397763/wordcount-program-is-stuck-in-hadoop-2-3-0>, the problem may be caused by the fact that the resource manager host name is not set in the yarn-site.xml. Can you please try to set it as below before running the run.sh? In the file: $HADOOP_PREFIX/etc/hadoop/yarn-site.xml add the following property: <property> <name>yarn.resourcemanager.hostname</name> <value>master.cloudsuite.com</value> <description>The hostname of the RM.</description> </property> Regards, Nooshin On Fri, May 27, 2016 at 6:30 AM, kusumakar bodha <[email protected]> wrote: > Hi All, > > I'm trying to run the data analytics benchmark. I chose the to run it > with the Partial small (149MB zipped) data set. It downloaded the data set > and it is struck at the following line : > > 16/05/27 04:17:33 INFO Job: Running job: job_1464322131711_0001 > > I'm attaching the complete log. > > What could be the problem? Please help. > > Thank you > Kusumakar > > >
