Adamyuanyuan commented on a change in pull request #1127:
URL: https://github.com/apache/incubator-linkis/pull/1127#discussion_r761944467



##########
File path: assembly-combined-package/assembly-combined/sbin/linkis-start-all.sh
##########
@@ -90,6 +90,35 @@ SERVER_NAME="ps-cs"
 SERVER_IP=$CS_INSTALL_IP
 startApp
 
+#datasourcemanager
+SERVER_NAME="ps-datasourcemanager"
+SERVER_IP=$DATASOURCEMANAGER_INSTALL_IP
+startApp
+
+#metadatamanager
+SERVER_NAME="ps-metadatamanager"
+SERVER_IP=$METADATAMANAGER_INSTALL_IP
+startApp
+
+#metadatamanager-es
+SERVER_NAME="ps-metadatamanager-es"
+SERVER_IP=$METADATAMANAGER_ES_INSTALL_IP
+startApp
+
+#metadatamanager-hive
+SERVER_NAME="ps-metadatamanager-hive"
+SERVER_IP=$METADATAMANAGER_HIVE_INSTALL_IP
+startApp
+
+#metadatamanager-kafka
+SERVER_NAME="ps-metadatamanager-kafka"
+SERVER_IP=$METADATAMANAGER_KAFKA_INSTALL_IP
+startApp

Review comment:
       thanks,I will fix it later




-- 
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]

Reply via email to