Skip to content

Commit 6dce192

Browse files
More fixes
1 parent a38dc21 commit 6dce192

File tree

2 files changed

+24
-3
lines changed

2 files changed

+24
-3
lines changed

regtests/docker-compose.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ services:
2222
init:
2323
image: busybox
2424
volumes:
25-
- ./hadoop-warehouse:/tmp/hadoop_warehouse
25+
- hadoop-warehouse:/tmp/hadoop_warehouse
2626
command: ["sh", "-c", "umask 000 && mkdir -p /tmp/hadoop_warehouse && chmod 777 /tmp/hadoop_warehouse"]
2727

2828
polaris:
@@ -55,7 +55,7 @@ services:
5555
volumes:
5656
- ./credentials:/tmp/credentials/
5757
- ./hadoop-conf:/tmp/hadoop-conf
58-
- ./hadoop-warehouse:/tmp/hadoop_warehouse
58+
- hadoop-warehouse:/tmp/hadoop_warehouse
5959
healthcheck:
6060
test: ["CMD", "curl", "http://localhost:8182/q/health"]
6161
interval: 10s
@@ -95,4 +95,7 @@ services:
9595
- ./output:/tmp/polaris-regtests/
9696
- ./credentials:/tmp/credentials/
9797
- ./hadoop-conf:/tmp/hadoop-conf
98-
- ./hadoop-warehouse:/tmp/hadoop_warehouse
98+
- hadoop-warehouse:/tmp/hadoop_warehouse
99+
100+
volumes:
101+
hadoop-warehouse:

regtests/hadoop-conf/core-site.xml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,22 @@
11
<?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+
-->
220
<configuration>
321
<property>
422
<name>fs.defaultFS</name>

0 commit comments

Comments
 (0)