From b89135d500a1c7a836e54289946cec52c99fc075 Mon Sep 17 00:00:00 2001 From: howeye <360782885@qq.com> Date: Mon, 23 Dec 2019 17:18:40 +0800 Subject: [PATCH] Delete hive configuration --- web/app/src/main/resources/application-dev.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/app/src/main/resources/application-dev.yml b/web/app/src/main/resources/application-dev.yml index 8534453d..65fd6439 100644 --- a/web/app/src/main/resources/application-dev.yml +++ b/web/app/src/main/resources/application-dev.yml @@ -55,10 +55,10 @@ zk: connection_time_out: 15000 lock_wait_time: 3 -hive: - username: username - password: password # deprecated +#hive: +# username: username +# password: password # jdbc: # driver-class-name: com.mysql.jdbc.Driver # max-pool-size: 50