Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
turboFei committed Sep 21, 2019
1 parent 00d7ce6 commit a4f33d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ class HadoopMapReduceCommitProtocol(

/**
* Get the desired output path for the job. The output will be [[path]] when it is not a
* InsertIntoHadoopRelation operation. Otherwise, it will be [[stagingDir]].
* InsertOverwriteHadoopRelation operation. Otherwise, it will be [[stagingDir]].
*/
protected def getOutputPath(context: TaskAttemptContext): Path = {
if (isInsertOverwriteHadoopFsRelation) {
Expand Down

0 comments on commit a4f33d9

Please sign in to comment.