azkaban-plugins
azkaban-plugins copied to clipboard
Ant convert gradle feasure
convert ant to gradle
Curious. Why a new PR?
i'm sorry to new PR.I found old pr has some information i won't commit. except azkaban-common.jar,azkaban-web-server.jar,azkaban-exec-server.jar is not in public repository,i find teradata-connector-1.4.2.jar etc also are not in.how are we manager those jar?
i agree with you break existing code. The idea is project azkaban-plugins should contain only the plugin.Common module hadoopsecuritymanager hadoopsecuritymanager - common, hadoopsecuritymanager - yarn should be placed in azkaban-common.
about breaking existing code,can you talk about yout ideas?
We cannot commit something that will break existing stuff. You can put all of these old jars in a single directory like rootproject/lib
. The switch to gradle should build the same artifacts but probably with minor changes like adding version numbers, etc.
@suvodeep-pyne ok