kyuubi support
Nobody has claimed this yet.
Assessment
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Newbie friendliness
- 25/100
Research direction
Start by tracing the hive.connect entry point and its existing authentication arguments. Compare the requested principal, kerberos_service_name, and configuration values with the current connection options; done means the documented Kyuubi connection pattern can be represented and verified by the project’s relevant tests.
Written by the indexing model from the issue text.
Description
beeline : "jdbc:hive2://hostName:10000/;principal=kyuubi/hostName@com"
I can't find anywhere to set the principal value.
What I want to use is like following pattern:
connection = hive.connect(
host=host,
port=self.configuration.get("port", None),
username=self.configuration.get("username", None),
database=self.configuration.get("database", "default"),
auth='KERBEROS',
principal='kyuubi',
configuration={
'spark.yarn.queue': 'queue-name',
'kyuubi.session.cluster': 'cluster'
},
kerberos_service_name="kyuubi"
)
- Dominant language
- Python
- Stars
- 1.7k
- Forks
- 545
- PR merge metrics
- No merged PRs in 30d
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from dropbox/PyHive
-
Difficulty 4/5 3-5 days Newbie friendliness 25/100
-
Difficulty 3/5 1-2 days Newbie friendliness 35/100
-
Difficulty 3/5 1-2 days Newbie friendliness 35/100
-
Difficulty 4/5 3-5 days Newbie friendliness 35/100
-
Difficulty 5/5 Over a week Newbie friendliness 20/100
Similar issues
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
use-agent-os/agent-os#3314 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
BasedHardware/omi#15662 · 1 comment ·
-
documentation help wanted
Difficulty 2/5 1-3 hours Newbie friendliness 90/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 62/100
AiursoftWeb/AnduinOS-2#19 ·