Commit 850235bd by jinfeng.wang

init tree_tag

parent 1e655f0e
......@@ -100,8 +100,8 @@ public class TreeTagController {
final String serverUrl = AZ_URL + "azkaban/execute";
URIBuilder uri = new URIBuilder();
try {
uri = new URIBuilder(serverUrl).addParameter("projectName", "")
.addParameter("flowName", "");
uri = new URIBuilder(serverUrl).addParameter("projectName", "dmp_on_k8s")
.addParameter("flowName", "app_tree_tag");
} catch (URISyntaxException e) {
e.printStackTrace();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment