-
Notifications
You must be signed in to change notification settings - Fork 29k
[MESOS][SPARK-8798] Allow additional uris to be fetched with mesos #7195
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
Conversation
|
@andrewor14 :) |
|
Test build #36418 has finished for PR 7195 at commit
|
|
jenkins retest please |
|
retest this please |
|
Test build #36430 has finished for PR 7195 at commit
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is duplicated 3 times. Do you think the refactoring your other patch (roles principals) will help? Should we merge that one first?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's a common superclass of all these three classes called MesosSchedulerUtils. I think this code could go there.
|
Test build #37757 has finished for PR 7195 at commit
|
|
Test build #39941 has finished for PR 7195 at commit
|
|
Merging into master 1.5 |
Some users like to download additional files in their sandbox that they can refer to from their spark program, or even later mount these files to another directory. Author: Timothy Chen <tnachen@gmail.com> Closes #7195 from tnachen/mesos_files. (cherry picked from commit 5c99d8b) Signed-off-by: Andrew Or <andrew@databricks.com>
Some users like to download additional files in their sandbox that they can refer to from their spark program, or even later mount these files to another directory. Author: Timothy Chen <tnachen@gmail.com> Closes apache#7195 from tnachen/mesos_files.
Some users like to download additional files in their sandbox that they can refer to from their spark program, or even later mount these files to another directory.