Details
Description
It is observed that transitive dependencies are not resolved as a result one of the component is started earlier.
Ex : In HBase app,
master is independent component,
regionserver is depends on master.
hbaseclient depends on regionserver,
but I always see that HBaseClient is launched before regionserver.
rohithsharma Is this a HBase issue or a YARN issue? How is it related to transitive dependencies?