|
|
12/19/2017 3:53:01 PM
Update NodeBeanLoaderTest.java
Fix merge conflict.
* Address comments.
* Address comments.
* Resolve merge conflicts. Refactor some code.
* Address comments.
|
12/18/2017 7:12:17 PM
hard linking (#1583)
Linux has restriction on shell argument length, it's likely the command to do hard linking project dir of a lot of subdir and files will exceed the restriction, causing flow setup failure. The fix is replacing the logic with java native file API.
|
|
12/12/2017 7:46:50 PM
Refactored some code. Addressed comments.
* Consolidated the code.
|
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"
|