linkedin / linkedin-gradle-plugin-for-apache-hadoop

Apache License 2.0
117 stars 76 forks source link

session ids are stored separately for each azkaban server #199

Closed mtrna closed 6 years ago

mtrna commented 6 years ago

Hi! I would like to improve the handling of the session ids a bit. current master: only one session id for the last Azkaban contacted is stored proposed change: each Azkaban has its separate file, where session id and timestamp of its retrieval is stored expected benefits: Azkaban sessions are preserved when working with multiple Azkabans; old session ids are not used; users should see less of unnecessary authentication errors.

pranayhasan commented 6 years ago

@mtrna It would be great if you can add yourself to CONTRIBUTORS.md, version bump gradle.properties and have the corresponding description in VERSIONS.md. Also, it would be helpful if you can rebase your commits on top of the linkedin/master when you're modifying these files as there shall be conflicts.

mtrna commented 6 years ago

@pranayhasan : thank you! the commits were squashed, the PR should be ready for merge now. :)

pranayhasan commented 6 years ago

Congrats @mtrna on your first contribution to the Hadoop Gradle Plugin. I hope there are a lot more to come! :+1: