зеркало из https://github.com/microsoft/spark.git
Close record readers in HadoopFile after finishing a split
This commit is contained in:
Родитель
62f1c6f5a8
Коммит
dc24aecd8f
|
@ -76,6 +76,9 @@ extends RDD[(K, V)](sc) {
|
||||||
}
|
}
|
||||||
gotNext = true
|
gotNext = true
|
||||||
}
|
}
|
||||||
|
if (finished) {
|
||||||
|
reader.close()
|
||||||
|
}
|
||||||
!finished
|
!finished
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче