You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@linkis.apache.org by "jackxu2011 (via GitHub)" <gi...@apache.org> on 2023/02/25 14:07:10 UTC

[GitHub] [linkis] jackxu2011 commented on a diff in pull request #4263: [feat] upgrade hadoop\spark\hive default vertion to 3.x

jackxu2011 commented on code in PR #4263:
URL: https://github.com/apache/linkis/pull/4263#discussion_r1117929352


##########
pom.xml:
##########
@@ -1352,30 +1352,13 @@
   </build>
 
   <profiles>
-    <!-- hadoop version: mvn validate -Phadoop-3.3 ,when used with spark2.x ,please add -Pspark-2.4-hadoop-3.3 together, More details please check SPARK-23534   -->
-    <profile>
-      <id>hadoop-3.3</id>
-      <properties>
-        <hadoop.version>3.3.1</hadoop.version>
-        <curator.version>4.2.0</curator.version>
-        <hadoop-hdfs-client.artifact>hadoop-hdfs-client</hadoop-hdfs-client.artifact>
-      </properties>
-    </profile>
     <!-- hadoop version: mvn validate -Phadoop-2.7  -->
     <profile>
       <id>hadoop-2.7</id>
       <properties>
         <hadoop.version>2.7.2</hadoop.version>
         <curator.version>2.7.1</curator.version>
-      </properties>
-    </profile>
-    <profile>
-      <id>spark-3.2</id>

Review Comment:
   this should changed to spark-2.7,  and overwrite some properties



-- 
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: notifications-unsubscribe@linkis.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@linkis.apache.org
For additional commands, e-mail: notifications-help@linkis.apache.org