@Target(value={TYPE,METHOD})
@Retention(value=RUNTIME)
@Documented
@Conditional(value=org.springframework.yarn.boot.condition.OnYarnClientCondition.class)
public @interface ConditionalOnYarnClient
Conditional
that only matches when presence of
Hadoop Yarn Cluster is not detected or enable property is
used manually. Enable property also allows to enable
condition even if Yarn cluster is detected.