You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by GitBox <gi...@apache.org> on 2022/03/30 08:14:56 UTC

[GitHub] [incubator-seatunnel] chenhu opened a new pull request #1627: Seatunnel v2.10 does not support Spark3.x, add this comment to the in…

chenhu opened a new pull request #1627:
URL: https://github.com/apache/incubator-seatunnel/pull/1627


   issue line : https://github.com/apache/incubator-seatunnel/issues/1626#issue-1186058516
   
   …stallation.md and quick-start.md
   
   <!--
   
   Thank you for contributing to SeaTunnel! Please make sure that your code changes
   are covered with tests. And in case of new features or big changes
   remember to adjust the documentation.
   
   Feel free to ping committers for the review!
   
   ## Contribution Checklist
   
     - Make sure that the pull request corresponds to a [GITHUB issue](https://github.com/apache/incubator-seatunnel/issues).
   
     - Name the pull request in the form "[Feature] [component] Title of the pull request", where *Feature* can be replaced by `Hotfix`, `Bug`, etc.
   
     - Minor fixes should be named following this pattern: `[hotfix] [docs] Fix typo in README.md doc`.
   
   -->
   
   ## Purpose of this pull request
   
   <!-- Describe the purpose of this pull request. For example: This pull request adds checkstyle plugin.-->
   
   ## Check list
   
   * [ ] Code changed are covered with tests, or it does not need tests for reason:
   * [ ] If any new Jar binary package adding in you PR, please add License Notice according
     [New License Guide](https://github.com/apache/incubator-seatunnel/blob/dev/docs/en/development/new-license.md)
   * [ ] If necessary, please update the documentation to describe the new feature. https://github.com/apache/incubator-seatunnel/tree/dev/docs
   


-- 
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: commits-unsubscribe@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-seatunnel] ruanwenjun commented on a change in pull request #1627: Seatunnel v2.10 does not support Spark3.x, add this comment to the in…

Posted by GitBox <gi...@apache.org>.
ruanwenjun commented on a change in pull request #1627:
URL: https://github.com/apache/incubator-seatunnel/pull/1627#discussion_r838258129



##########
File path: docs/zh-CN/spark/installation.md
##########
@@ -14,7 +14,9 @@ https://github.com/apache/incubator-seatunnel/releases
 
 ### 准备Spark
 
-`Seatunnel` 依赖`Spark`。安装`seatunnel`前,需要准备好`Spark`。请先 [下载 Spark](https://spark.apache.org/downloads.html) , 选择 `Spark 版本 >= 2.x.x`。 在下载和解压后, 不需要任何配置就可以指定 `deploy-mode = local` 提交任务。 如果需要使用其他模式,如 `Standalone cluster`,`Yarn cluster` ,`Mesos cluster`, 请参考官方文档。
+`Seatunnel` 依赖`Spark`。安装`seatunnel`前,需要准备好`Spark`。请先 [下载 Spark](https://spark.apache.org/downloads.html) , 选择 `Spark 版本 >= 2.x.x `,目前还不支持spark3.x。 在下载和解压后, 

Review comment:
       ```suggestion
   `SeaTunnel` 支持`Spark`引擎,如果希望在`Spark`中使用`SeaTunnel`,需要提前准备好`Spark`环境。[下载 Spark](https://spark.apache.org/downloads.html),选择 `Spark 版本 >= 2.x.x `,目前还不支持spark3.x。在下载和解压后,
   ```




-- 
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: commits-unsubscribe@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-seatunnel] CalvinKirs merged pull request #1627: [DOCS]Update spark dependency version notes

Posted by GitBox <gi...@apache.org>.
CalvinKirs merged pull request #1627:
URL: https://github.com/apache/incubator-seatunnel/pull/1627


   


-- 
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: commits-unsubscribe@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-seatunnel] CalvinKirs commented on a change in pull request #1627: Seatunnel v2.10 does not support Spark3.x, add this comment to the in…

Posted by GitBox <gi...@apache.org>.
CalvinKirs commented on a change in pull request #1627:
URL: https://github.com/apache/incubator-seatunnel/pull/1627#discussion_r838418439



##########
File path: docs/zh-CN/spark/installation.md
##########
@@ -14,7 +14,10 @@ https://github.com/apache/incubator-seatunnel/releases
 
 ### 准备Spark
 
-`Seatunnel` 依赖`Spark`。安装`seatunnel`前,需要准备好`Spark`。请先 [下载 Spark](https://spark.apache.org/downloads.html) , 选择 `Spark 版本 >= 2.x.x`。 在下载和解压后, 不需要任何配置就可以指定 `deploy-mode = local` 提交任务。 如果需要使用其他模式,如 `Standalone cluster`,`Yarn cluster` ,`Mesos cluster`, 请参考官方文档。
+`Seatunnel` 支持`Spark`引擎。如果希望在`Spark`中使用`SeaTunnel`,需要提前准备好`Spark`环境。[下载 Spark](https://spark.apache.org/downloads.html) , 选择 `Spark 版本 >= 2.x.x 
+`,目前还不支持spark3.x。 在下载和解压后, 
+不需要任何配置就可以指定 
+`deploy-mode = local` 提交任务。 如果需要使用其他模式,如 `Standalone cluster`,`Yarn cluster` ,`Mesos cluster`, 请参考官方文档。

Review comment:
       Also, please pay attention to your document format, no line breaks are required here.




-- 
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: commits-unsubscribe@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-seatunnel] CalvinKirs commented on pull request #1627: Seatunnel v2.10 does not support Spark3.x, add this comment to the in…

Posted by GitBox <gi...@apache.org>.
CalvinKirs commented on pull request #1627:
URL: https://github.com/apache/incubator-seatunnel/pull/1627#issuecomment-1082967915


   hi, can you update the english documentation?


-- 
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: commits-unsubscribe@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org