Starting from Hadoop 2.0, we can use Yarn to run mapreduce as an application.
mr.wordcount -libjars $MYLIBS/custom-libs.jar
- Running a Wordcount using Yarn
mr.wordcount -libjars $MYLIBS/custom-libs.jar
- To get list of all applications/mapreduce that is running
$yarn application -list - To get information on specific mapreduce job
$yarn application -status application_133690873084_3466 - Reference: http://www.slideshare.net/martyhall/hadoop-tutorial-mapreduce-on-yarn-part-1-overview-and-installation
- http://www.coreservlets.com/hadoop-tutorial/#Tutorial-Intro
No comments:
Post a Comment