Skip to content

Commit ab2f701

Browse files
author
Marcelo Vanzin
committed
Typo.
1 parent 88679a0 commit ab2f701

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/scala/org/apache/spark/internal/io/SparkHadoopMapReduceWriter.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ object SparkHadoopMapReduceWriter extends Logging {
8686
// Try to write all RDD partitions as a Hadoop OutputFormat.
8787
try {
8888
val ret = sparkContext.runJob(rdd, (context: TaskContext, iter: Iterator[(K, V)]) => {
89-
// SPARK-24552: Generate a unique "attempt ID" based on the stage and task atempt numbers.
89+
// SPARK-24552: Generate a unique "attempt ID" based on the stage and task attempt numbers.
9090
// Assumes that there won't be more than Short.MaxValue attempts, at least not concurrently.
9191
val attemptId = (context.stageAttemptNumber << 16) | context.attemptNumber
9292

0 commit comments

Comments
 (0)