Home
last modified time | relevance | path

Searched refs:tempFileWith (Results 1 – 6 of 6) sorted by relevance

/dports/devel/spark/spark-2.1.1/sql/core/src/test/scala/org/apache/spark/sql/streaming/
H A DFileStreamSourceSuite.scala83 val tempFile = Utils.tempFileWith(new File(tmp, "text"))
104 val tmpDir = Utils.tempFileWith(new File(tmp, "parquet"))
667 val tempFile = Utils.tempFileWith(new File(tmp, "text"))
861 val tempFile = Utils.tempFileWith(new File(tmp, "text"))
900 val tempFile = Utils.tempFileWith(new File(tmp, "text"))
/dports/devel/spark/spark-2.1.1/core/src/main/scala/org/apache/spark/shuffle/sort/
H A DSortShuffleWriter.scala69 val tmp = Utils.tempFileWith(output)
/dports/devel/spark/spark-2.1.1/core/src/main/scala/org/apache/spark/shuffle/
H A DIndexShuffleBlockResolver.scala142 val indexTmp = Utils.tempFileWith(indexFile)
/dports/devel/spark/spark-2.1.1/core/src/main/java/org/apache/spark/shuffle/sort/
H A DBypassMergeSortShuffleWriter.java162 File tmp = Utils.tempFileWith(output); in write()
H A DUnsafeShuffleWriter.java213 final File tmp = Utils.tempFileWith(output); in closeAndWriteOutput()
/dports/devel/spark/spark-2.1.1/core/src/main/scala/org/apache/spark/util/
H A DUtils.scala2518 def tempFileWith(path: File): File = { method