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
In the example, the map method shows to take a lambda with two parameters (key and xy), but it appears as though the python version of spark only has a map method that expects a lambda with just a single parameter.
In the example, the
map
method shows to take alambda
with two parameters (key
andxy
), but it appears as though the python version of spark only has amap
method that expects a lambda with just a single parameter.So instead of the following
We should use
The text was updated successfully, but these errors were encountered: