-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[SPARK-8657] [YARN] Fail to upload conf archive to viewfs #7055
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
[SPARK-8657] [YARN] Fail to upload conf archive to viewfs #7055
Conversation
|
Can one of the admins verify this patch? |
|
OK to test |
|
Test build #977 has started for PR 7055 at commit |
|
Test build #977 has finished for PR 7055 at commit
|
|
@litao-buptsse would you mind opening this against the master branch instead so future Spark releases also benefit from the fix? This is currently opened against branch-1.4. |
|
There is also #7053 for |
|
Hm, I'm pretty confused. @litao-buptsse Which is your proposed fix, this one or #7053? Did you intend to have different fixes merged into different branches? |
|
I think the code paths are a little different; see discussion at #7042 |
|
@andrewor14 @srowen #7125 is for master and #7055 is for branch-1.4 |
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.
why did you change the name of this? please revert as previous name was more descriptive and the change is unnecessary.
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.
OK I got it
|
@litao-buptsse this now diverges a lot from its sibling PR at #7125 . Did you push changes here unintentionally? this needs to match the other PR. |
|
@srowen #7125 is for master branch and passed all the test case. You can consider to merge it to master. But for branch-1.4, not only contains the bugs, but also need some refactor to cache up with the master. My first commit litao-buptsse@cbae84e is just intend to fix the bugs. The following commits of the #7055 PR is intend to refactor the branch-1.4 to catch up with master branch. #7125 for master is ready to merge to master. If no need to do the refactor job, litao-buptsse@cbae84e can fix the bugs for branch-1.4 and passed all tests. |
|
@litao-buptsse one JIRA = one logical issue, so I'd generally expect PRs for one JIRA to be quite similar when back-ported. However this has a lot more change; are you sure you mean for all of this to be in this PR? In any event, at this point, your change to |
Fail to upload conf archive to viewfs in spark-1.4
JIRA Link: https://issues.apache.org/jira/browse/SPARK-8657