This commit is contained in:
@@ -22,6 +22,8 @@ class ProfilerCommand: CliktCommand("profiler") {
|
|||||||
.start()
|
.start()
|
||||||
.waitFor()
|
.waitFor()
|
||||||
|
|
||||||
|
Thread.sleep(1000)
|
||||||
|
|
||||||
ProcessBuilder()
|
ProcessBuilder()
|
||||||
.command("ssh", "-o", "StrictHostKeyChecking=no", "-o", "UserKnownHostsFile=/dev/null", "-p", port.toString(), "spark@localhost")
|
.command("ssh", "-o", "StrictHostKeyChecking=no", "-o", "UserKnownHostsFile=/dev/null", "-p", port.toString(), "spark@localhost")
|
||||||
.inheritIO()
|
.inheritIO()
|
||||||
|
|||||||
Reference in New Issue
Block a user