jupyterhub / yarnspawner

Spawn JupyterHub single user notebook servers in Hadoop/YARN containers.
https://jupyterhub-yarnspawner.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
19 stars 16 forks source link

Adding HiveServer Credential Provider #17

Open georgepachitariu opened 4 years ago

georgepachitariu commented 4 years ago

This branch is implemented together with this one: https://github.com/jcrist/skein/pull/210

I implemented the part that connects to Hive and obtains a delegation token. Here in yarnspawner we only configure the Hive server URI and principal.

georgepachitariu commented 4 years ago

The Travis CI checks are failing because the pull request in the skein project needs to be merged first. I will leave this for now, and come back after the pull request in skein is merged.

jcrist commented 4 years ago

Thanks for the PR! Lets continue the conversation on the skein PR first before coming back here.