-
Notifications
You must be signed in to change notification settings - Fork 26
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
Enable Kerberos Authentication in Async Hive Sensors #357
Conversation
- add auth mechanism Kerberos to hive sensor/operator
Codecov Report
@@ Coverage Diff @@
## main #357 +/- ##
==========================================
+ Coverage 96.78% 96.82% +0.04%
==========================================
Files 56 56
Lines 2925 2931 +6
==========================================
+ Hits 2831 2838 +7
+ Misses 94 93 -1
Continue to review full report at Codecov.
|
Kerberos Authentication
for Hive
Kerberos Authentication
for HiveKerberos Authentication
for Hive
Kerberos Authentication
for HiveKerberos Authentication
for Hive
Kerberos Authentication
for HiveThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The subject line seems misleading, you are enabling kerberos for hive or Hive sensors ? @rajaths010494
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
need these async sensors to be stress tested with 1000 tasks in a DAG, can you try that please?
It's for hive update the same. |
I will run those today. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall looks fine for me, only thing is you give more on the description part
No, you are enabling the Hive Sensors to work with Kerberos authentication. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@pankajastro please fix these review comment
astronomer/providers/apache/hive/sensors/named_hive_partition.py
Outdated
Show resolved
Hide resolved
ac9495b
to
7531092
Compare
Previously
HivePartitionSensorAsync
&NamedHivePartitionSensorAsync
supported onlyauthMechansim='PLAIN'
.This PR add support to
authMechansim='GSSAPI'
closes #275