The Wayback Machine - https://web.archive.org/web/20210123112442/https://github.com/dropbox/PyHive/pull/215
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add script to generate new TCLIService files #215

Open
wants to merge 1 commit into
base: master
from

Conversation

@gglanzani
Copy link

@gglanzani gglanzani commented Jun 5, 2018

This PR add the generate.py function. When invoked, it will fetch the specified Thrift specification for HiveServer2, and generate the relevant Python files. If nothing is specified, it will fetch the spec from Hive 2.3.

Usage is

python generate.py <URL>

This PR should make it easier for developers to update the generated code more often.

@gglanzani gglanzani force-pushed the gglanzani:add-generate branch from 56b32e7 to e45a38c Jun 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
1 participant