-
Notifications
You must be signed in to change notification settings - Fork 31
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
大神您好,有个问题能否解答下 #22
Comments
|
|
大神,我发现,即使是1对一的情况下,也有可能是宽依赖,比如使用了coalesce(1,true)。所以我感觉您的那个子RDD的分区不完全依赖父RDD分区的定义也是不严谨的。。。 |
大神,能加你微信吗,想跟您交流一下,有偿的 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
spark,父子RDD分区是一对多的关系,有没有可能是窄依赖???如果有可能,能否举个例子呢
为啥shuffle必须要落盘,直接在内存中不能进行数据重新分布吗???
The text was updated successfully, but these errors were encountered: