|
|
@ -125,7 +125,7 @@ public class HiveDataSourceProcessor extends AbstractDataSourceProcessor { |
|
|
|
HiveConnectionParam hiveConnectionParam = (HiveConnectionParam) connectionParam; |
|
|
|
HiveConnectionParam hiveConnectionParam = (HiveConnectionParam) connectionParam; |
|
|
|
String jdbcUrl = hiveConnectionParam.getJdbcUrl(); |
|
|
|
String jdbcUrl = hiveConnectionParam.getJdbcUrl(); |
|
|
|
if (MapUtils.isNotEmpty(hiveConnectionParam.getOther())) { |
|
|
|
if (MapUtils.isNotEmpty(hiveConnectionParam.getOther())) { |
|
|
|
return jdbcUrl + "?" + transformOther(hiveConnectionParam.getOther()); |
|
|
|
return jdbcUrl + ";" + transformOther(hiveConnectionParam.getOther()); |
|
|
|
} |
|
|
|
} |
|
|
|
return jdbcUrl; |
|
|
|
return jdbcUrl; |
|
|
|
} |
|
|
|
} |
|
|
|