RedisLabs/spark-redis

sql word :Could not get a resource from the pool (state=,code=0)

Closed this issue · 2 comments

I use this sql word :
create table test06(
a1 string,
a2 int,
a3 int
)using org.apache.spark.sql.redis OPTIONS (table 'test1',spark.redis.host '127.0.0.1' , spark.redis.port '6379');
on spark thrift server . but it does not working.Does it support this sql ?

Closed due to inactivity.