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

Issue 207: Add Sentinels support for spark-redis library #245

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

comphead
Copy link

@comphead comphead commented May 19, 2020

Adding sentinel support. This is working solution, we badly needed sentinels for our use case. WIth this fix its working in our organization

@comphead
Copy link
Author

@gkorland @fe2s Please check this PR, also jedis version updated to 3.3.0 as in 3.2.0 there is a critical auth issue redis/jedis#2154

@comphead
Copy link
Author

@fe2s @gkorland ^^^

@comphead comphead marked this pull request as draft May 20, 2020 18:01
@comphead comphead marked this pull request as ready for review May 20, 2020 18:02
* @param schema Current schema
* @param requiredColumns Column positions expecting by Catalyst
*/
def alignSchemaWithCatalyst(schema: StructType, requiredColumns: Seq[String]): StructType = {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like these changes are not related to Sentinels support. Could you please create a separate PR for that?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added another PR #252

@comphead comphead requested a review from fe2s June 10, 2020 11:43
@jonathansp
Copy link

any updates on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants