Home
last modified time | relevance | path

Searched refs:getCanonicalPath (Results 1 – 25 of 1897) sorted by relevance

12345678910>>...76

/dports/devel/spark/spark-2.1.1/sql/hive/src/test/scala/org/apache/spark/sql/sources/
H A DCommitFailureTestRelationSuite.scala39 df.write.format(dataSourceName).save(file.getCanonicalPath)
42 val fs = new Path(file.getCanonicalPath).getFileSystem(SparkHadoopUtil.get.conf)
43 assert(!fs.exists(new Path(file.getCanonicalPath, "_temporary")))
56 df.write.format(dataSourceName).save(file.getCanonicalPath)
60 val fs = new Path(file.getCanonicalPath).getFileSystem(SparkHadoopUtil.get.conf)
61 assert(!fs.exists(new Path(file.getCanonicalPath, "_temporary")))
74 df.write.format(dataSourceName).partitionBy("key").save(file.getCanonicalPath)
78 val fs = new Path(file.getCanonicalPath).getFileSystem(SparkHadoopUtil.get.conf)
79 assert(!fs.exists(new Path(file.getCanonicalPath, "_temporary")))
H A DParquetHadoopFsRelationSuite.scala46 val basePath = new Path(file.getCanonicalPath)
64 .load(file.getCanonicalPath))
74 .save(dir.getCanonicalPath)
80 checkAnswer(spark.read.format("parquet").load(dir.getCanonicalPath), df.collect())
86 val path = dir.getCanonicalPath
122 .save(dir.getCanonicalPath)
130 val path = dir.getCanonicalPath
152 val path = dir.getCanonicalPath
176 assert(spark.read.parquet(dir.getCanonicalPath).schema.map(_.name)
184 val path = file.getCanonicalPath
H A DJsonHadoopFsRelationSuite.scala41 val basePath = new Path(file.getCanonicalPath)
58 .load(file.getCanonicalPath))
77 df.write.format(dataSourceName).save(file.getCanonicalPath)
81 spark.read.format(dataSourceName).schema(schema).load(file.getCanonicalPath),
102 df.write.format(dataSourceName).save(file.getCanonicalPath)
106 spark.read.format(dataSourceName).schema(schema).load(file.getCanonicalPath),
H A DHadoopFsRelationTest.scala513 .save(subdir.getCanonicalPath)
537 .load(path.getCanonicalPath)
551 .save(dir.getCanonicalPath)
562 val dir = file.getCanonicalPath
575 .save (subdir.getCanonicalPath)
580 .save (subsubdir.getCanonicalPath)
585 .save (anotherSubsubdir.getCanonicalPath)
642 val dir = path.getCanonicalPath
766 val path = dir.getCanonicalPath
807 .load(dir.getCanonicalPath),
[all …]
/dports/biology/gatk/gatk-4.2.0.0/src/test/java/org/broadinstitute/hellbender/tools/spark/pipelines/metrics/
H A DMeanQualityByCycleSparkIntegrationTest.java78 args.addRaw(unsortedBam.getCanonicalPath()); in test1()
80 args.addRaw(outfile.getCanonicalPath()); in test1()
95 args.addRaw(adamFile.getCanonicalPath()); in test_ADAM()
97 args.addRaw(outfile.getCanonicalPath()); in test_ADAM()
111 args.addRaw(unsortedBam.getCanonicalPath()); in test_PF_READS_ONLY_false()
113 args.addRaw(outfile.getCanonicalPath()); in test_PF_READS_ONLY_false()
129 args.addRaw(unsortedBam.getCanonicalPath()); in test_PF_READS_ONLY_true()
131 args.addRaw(outfile.getCanonicalPath()); in test_PF_READS_ONLY_true()
147 args.addRaw(unsortedBam.getCanonicalPath()); in test_ALIGNED_READS_ONLY_false()
149 args.addRaw(outfile.getCanonicalPath()); in test_ALIGNED_READS_ONLY_false()
[all …]
/dports/devel/spark/spark-2.1.1/sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/parquet/
H A DParquetPartitionDiscoverySuite.scala471 .parquet(f.getCanonicalPath)
613 .load(base.getCanonicalPath)
732 .save(dir.getCanonicalPath)
749 .save(tablePath.getCanonicalPath)
766 .save(tablePath.getCanonicalPath)
783 .save(tablePath.getCanonicalPath)
817 .parquet(dir.getCanonicalPath)
864 .save(tablePath.getCanonicalPath)
923 val path = dir.getCanonicalPath
933 val path = dir.getCanonicalPath
[all …]
H A DParquetQuerySuite.scala314 val path = dir.getCanonicalPath
339 val path = dir.getCanonicalPath
360 val path = dir.getCanonicalPath
374 val path = dir.getCanonicalPath
395 val path = dir.getCanonicalPath
416 val path = dir.getCanonicalPath
439 val path = dir.getCanonicalPath
462 val path = dir.getCanonicalPath
487 val path = dir.getCanonicalPath
513 val path = dir.getCanonicalPath
[all …]
H A DParquetReadBenchmark.scala80 .write.parquet(dir.getCanonicalPath)
81 spark.read.parquet(dir.getCanonicalPath).createOrReplaceTempView("tempTable")
164 .write.parquet(dir.getCanonicalPath)
165 spark.read.parquet(dir.getCanonicalPath).createOrReplaceTempView("tempTable")
198 .write.parquet(dir.getCanonicalPath)
199 spark.read.parquet(dir.getCanonicalPath).createOrReplaceTempView("tempTable")
230 .write.partitionBy("p").parquet(dir.getCanonicalPath)
231 spark.read.parquet(dir.getCanonicalPath).createOrReplaceTempView("tempTable")
266 .write.parquet(dir.getCanonicalPath)
267 spark.read.parquet(dir.getCanonicalPath).createOrReplaceTempView("tempTable")
/dports/devel/spark/spark-2.1.1/sql/core/src/test/scala/org/apache/spark/sql/streaming/
H A DFileStreamSinkSuite.scala35 val outputDir = Utils.createTempDir(namePrefix = "stream.output").getCanonicalPath
36 val checkpointDir = Utils.createTempDir(namePrefix = "stream.checkpoint").getCanonicalPath
67 val outputDir = Utils.createTempDir(namePrefix = "stream.output").getCanonicalPath
68 val checkpointDir = Utils.createTempDir(namePrefix = "stream.checkpoint").getCanonicalPath
163 val outputDir = Utils.createTempDir(namePrefix = "stream.output").getCanonicalPath
164 val checkpointDir = Utils.createTempDir(namePrefix = "stream.checkpoint").getCanonicalPath
215 val outputDir = Utils.createTempDir(namePrefix = "stream.output").getCanonicalPath
221 df.writeStream.format("parquet").outputMode(mode).start(dir.getCanonicalPath)
250 val outputDir = Utils.createTempDir(namePrefix = "stream.output").getCanonicalPath
251 val checkpointDir = Utils.createTempDir(namePrefix = "stream.checkpoint").getCanonicalPath
H A DFileStreamSourceSuite.scala105 df.write.parquet(tmpDir.getCanonicalPath)
251 .parquet(src.getCanonicalPath)
273 .write.parquet(new File(src, "1").getCanonicalPath)
331 val textStream = createFileStream("text", src.getCanonicalPath)
349 val textStream = spark.readStream.textFile(src.getCanonicalPath)
437 val fileStream = createFileStream("json", src.getCanonicalPath)
460 val fileStream = createFileStream("json", src.getCanonicalPath)
480 val fileStream = createFileStream("json", src.getCanonicalPath)
712 val fileStream = createFileStream("text", src.getCanonicalPath)
748 .text(src.getCanonicalPath)
[all …]
/dports/devel/spark/spark-2.1.1/sql/hive/src/test/scala/org/apache/spark/sql/hive/orc/
H A DOrcQuerySuite.scala182 .orc(file.getCanonicalPath)
184 OrcFileOperator.getFileReader(file.getCanonicalPath).get.getCompression
193 .orc(file.getCanonicalPath)
195 OrcFileOperator.getFileReader(file.getCanonicalPath).get.getCompression
205 .orc(file.getCanonicalPath)
207 OrcFileOperator.getFileReader(file.getCanonicalPath).get.getCompression
214 .orc(file.getCanonicalPath)
216 OrcFileOperator.getFileReader(file.getCanonicalPath).get.getCompression
223 .orc(file.getCanonicalPath)
235 .orc(file.getCanonicalPath)
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/
H A DExternalJarDeltaTests.java120 " "+f.getCanonicalPath()+"[*]: {CONTENT | ARCHIVE CONTENT CHANGED}" in testExternalJarChanged1()
153 " "+f.getCanonicalPath()+"[*]: {CONTENT | ARCHIVE CONTENT CHANGED}" in testExternalJarChanged2()
187 " "+f.getCanonicalPath()+"[*]: {CONTENT | ARCHIVE CONTENT CHANGED}" in testExternalJarChanged3()
228 " "+f.getCanonicalPath()+"[*]: {CONTENT | ARCHIVE CONTENT CHANGED}" in testExternalJarChanged4()
338 " "+f.getCanonicalPath()+"[+]: {}" in testExternalJarAdded1()
370 " "+f.getCanonicalPath()+"[+]: {}" in testExternalJarAdded2()
403 " "+f.getCanonicalPath()+"[+]: {}" in testExternalJarAdded3()
436 " "+f.getCanonicalPath()+"[-]: {}" in testExternalJarRemoved1()
469 " "+f.getCanonicalPath()+"[-]: {}" in testExternalJarRemoved2()
503 " "+f.getCanonicalPath()+"[-]: {}" in testExternalJarRemoved3()
[all …]
/dports/lang/gcc48/gcc-4.8.5/libjava/java/io/
H A DnatFileWin32.cc43 JV_TEMP_STRING_WIN32 (canon, getCanonicalPath()); in access()
68 JV_TEMP_STRING_WIN32 (canon, getCanonicalPath()); in stat()
87 JV_TEMP_STRING_WIN32 (canon, getCanonicalPath()); in attr()
114 java::io::File::getCanonicalPath (void) in getCanonicalPath() function in java::io::File
164 jstring canon = getCanonicalPath(); in performList()
223 JV_TEMP_STRING_WIN32 (canon, getCanonicalPath()); in setFilePermissions()
255 JV_TEMP_STRING_WIN32 (canon, getCanonicalPath()); in performDelete()
271 JV_TEMP_STRING_WIN32 (canon, getCanonicalPath()); in performCreate()
293 JV_TEMP_STRING_WIN32 (canon, getCanonicalPath()); in performSetReadOnly()
311 JV_TEMP_STRING_WIN32 (canon, getCanonicalPath()); in performSetLastModified()
/dports/lang/gnat_util/gcc-6-20180516/libjava/java/io/
H A DnatFileWin32.cc43 JV_TEMP_STRING_WIN32 (canon, getCanonicalPath()); in access()
68 JV_TEMP_STRING_WIN32 (canon, getCanonicalPath()); in stat()
87 JV_TEMP_STRING_WIN32 (canon, getCanonicalPath()); in attr()
114 java::io::File::getCanonicalPath (void) in getCanonicalPath() function in java::io::File
164 jstring canon = getCanonicalPath(); in performList()
223 JV_TEMP_STRING_WIN32 (canon, getCanonicalPath()); in setFilePermissions()
255 JV_TEMP_STRING_WIN32 (canon, getCanonicalPath()); in performDelete()
271 JV_TEMP_STRING_WIN32 (canon, getCanonicalPath()); in performCreate()
293 JV_TEMP_STRING_WIN32 (canon, getCanonicalPath()); in performSetReadOnly()
311 JV_TEMP_STRING_WIN32 (canon, getCanonicalPath()); in performSetLastModified()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/java/io/
H A DnatFileWin32.cc43 JV_TEMP_STRING_WIN32 (canon, getCanonicalPath()); in access()
68 JV_TEMP_STRING_WIN32 (canon, getCanonicalPath()); in stat()
87 JV_TEMP_STRING_WIN32 (canon, getCanonicalPath()); in attr()
114 java::io::File::getCanonicalPath (void) in getCanonicalPath() function in java::io::File
164 jstring canon = getCanonicalPath(); in performList()
223 JV_TEMP_STRING_WIN32 (canon, getCanonicalPath()); in setFilePermissions()
255 JV_TEMP_STRING_WIN32 (canon, getCanonicalPath()); in performDelete()
271 JV_TEMP_STRING_WIN32 (canon, getCanonicalPath()); in performCreate()
293 JV_TEMP_STRING_WIN32 (canon, getCanonicalPath()); in performSetReadOnly()
311 JV_TEMP_STRING_WIN32 (canon, getCanonicalPath()); in performSetLastModified()
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/java/io/
H A DnatFileWin32.cc43 JV_TEMP_STRING_WIN32 (canon, getCanonicalPath()); in access()
68 JV_TEMP_STRING_WIN32 (canon, getCanonicalPath()); in stat()
87 JV_TEMP_STRING_WIN32 (canon, getCanonicalPath()); in attr()
114 java::io::File::getCanonicalPath (void) in getCanonicalPath() function in java::io::File
164 jstring canon = getCanonicalPath(); in performList()
223 JV_TEMP_STRING_WIN32 (canon, getCanonicalPath()); in setFilePermissions()
255 JV_TEMP_STRING_WIN32 (canon, getCanonicalPath()); in performDelete()
271 JV_TEMP_STRING_WIN32 (canon, getCanonicalPath()); in performCreate()
293 JV_TEMP_STRING_WIN32 (canon, getCanonicalPath()); in performSetReadOnly()
311 JV_TEMP_STRING_WIN32 (canon, getCanonicalPath()); in performSetLastModified()
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/java/io/
H A DnatFileWin32.cc43 JV_TEMP_STRING_WIN32 (canon, getCanonicalPath()); in access()
68 JV_TEMP_STRING_WIN32 (canon, getCanonicalPath()); in stat()
87 JV_TEMP_STRING_WIN32 (canon, getCanonicalPath()); in attr()
114 java::io::File::getCanonicalPath (void) in getCanonicalPath() function in java::io::File
164 jstring canon = getCanonicalPath(); in performList()
223 JV_TEMP_STRING_WIN32 (canon, getCanonicalPath()); in setFilePermissions()
255 JV_TEMP_STRING_WIN32 (canon, getCanonicalPath()); in performDelete()
271 JV_TEMP_STRING_WIN32 (canon, getCanonicalPath()); in performCreate()
293 JV_TEMP_STRING_WIN32 (canon, getCanonicalPath()); in performSetReadOnly()
311 JV_TEMP_STRING_WIN32 (canon, getCanonicalPath()); in performSetLastModified()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libjava/java/io/
H A DnatFileWin32.cc43 JV_TEMP_STRING_WIN32 (canon, getCanonicalPath()); in _access()
64 JV_TEMP_STRING_WIN32 (canon, getCanonicalPath()); in _stat()
83 JV_TEMP_STRING_WIN32 (canon, getCanonicalPath()); in attr()
110 java::io::File::getCanonicalPath (void) in getCanonicalPath() function in java::io::File
160 jstring canon = getCanonicalPath(); in performList()
232 JV_TEMP_STRING_WIN32 (canon, getCanonicalPath()); in performDelete()
248 JV_TEMP_STRING_WIN32 (canon, getCanonicalPath()); in performCreate()
270 JV_TEMP_STRING_WIN32 (canon, getCanonicalPath()); in performSetReadOnly()
288 JV_TEMP_STRING_WIN32 (canon, getCanonicalPath()); in performSetLastModified()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libjava/java/io/
H A DnatFileWin32.cc43 JV_TEMP_STRING_WIN32 (canon, getCanonicalPath()); in _access()
64 JV_TEMP_STRING_WIN32 (canon, getCanonicalPath()); in _stat()
83 JV_TEMP_STRING_WIN32 (canon, getCanonicalPath()); in attr()
110 java::io::File::getCanonicalPath (void) in getCanonicalPath() function in java::io::File
160 jstring canon = getCanonicalPath(); in performList()
232 JV_TEMP_STRING_WIN32 (canon, getCanonicalPath()); in performDelete()
248 JV_TEMP_STRING_WIN32 (canon, getCanonicalPath()); in performCreate()
270 JV_TEMP_STRING_WIN32 (canon, getCanonicalPath()); in performSetReadOnly()
288 JV_TEMP_STRING_WIN32 (canon, getCanonicalPath()); in performSetLastModified()
/dports/biology/gatk/gatk-4.2.0.0/src/test/java/org/broadinstitute/hellbender/tools/
H A DAbstractPrintReadsIntegrationTest.java306 args.addRaw(inCram.getCanonicalPath()); in testNonExistentReference()
308 args.addRaw(outCram.getCanonicalPath()); in testNonExistentReference()
351 args.addRaw(inBam.getCanonicalPath()); in testCoordinateSortedInRegion()
353 args.addRaw(outBam.getCanonicalPath()); in testCoordinateSortedInRegion()
368 args.addRaw(inCram.getCanonicalPath()); in testSequenceDictionaryValidation()
370 args.addRaw(inRef.getCanonicalPath()); in testSequenceDictionaryValidation()
372 args.addRaw(outBam.getCanonicalPath()); in testSequenceDictionaryValidation()
386 args.addRaw(inBam.getCanonicalPath()); in testUnSorted()
388 args.addRaw(outBam.getCanonicalPath()); in testUnSorted()
402 args.addRaw(samWithOneMalformedRead.getCanonicalPath()); in testReadFiltering()
[all …]
/dports/devel/spark/spark-2.1.1/project/
H A DSparkBuild.scala691 .map(_.filterNot(_.getCanonicalPath.contains("org/apache/spark/deploy")))
692 .map(_.filterNot(_.getCanonicalPath.contains("org/apache/spark/examples")))
693 .map(_.filterNot(_.getCanonicalPath.contains("org/apache/spark/memory")))
694 .map(_.filterNot(_.getCanonicalPath.contains("org/apache/spark/network")))
695 .map(_.filterNot(_.getCanonicalPath.contains("org/apache/spark/shuffle")))
696 .map(_.filterNot(_.getCanonicalPath.contains("org/apache/spark/executor")))
697 .map(_.filterNot(_.getCanonicalPath.contains("org/apache/spark/unsafe")))
698 .map(_.filterNot(_.getCanonicalPath.contains("python")))
700 .map(_.filterNot(_.getCanonicalPath.contains("org/apache/spark/sql/catalyst")))
702 .map(_.filterNot(_.getCanonicalPath.contains("org/apache/spark/sql/internal")))
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/io/pathNames/win32/
H A DSJIS.java56 System.err.println(f.getCanonicalPath()); in main()
58 System.err.println(f.getCanonicalPath()); in main()
66 System.err.println(f2.getCanonicalPath()); in main()
68 String cfn = f2.getCanonicalPath(); in main()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/io/pathNames/win32/
H A DSJIS.java56 System.err.println(f.getCanonicalPath()); in main()
58 System.err.println(f.getCanonicalPath()); in main()
66 System.err.println(f2.getCanonicalPath()); in main()
68 String cfn = f2.getCanonicalPath(); in main()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/io/pathNames/win32/
H A DSJIS.java56 System.err.println(f.getCanonicalPath()); in main()
58 System.err.println(f.getCanonicalPath()); in main()
66 System.err.println(f2.getCanonicalPath()); in main()
68 String cfn = f2.getCanonicalPath(); in main()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/io/pathNames/win32/
H A DSJIS.java56 System.err.println(f.getCanonicalPath()); in main()
58 System.err.println(f.getCanonicalPath()); in main()
66 System.err.println(f2.getCanonicalPath()); in main()
68 String cfn = f2.getCanonicalPath(); in main()

12345678910>>...76