peacewong commented on a change in pull request #1126:
URL: https://github.com/apache/incubator-linkis/pull/1126#discussion_r759175638
##########
File path:
linkis-computation-governance/linkis-client/linkis-computation-client/src/test/java/org/apache/linkis/ujes/client/PythonImageJavaClientTest.java
##########
@@ -0,0 +1,146 @@
+package org.apache.linkis.ujes.client;
+
+
+import org.apache.commons.io.IOUtils;
+import org.apache.linkis.common.utils.Utils;
+import
org.apache.linkis.httpclient.dws.authentication.StaticAuthenticationStrategy;
+import org.apache.linkis.httpclient.dws.config.DWSClientConfig;
+import org.apache.linkis.httpclient.dws.config.DWSClientConfigBuilder;
+import org.apache.linkis.manager.label.constant.LabelKeyConstant;
+import org.apache.linkis.protocol.constants.TaskConstant;
+import org.apache.linkis.ujes.client.request.JobSubmitAction;
+import org.apache.linkis.ujes.client.request.ResultSetAction;
+import org.apache.linkis.ujes.client.response.JobExecuteResult;
+import org.apache.linkis.ujes.client.response.JobInfoResult;
+import org.apache.linkis.ujes.client.response.JobProgressResult;
+import org.apache.linkis.ujes.client.response.image.ShowImage;
+
+import java.util.HashMap;
+import java.util.Map;
+import java.util.concurrent.TimeUnit;
+
+public class PythonImageJavaClientTest {
+ public static void main(String[] args) {
+
+ String user = "hadoop";
+ String gatewayIp = "你的 linkis 网关地址";
Review comment:
hello, it is recommended to use 127.0.0.1:9001 instead
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]