KNOX-1967 - Add a service definition for Impala Hiveserver2#127
Merged
risdenk merged 1 commit intoapache:masterfrom Aug 7, 2019
Merged
KNOX-1967 - Add a service definition for Impala Hiveserver2#127risdenk merged 1 commit intoapache:masterfrom
risdenk merged 1 commit intoapache:masterfrom
Conversation
risdenk
requested changes
Aug 6, 2019
Contributor
risdenk
left a comment
There was a problem hiding this comment.
Overall changes look good just need to fix up some of the pom stuff to make sure it gets packaged.
risdenk
approved these changes
Aug 7, 2019
Contributor
risdenk
left a comment
There was a problem hiding this comment.
Thanks - I'll pull the changes down and run some tests. Changes look good.
Allows for proxying connections to Impala's Hiveserver2 interface. The service definition is based on Hive's Hiveserver2 definition.
risdenk
approved these changes
Aug 7, 2019
Contributor
risdenk
left a comment
There was a problem hiding this comment.
Changes look good after adding the ha stuff. Building locally and making sure it all ends up packaged together. Then will push :)
twmarshall
pushed a commit
to twmarshall/knox
that referenced
this pull request
Aug 27, 2019
…r2 (apache#127) Allows for proxying connections to Impala's Hiveserver2 interface. The service definition is based on Hive's Hiveserver2 definition. Signed-off-by: Kevin Risden <krisden@cloudera.com> Change-Id: I2deaf76c5c91d19d944f99e79880ebe71ac2d929 Signed-off-by: Kevin Risden <krisden@cloudera.com>
stoty
pushed a commit
to stoty/knox
that referenced
this pull request
May 14, 2024
…r2 (apache#127) Allows for proxying connections to Impala's Hiveserver2 interface. The service definition is based on Hive's Hiveserver2 definition. Signed-off-by: Kevin Risden <krisden@cloudera.com> Change-Id: I2deaf76c5c91d19d944f99e79880ebe71ac2d929 Signed-off-by: Kevin Risden <krisden@cloudera.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changes were proposed in this pull request?
Allows for proxying connections to Impala's Hiveserver2 interface.
The service definition is based on Hive's Hiveserver2 definition.
Impala does not currently support HA.
How was this patch tested?
Tested by setting up Impala and Knox in a real cluster and verifying that Impala can be connected to over Knox and queries can be run through jdbc and impala-shell