yuanzac commented on a change in pull request #92: SUBMARINE-276. Submarine runtime class config should be defined in the new configuration class. URL: https://github.com/apache/submarine/pull/92#discussion_r346210066
########## File path: docs/helper/QuickStart.md ########## @@ -47,15 +47,15 @@ Note that if you want to quickly try Submarine on new or existing YARN cluster, For the environment setup, please check [InstallationGuide](InstallationGuide.md) or [InstallationGuideCN](InstallationGuideChineseVersion.md) -Once the applicable runtime is chosen and environment is ready, a `submarine.xml` need to be created under `$HADOOP_CONF_DIR`. To use the TonY runtime, please set below value in the submarine configuration. +Once the applicable runtime is chosen and environment is ready, a `submarine-site.xml` need to be created under `$HADOOP_CONF_DIR`. To use the TonY runtime, please set below value in the submarine configuration. |Configuration Name | Description | |:---- |:---- | | `submarine.runtime.class` | "org.apache.submarine.server.submitter.yarn.YarnRuntimeFactory" or "org.apache.submarine.server.submitter.yarnservice.YarnServiceRuntimeFactory" | <br /> -A sample `submarine.xml` is here: +A sample `submarine-site.xml` is here: Review comment: Done ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
