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/01/04 15:55:32 UTC

[GitHub] [incubator-seatunnel] ashmeet-kandhari opened a new pull request #948: [#875] support latest version of Spark 3.2.0

ashmeet-kandhari opened a new pull request #948:
URL: https://github.com/apache/incubator-seatunnel/pull/948


   ## Purpose of this pull request
   Updated spark version to 3.2.0
   
   ## Check list
   
   * [*] Code changed are covered with tests, or it does not need tests for reason:
   * [* ] Change does not need document change, or I will submit document change to https://github.com/apache/incubator-seatunnel-website 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: 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 #948: [#875] support latest version of Spark 3.2.0

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


   > PTAL @garyelephant @CalvinKirs
   
   HI, we'd better discuss in #875. In #875, I have the same questions as you.


-- 
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] RickyHuo edited a comment on pull request #948: [#875] support latest version of Spark 3.2.0

Posted by GitBox <gi...@apache.org>.
RickyHuo edited a comment on pull request #948:
URL: https://github.com/apache/incubator-seatunnel/pull/948#issuecomment-1005290784


   PTAL @garyelephant @CalvinKirs 


-- 
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] RickyHuo commented on a change in pull request #948: [#875] support latest version of Spark 3.2.0

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



##########
File path: pom.xml
##########
@@ -62,15 +62,15 @@
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <java.version>1.8</java.version>
-        <scala.version>2.11.8</scala.version>
-        <scala.binary.version>2.11</scala.binary.version>
+        <scala.version>2.12.15</scala.version>
+        <scala.binary.version>2.12</scala.binary.version>
         <maven.compiler.source>${java.version}</maven.compiler.source>
         <maven.compiler.target>${java.version}</maven.compiler.target>
-        <spark.version>2.4.0</spark.version>
-        <flink.version>1.9.0</flink.version>

Review comment:
       Please don't update flink version at this PR :)




-- 
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] RickyHuo commented on pull request #948: [#875] support latest version of Spark 3.2.0

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


   PTAL @garyelephant 


-- 
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] ashmeet-kandhari commented on a change in pull request #948: [#875] support latest version of Spark 3.2.0

Posted by GitBox <gi...@apache.org>.
ashmeet-kandhari commented on a change in pull request #948:
URL: https://github.com/apache/incubator-seatunnel/pull/948#discussion_r778603086



##########
File path: pom.xml
##########
@@ -62,15 +62,15 @@
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <java.version>1.8</java.version>
-        <scala.version>2.11.8</scala.version>
-        <scala.binary.version>2.11</scala.binary.version>
+        <scala.version>2.12.15</scala.version>
+        <scala.binary.version>2.12</scala.binary.version>
         <maven.compiler.source>${java.version}</maven.compiler.source>
         <maven.compiler.target>${java.version}</maven.compiler.target>
-        <spark.version>2.4.0</spark.version>
-        <flink.version>1.9.0</flink.version>

Review comment:
       reverted the change 




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