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