casionone commented on code in PR #548: URL: https://github.com/apache/incubator-linkis-website/pull/548#discussion_r1002853525
########## i18n/zh-CN/docusaurus-plugin-content-docs/current/deployment/start-metadatasource.md: ########## @@ -103,30 +103,26 @@ linkis-public-enhancements/linkis-datasource ```shell script /lib/linkis-public-enhancements/ -├── linkis-ps-data-source-manager -├── linkis-ps-metadatamanager -│ └── service +├── linkis-ps-publicservice +│ └── metadataquery-service │ ├── elasticsearch │ ├── hive │ ├── kafka │ └── mysql ``` -`wds.linkis.server.mdm.service.lib.dir` 控制反射调用时加载的类路径,参数默认值是`/lib/linkis-public-enhancements/linkis-ps-metadatamanager/service` +`wds.linkis.server.mdm.service.lib.dir` 控制反射调用时加载的类路径,参数默认值是`/lib/linkis-public-enhancements/linkis-ps-metadataquery/service` ### 1.5 配置参数 参见[调优排障>参数列表#datasource配置参数](/docs/1.1.0/tuning-and-troubleshooting/configuration/#6-数据源及元数据服务配置参数) ## 2. 数据源功能的启用 -linkis的启动脚本中默认不会启动数据源相关的服务两个服务(ps-data-source-manager,ps-metadatamanager), -如果想使用数据源服务,可以通过如下方式进行开启: -修改`$LINKIS_CONF_DIR/linkis-env.sh`中的 `export ENABLE_METADATA_MANAGER=true`值为true。 -通过linkis-start-all.sh/linkis-stop-all.sh 进行服务启停时,会进行数据源服务的启动与停止。 +linkis的启动脚本中默认不会启动数据源相关的服务, 通过linkis-start-all.sh/linkis-stop-all.sh 进行服务启停时,会进行数据源服务的启动与停止。 通过eureka页面查看服务是否正常启动 - + Review Comment: change the name 企业微信截图_16661765352765 and use local path to store png -- 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]
