do nothing.
This commit is contained in:
parent
3d8dd3720c
commit
e75514a3a3
|
@ -7,7 +7,7 @@ import org.apache.http.util.EntityUtils
|
||||||
object HTTPClientGetFlowDebugData {
|
object HTTPClientGetFlowDebugData {
|
||||||
|
|
||||||
def main(args: Array[String]): Unit = {
|
def main(args: Array[String]): Unit = {
|
||||||
|
//
|
||||||
val url = "http://10.0.86.98:8001/flow/debugData?processID=process_cf1bab97-8eaf-4b3a-82a2-6a0eaa2a9ed4_1&stopName=Merge&port=default"
|
val url = "http://10.0.86.98:8001/flow/debugData?processID=process_cf1bab97-8eaf-4b3a-82a2-6a0eaa2a9ed4_1&stopName=Merge&port=default"
|
||||||
val client = HttpClients.createDefault()
|
val client = HttpClients.createDefault()
|
||||||
val getFlowInfo:HttpGet = new HttpGet(url)
|
val getFlowInfo:HttpGet = new HttpGet(url)
|
||||||
|
|
Loading…
Reference in New Issue