Home
last modified time | relevance | path

Searched refs:getStagingDir (Results 1 – 25 of 27) sorted by relevance

12

/dports/databases/hbase/hbase-1.2.1/hbase-hadoop2-compat/src/main/java/org/apache/hadoop/hbase/mapreduce/
H A DJobUtil.java52 public static Path getStagingDir(Configuration conf) in getStagingDir() method in JobUtil
54 return JobSubmissionFiles.getStagingDir(new Cluster(conf), conf); in getStagingDir()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-tools/hadoop-distcp/src/test/java/org/apache/hadoop/tools/
H A DTestExternalCall.java81 Path stagingDir = JobSubmissionFiles.getStagingDir(new Cluster(conf), in testCleanup()
117 Path stagingDir = JobSubmissionFiles.getStagingDir(new Cluster(conf), conf); in testCleanupTestViaToolRunner()
H A DTestIntegration.java532 Path stagingDir = JobSubmissionFiles.getStagingDir( in testCleanup()
/dports/devel/spark/spark-2.1.1/sql/hive/src/main/scala/org/apache/spark/sql/hive/execution/
H A DInsertIntoHiveTable.scala99 private def getStagingDir(inputPath: Path): Path = { method
128 getStagingDir(new Path(extURI.getScheme, extURI.getAuthority, extURI.getPath))
189 new Path(getStagingDir(path), "-ext-10000") // Hive uses 10000
/dports/devel/hadoop/hadoop-1.2.1/src/mapred/org/apache/hadoop/mapreduce/
H A DJobSubmissionFiles.java100 public static Path getStagingDir(JobClient client, Configuration conf) in getStagingDir() method in JobSubmissionFiles
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapreduce/
H A DJobSubmissionFiles.java107 public static Path getStagingDir(Cluster cluster, Configuration conf) in getStagingDir() method in JobSubmissionFiles
H A DJobSubmitter.java144 Path jobStagingArea = JobSubmissionFiles.getStagingDir(cluster, conf); in submitJobInternal()
/dports/devel/hadoop/hadoop-1.2.1/src/tools/org/apache/hadoop/tools/distcp2/
H A DDistCp.java351 Path stagingDir = JobSubmissionFiles.getStagingDir( in createMetaFolderPath()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-tools/hadoop-distcp/src/main/java/org/apache/hadoop/tools/
H A DDistCp.java408 Path stagingDir = JobSubmissionFiles.getStagingDir( in createMetaFolderPath()
/dports/devel/hadoop/hadoop-1.2.1/src/test/org/apache/hadoop/tools/distcp2/
H A DTestIntegration.java547 Path stagingDir = JobSubmissionFiles.getStagingDir( in testCleanup()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/src/test/java/org/apache/hadoop/mapreduce/
H A DTestMRJobClient.java112 Path jobStagingArea = JobSubmissionFiles.getStagingDir(cluster, in testJobSubmissionSpecsAndFiles()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-tools/hadoop-extras/src/main/java/org/apache/hadoop/tools/
H A DDistCh.java426 stagingArea = JobSubmissionFiles.getStagingDir( in setup()
H A DDistCpV1.java1207 JobSubmissionFiles.getStagingDir(jClient.getClusterHandle(), conf); in setup()
/dports/devel/hadoop/hadoop-1.2.1/src/tools/org/apache/hadoop/tools/
H A DDistCh.java429 stagingArea = JobSubmissionFiles.getStagingDir( in setup()
H A DHadoopArchives.java476 stagingArea = JobSubmissionFiles.getStagingDir(jClient, conf); in archive()
H A DDistCp.java1018 stagingArea = JobSubmissionFiles.getStagingDir(jClient, conf); in setup()
/dports/databases/hbase/hbase-1.2.1/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/
H A DCompactionTool.java360 Path stagingDir = JobUtil.getStagingDir(conf); in doMapReduce()
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/mozapps/extensions/internal/
H A DXPIInstall.jsm1406 let stagingDir = this.location.installer.getStagingDir();
1717 let stagedAddon = this.location.installer.getStagingDir();
1903 let stagingDir = this.location.installer.getStagingDir();
3035 getStagingDir() {
3077 let dir = this.getStagingDir();
3340 getStagingDir() {
3826 let source = getFile(`${id}.xpi`, location.installer.getStagingDir());
4469 aAddon.location.installer.getStagingDir()
/dports/www/firefox/firefox-99.0/toolkit/mozapps/extensions/internal/
H A DXPIInstall.jsm1460 let stagingDir = this.location.installer.getStagingDir();
1805 let stagedAddon = this.location.installer.getStagingDir();
2004 let stagingDir = this.location.installer.getStagingDir();
3176 getStagingDir() {
3217 let dir = this.getStagingDir();
3445 getStagingDir() {
3995 let source = getFile(`${id}.xpi`, location.installer.getStagingDir());
4632 aAddon.location.installer.getStagingDir()
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/mozapps/extensions/internal/
H A DXPIInstall.jsm1450 let stagingDir = this.location.installer.getStagingDir();
1777 let stagedAddon = this.location.installer.getStagingDir();
1978 let stagingDir = this.location.installer.getStagingDir();
3144 getStagingDir() {
3186 let dir = this.getStagingDir();
3449 getStagingDir() {
4022 let source = getFile(`${id}.xpi`, location.installer.getStagingDir());
4660 aAddon.location.installer.getStagingDir()
/dports/www/firefox-esr/firefox-91.8.0/toolkit/mozapps/extensions/internal/
H A DXPIInstall.jsm1450 let stagingDir = this.location.installer.getStagingDir();
1777 let stagedAddon = this.location.installer.getStagingDir();
1978 let stagingDir = this.location.installer.getStagingDir();
3144 getStagingDir() {
3186 let dir = this.getStagingDir();
3449 getStagingDir() {
4022 let source = getFile(`${id}.xpi`, location.installer.getStagingDir());
4660 aAddon.location.installer.getStagingDir()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-tools/hadoop-archives/src/main/java/org/apache/hadoop/tools/
H A DHadoopArchives.java478 stagingArea = JobSubmissionFiles.getStagingDir(new Cluster(conf), in archive()
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/mozapps/extensions/internal/
H A DXPIInstall.jsm1425 let xpi = getFile(`${this.addon.id}.xpi`, this.installLocation.getStagingDir());
1450 let stagingDir = this.installLocation.getStagingDir();
1715 let stagedAddon = this.installLocation.getStagingDir();
1913 let stagingDir = this.installLocation.getStagingDir();
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/mozapps/extensions/internal/
H A DXPIProvider.jsm3343 let stagingDir = location.getStagingDir();
5192 let stage = aAddon._installLocation.getStagingDir();
5452 let xpi = this.installLocation.getStagingDir();
5478 let stagingDir = this.installLocation.getStagingDir();
5823 let stagedAddon = this.installLocation.getStagingDir();
6034 let stagingDir = this.installLocation.getStagingDir();
8343 getStagingDir: function() {
8385 let dir = this.getStagingDir();
8668 let dir = this.getStagingDir();
8704 getStagingDir: function() {
[all …]
/dports/devel/hadoop/hadoop-1.2.1/src/mapred/org/apache/hadoop/mapred/
H A DJobClient.java942 Path jobStagingArea = JobSubmissionFiles.getStagingDir(JobClient.this, in submitJobInternal()

12