Skip to content

Commit

Permalink
Update NewHadoopRDD.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
nishkamravi2 committed Feb 20, 2015
1 parent 6f41a1d commit d453197
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions core/src/main/scala/org/apache/spark/rdd/NewHadoopRDD.scala
Expand Up @@ -175,10 +175,10 @@ class NewHadoopRDD[K, V](
}
} catch {
case e: Exception => {
- if (!Utils.inShutdown()) {
- logWarning("Exception in RecordReader.close()", e)
- }
- }
if (!Utils.inShutdown()) {
logWarning("Exception in RecordReader.close()", e)
}
}
}
}
}
Expand Down

0 comments on commit d453197

Please sign in to comment.