You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When checking which class to run for HadoopJava jobtypes, only plugin.properties are checked. For custom jobtypes, it is desirable to allow specifying the class name via private.properties.
When checking which class to run for HadoopJava jobtypes, only
plugin.properties
are checked. For custom jobtypes, it is desirable to allow specifying the class name viaprivate.properties
.This is the piece of code that fails: https://github.com/azkaban/azkaban/blob/master/az-hadoop-jobtype-plugin/src/main/java/azkaban/jobtype/HadoopJavaJobRunnerMain.java#L127-L130
The text was updated successfully, but these errors were encountered: