mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 23:52:03 +00:00
Merge remote-tracking branch 'origin/hive_test' into hive_test
This commit is contained in:
commit
0917a60323
@ -1,7 +1,7 @@
|
||||
version: '2.3'
|
||||
services:
|
||||
hdfs1:
|
||||
image: lgboustc/hive_test:v1.0
|
||||
image: lgboustc/hive_test:v2.0
|
||||
hostname: hivetest
|
||||
restart: always
|
||||
entrypoint: bash /start.sh
|
||||
|
@ -2396,7 +2396,7 @@ class ClickHouseCluster:
|
||||
logging.debug("Setup hive")
|
||||
subprocess_check_call(self.base_hive_cmd + common_opts)
|
||||
self.up_called = True
|
||||
time.sleep(300)
|
||||
time.sleep(30)
|
||||
|
||||
if self.with_minio and self.base_minio_cmd:
|
||||
# Copy minio certificates to minio/certs
|
||||
|
@ -28,7 +28,7 @@ def started_cluster():
|
||||
cluster.copy_file_to_container(
|
||||
"roottesthivequery_hdfs1_1",
|
||||
"/etc/clickhouse-server/extra_conf.d/prepare_hive_data.sh",
|
||||
"/prepare_hive_data.sh",s
|
||||
"/prepare_hive_data.sh",
|
||||
)
|
||||
cluster.exec_in_container(
|
||||
"roottesthivequery_hdfs1_1", ["bash", "-c", "bash /prepare_hive_data.sh"]
|
||||
|
Loading…
Reference in New Issue
Block a user