turboFei commented on a change in pull request #1291:
URL: https://github.com/apache/incubator-kyuubi/pull/1291#discussion_r735621498
##########
File path:
kyuubi-common/src/test/scala/org/apache/kyuubi/KerberizedTestHelper.scala
##########
@@ -95,6 +95,8 @@ trait KerberizedTestHelper extends KyuubiFunSuite {
if (s.contains("libdefaults")) {
rewritten = true
s + addedConfig
+ } else if (s.contains(hostName)) {
+ s + "\n" + s.replace(hostName, s"tcp/$hostName")
Review comment:
add into pr desc
##########
File path:
kyuubi-common/src/test/scala/org/apache/kyuubi/KerberizedTestHelper.scala
##########
@@ -95,6 +95,8 @@ trait KerberizedTestHelper extends KyuubiFunSuite {
if (s.contains("libdefaults")) {
rewritten = true
s + addedConfig
+ } else if (s.contains(hostName)) {
+ s + "\n" + s.replace(hostName, s"tcp/$hostName")
Review comment:
added into pr desc
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]