You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-user@hadoop.apache.org by Krishna Kishore Bonagiri <wr...@gmail.com> on 2013/11/22 07:22:15 UTC

Running multiple application from the same Application Master

Hi,

  I was reading on this link

http://hortonworks.com/blog/apache-hadoop-yarn-concepts-and-applications/

that we can implement an Application Master to manage multiple
applications. The text reads like this:

*It’s useful to remember that, in reality, every application has its own
instance of an ApplicationMaster. However, it’s completely feasible to
implement an ApplicationMaster to manage a set of applications (e.g.
ApplicationMaster for Pig or Hive to manage a set of MapReduce jobs). *

How is it possible? Do they have different application IDs and are they
treated as different applications on the cluster? What are the
positive/negative implications of it? Is it a recommended way?

Thanks,
Kishore