You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current implementation of toRedisHASH seems write one key per time. Now, I wanna write a RDD
[(String, Map[String, String])], is there possible? or any suggestions?