File tree Expand file tree Collapse file tree 2 files changed +24
-3
lines changed Expand file tree Collapse file tree 2 files changed +24
-3
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ services:
22
22
init :
23
23
image : busybox
24
24
volumes :
25
- - ./ hadoop-warehouse:/tmp/hadoop_warehouse
25
+ - hadoop-warehouse:/tmp/hadoop_warehouse
26
26
command : ["sh", "-c", "umask 000 && mkdir -p /tmp/hadoop_warehouse && chmod 777 /tmp/hadoop_warehouse"]
27
27
28
28
polaris :
@@ -55,7 +55,7 @@ services:
55
55
volumes :
56
56
- ./credentials:/tmp/credentials/
57
57
- ./hadoop-conf:/tmp/hadoop-conf
58
- - ./ hadoop-warehouse:/tmp/hadoop_warehouse
58
+ - hadoop-warehouse:/tmp/hadoop_warehouse
59
59
healthcheck :
60
60
test : ["CMD", "curl", "http://localhost:8182/q/health"]
61
61
interval : 10s
@@ -95,4 +95,7 @@ services:
95
95
- ./output:/tmp/polaris-regtests/
96
96
- ./credentials:/tmp/credentials/
97
97
- ./hadoop-conf:/tmp/hadoop-conf
98
- - ./hadoop-warehouse:/tmp/hadoop_warehouse
98
+ - hadoop-warehouse:/tmp/hadoop_warehouse
99
+
100
+ volumes :
101
+ hadoop-warehouse :
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
+ <!--
3
+ Licensed to the Apache Software Foundation (ASF) under one
4
+ or more contributor license agreements. See the NOTICE file
5
+ distributed with this work for additional information
6
+ regarding copyright ownership. The ASF licenses this file
7
+ to you under the Apache License, Version 2.0 (the
8
+ "License"); you may not use this file except in compliance
9
+ with the License. You may obtain a copy of the License at
10
+
11
+ http://www.apache.org/licenses/LICENSE-2.0
12
+
13
+ Unless required by applicable law or agreed to in writing,
14
+ software distributed under the License is distributed on an
15
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16
+ KIND, either express or implied. See the License for the
17
+ specific language governing permissions and limitations
18
+ under the License.
19
+ -->
2
20
<configuration >
3
21
<property >
4
22
<name >fs.defaultFS</name >
You can’t perform that action at this time.
0 commit comments