ConditionalOnMissingYarn |
Conditional that only matches when presence of
Hadoop Yarn Cluster is not detected.
|
ConditionalOnYarn |
Conditional that only matches when presence of
Hadoop Yarn Cluster is detected.
|
ConditionalOnYarnAppmaster |
Conditional that only matches when Hadoop Yarn
appmaster execution is detected.
|
ConditionalOnYarnClient |
Conditional that only matches when presence of
Hadoop Yarn Cluster is not detected or enable property is
used manually.
|
ConditionalOnYarnContainer |
Conditional that only matches when Hadoop Yarn
container execution is detected.
|