Skip to content

Commit

Permalink
#fix bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
tianyao-0315 committed Apr 21, 2023
1 parent ac13eae commit 1df501f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ class DockerExecute extends ConfigurableStop{
stringBuffer.append(System.lineSeparator() + " - \"" + x + "\"")
})

ymlContent = ymlContent.replace("hdfs_url", PropertyUtil.getPropertyValue("hdfs.web.url"))
.replace("extra_hosts", stringBuffer.toString)
ymlContent = ymlContent.replace("piflow_hdfs_url", PropertyUtil.getPropertyValue("hdfs.web.url"))
.replace("piflow_extra_hosts", stringBuffer.toString)

println(ymlContent)

Expand Down

0 comments on commit 1df501f

Please sign in to comment.