12/8/2017 11:47:21 PM
to be used more generally not just limited to failure/success/sla emails. This method will be used by Flow trigger to alert user on flow trigger failure with customized email subject/body.
Since currently Emailer.java can only be tested via integration test, I didn't write unit test but verified by sending a email with the new method in local mode.
|
|
|
11/29/2017 4:48:35 PM
fix for startup failure (#1569)
Issue #1569: "Startup fails: missing tables that need to be installed: quartz-tables-all"
|
11/20/2017 7:15:00 PM
(#1560)
Fix #1559.
After making attempt volatile, attempt++ had to be synchronized because of this check:
http://errorprone.info/bugpattern/NonAtomicVolatileUpdate
|
11/17/2017 10:34:17 PM
Load flow trigger from YAML file.
* Address comments.
* support no triggerDependencies or params.
|
11/15/2017 8:59:58 PM
provider (#1556)
* commit 1
* commit 2
* remove redundant code
This PR is a follow-up of #1552 . We create a job setting "azkaban.job.enable.ssl". When it is enabled, we use Java reflection to initialize the credential provider object, and run the method.
|
|
11/9/2017 10:33:38 PM
duplicate getProjectName implementation are consolidated into a util class, which will be used by flow trigger(#1526) UI as well.
|
|