9/4/2018 3:20:11 PM
3.56.03.57.0
introduced a bug that executions history cannot be displayed in executions tab give every project
The issue is that javascript cannot find ${size}. The resolution is simple that we should add "size" to the context so that javascript is able to locate it.
|
8/31/2018 5:56:04 PM
3.55.0
intention of the original test is to verify if the condition is null, it should take the default value all_success. Modify the test case to make it clear and stable.
|
8/31/2018 5:55:47 PM
release in CI environment.
|
8/30/2018 7:43:58 PM
3.54.0
jobtype for reportal. User is able to run presto query through reportal UI with a shared presto account defined in jobtype plugin config. Presto account password could be encrypted and kept in the config file, and it requires a key path file which could be defined in jobtype plugin config to decrypt.
|
8/30/2018 4:02:31 PM
deploy latest master to our staging cluster. The observation of this bug is all execution history table is missing.

The cause looks like a javascript or backbone grammar issue.
The fix is quite simple.
|
8/27/2018 2:23:16 PM
3.52.03.53.0
workflow - validate conditions
* Address comments
|
8/23/2018 9:01:23 PM
(#1927)
* Conditinal workflow - modify conditionOnJobStatus macros.
* fix flaky test
* fix flaky test2
|
8/23/2018 8:59:54 PM
jobtype for reportal.
Tableau is not real-time: whenever users want to incorporate the newest data into their visualization, they must refresh the extracted data. This tells Tableau to get and show whatever new data has come into the data sources. It's natural for users to want to automatically trigger Tableau refreshes when their jobs are done and their data sources are full of new data. This job is designed to do exactly that - refreshing a Tableau workbook whenever run so users don't have to do so manually.
Since tableau workbook refresh doesn't require authentication, all users have to do is identify the name of the workbook they'd like to refresh and it will do so.
|
8/23/2018 5:15:19 PM
(#1923)
* Fix flaky test and remove sleep time in FlowRunnerYamlTest.
* fix flaky test
|
8/23/2018 2:08:03 PM
issue #1796. A new property called azkaban.display.numOfExecutions will be added in the azkaban.properties and be used to determine the number of rows to be displayed.
As it will default to 16 when the property does not exist, it will not have any impact on the existing page size.
|