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.
|
|
11/7/2017 9:18:18 PM
props from flow YAML file.
* Address comments
|
11/7/2017 5:30:49 PM
3.38.0
Interface in order to let custom credential provider register user's secret keys.
One sample use case: Today we don't have a secure way to pass on credentials into Hadoop. This interface allows Azkaban to fetch user's credential from external system (like certificate authority), and add it into Hadoop Job Context. Then submitted hadoop job will be able to use it.
Today we only have one method, but could have more in future.
This PR only proposes an interface, and the next step will be to use this interface in HadoopSecurityManager_H_2_0 class.
|
|
10/26/2017 6:54:08 PM
(#1543)
This PR consolidates some methods of initialization of ExecutableFlow which used in multiple places into common static util methods.
The motivation is to let flow trigger leverage those method to start an executable flow(#1526).
Also changed the azkaban.utils.TestUtils#createExecutableFlow to azkaban.utils.TestUtils#createTestExecutableFlow to avoid name duplication.
|
10/25/2017 9:30:38 PM
Create project_flow_files DB table.
* Address comments.
|