|
@@ -29,7 +29,7 @@ class hdp-hive::hive::service_check() inherits hdp-hive::params
|
|
|
if ($security_enabled == true) {
|
|
|
$kinit_cmd = "${hdp::params::kinit_path_local} -kt ${smoke_user_keytab} ${smoke_test_user};"
|
|
|
$hive_principal_ext = "principal=${hive_user}/_HOST@${hdp::params::kerberos_domain}"
|
|
|
- $hive_url_ext = "${hive_url}\;${hive_principal_ext}"
|
|
|
+ $hive_url_ext = "${hive_url}/\;${hive_principal_ext}"
|
|
|
$smoke_cmd = "${kinit_cmd} env JAVA_HOME=${hdp::params::java64_home} ${smoke_test_path} ${hive_url_ext} ${smoke_test_sql}"
|
|
|
} else {
|
|
|
$smoke_cmd = "env JAVA_HOME=$hdp::params::java64_home $smoke_test_path $hive_url $smoke_test_sql"
|