We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f7c9d8 commit 09b3cf2Copy full SHA for 09b3cf2
docker-compose.yml
@@ -63,6 +63,8 @@ services:
63
- "9083"
64
ports:
65
- "9083:9083"
66
+ volumes:
67
+ - /tmp/warehouse:/tmp/warehouse
68
minio:
69
image: minio/minio:latest
70
entrypoint: sh
metastore-image/hive-conf/hive-site.xml
@@ -30,7 +30,7 @@
30
31
<property>
32
<name>hive.metastore.warehouse.dir</name>
33
- <value>/user/hive/warehouse</value>
+ <value>/tmp/warehouse</value>
34
<description>location of default database for the warehouse</description>
35
</property>
36
0 commit comments