fix: 降低 hive 驱动版本

This commit is contained in:
taojinlong 2021-12-22 17:02:03 +08:00
parent c138342c08
commit e8bcb156cb
22 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ public class HiveConfiguration extends JdbcConfiguration {
.replace("PORT", getPort().toString().trim()) .replace("PORT", getPort().toString().trim())
.replace("DATABASE", getDataBase().trim()); .replace("DATABASE", getDataBase().trim());
}else { }else {
return "jdbc:hive2://HOSTNAME:PORT/DATABASE?EXTRA_PARAMS" return "jdbc:hive2://HOSTNAME:PORT/DATABASE;EXTRA_PARAMS"
.replace("HOSTNAME", getHost().trim()) .replace("HOSTNAME", getHost().trim())
.replace("PORT", getPort().toString().trim()) .replace("PORT", getPort().toString().trim())
.replace("DATABASE", getDataBase().trim()) .replace("DATABASE", getDataBase().trim())

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.