Skip to content

Conversation

@markhamstra
Copy link

No description provided.

liancheng and others added 5 commits November 12, 2015 09:31
…ains URL scheme

This PR backports apache#9569 to branch-1.5.

Author: Cheng Lian <[email protected]>

Closes apache#9570 from liancheng/spark-11595.for-branch-1.5.
The code convertToCanonicalEdges is such that srcIds are smaller than dstIds but the scaladoc suggested otherwise. Have fixed the same.

Author: Gaurav Kumar <[email protected]>

Closes apache#9666 from gauravkumar37/patch-1.

(cherry picked from commit df0e318)
Signed-off-by: Reynold Xin <[email protected]>
Currently, all the shuffle writer will write to target path directly, the file could be corrupted by other attempt of the same partition on the same executor. They should write to temporary file then rename to target path, as what we do in output committer. In order to make the rename atomic, the temporary file should be created in the same local directory (FileSystem).

This PR is based on apache#9214 , thanks to squito

Author: Davies Liu <[email protected]>

Closes apache#9686 from davies/writer_1.5 and squashes the following commits:

e95fcf5 [Davies Liu] fix test
a6d569e [Davies Liu] fix consolidate
7e83298 [Davies Liu] robust shuffle writer
markhamstra added a commit that referenced this pull request Nov 14, 2015
@markhamstra markhamstra merged commit 6166f05 into alteryx:csd-1.5 Nov 14, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants