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

WRONGPASS invalid username-password pair or user is disabled. #381

Open
leovegas opened this issue Oct 17, 2023 · 0 comments
Open

WRONGPASS invalid username-password pair or user is disabled. #381

leovegas opened this issue Oct 17, 2023 · 0 comments

Comments

@leovegas
Copy link

Using in Pyspark latest

df_redis = spark.read\
        .format("org.apache.spark.sql.redis") \
        .option("host", "redis-xxx.amazonaws.com") \
        .option("port", 6379) \
        .option("ssl", False) \
        .option("user", '') \
        .option("auth", '') \
        .option("max.pipeline.size", 10000) \
        .option("table", "user")\
        .option("key.column", "rt_id")\
        .load()

Get

redis.clients.jedis.exceptions.JedisConnectionException: Could not get a resource from the pool       
...                                                                                                                                                                           
Caused by: redis.clients.jedis.exceptions.JedisAccessControlException: WRONGPASS invalid username-password pair or user is disabled.
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

No branches or pull requests

1 participant