12/10/2018 8:23:19 PM
auto formatting performed in #1397 led to an issue with the validator fix link in the upload modal, where it's appended to the target parameter and thus breaks the link. This commit adds the missing space back.
|
|
|
12/4/2018 3:59:25 PM
3.62.0
add cache hit ratio metrics for project dir
* in progress
* address comment
|
12/3/2018 9:44:53 PM
(#2039)
* AZNewDispatchingLogic_CreateNewModule
* address comment
|
12/3/2018 3:58:15 PM
was introduced in #1833
|
11/29/2018 8:17:40 PM
in CommonJobProperties.
* Fix mismatch in name of job log files when trying to kill Hadoop/Spark jobs. Issue: when a user tries to kill a Hadoop/Spark job within an embedded flow the application looks for a log file using the following name pattern "_job.<exec_id>.<job_id>.log" no matter whether the job was embedded or not. But actually if a job is inside an embedded flow the name format used to create its log file is: "job.<exec_id>.<parent_flow>..<job_id>.log". So trying to kill a job inside an embedded flow before would fail because of the log file name mismatch.
* Fix according to review comments
|
|
11/27/2018 11:36:05 PM
provide the ability to call HTTP resources as described in 'HTTP Job Callback' https://azkaban.github.io/azkaban/docs/latest/#common-configurations
job.notification.started.1.url=.. and etc
In the implementation https://github.com/azkaban/azkaban/blob/master/azkaban-exec-server/src/main/java/azkaban/execapp/event/JobCallbackManager.java#L263 'azkabanHostName' used as the value of 'Host' header. But the value should be the hostname of requested HTTP resource, not Azkaban's host.
For example for https://hooks.slack.com/services should be Host:hooks.slack.com
|
|