Annotation Type DriverRunner
-
@Target(TYPE) @Retention(RUNTIME) public @interface DriverRunner
Mark a class as a DriverRunner which means instance of this class will be run only on the driver node. This class shouldn't handle or produce any data.