Skip to content

Commit

Permalink
Update RawFileInput.scala
Browse files Browse the repository at this point in the history
typo in path value
  • Loading branch information
kmader committed Sep 16, 2014
1 parent a01c9cf commit 932a206
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class PortableDataStream(split: CombineFileSplit, context: TaskAttemptContext, i
*/
private lazy val path = {
val pathp = split.getPath(index)
path = pathp.toString
pathp.toString
}

/**
Expand Down

0 comments on commit 932a206

Please sign in to comment.