This is an automated email from the ASF dual-hosted git repository.

stevel pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/hadoop-release-support.git

commit ed4f492c1be042ff9e2a7d67c07af6ee88be925f
Author: Steve Loughran <ste...@cloudera.com>
AuthorDate: Wed Nov 30 16:58:55 2022 +0000

    HADOOP-18470. releasing hadoop 3.3.5
---
 README.md |  4 +++-
 build.xml | 13 ++++++++-----
 2 files changed, 11 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index ce9bda0..4a3f73a 100644
--- a/README.md
+++ b/README.md
@@ -58,7 +58,9 @@ 
cloud.test.configuration.file=/Users/stevel/Projects/config/cloud-test-configs/s
 bigdata-interop.dir=/Users/stevel/Projects/gcs/bigdata-interop
 hboss.dir=/Users/stevel/Projects/hbasework/hbase-filesystem
 cloudstore.dir=/Users/stevel/Projects/cloudstore
-hadoop.version=3.3.4
+fs-api-shim.dir=/Users/stevel/Projects/Formats/fs-api-shim/
+hadoop.version=3.3.5
+git.commit.id=99c5802280b
 rc=0
 ```
 
diff --git a/build.xml b/build.xml
index a8f8103..31fa2ed 100644
--- a/build.xml
+++ b/build.xml
@@ -46,22 +46,22 @@
   <property name="incoming.dir" location="${target}/incoming"/>
 
 
-  <!--  base name of a release, 3.3.4-->
-  <property name="hadoop.version" value="3.3.4"/>
+  <!--  base name of a release -->
+  <property name="hadoop.version" value="3.3.5"/>
   <property name="rc" value="RC0"/>
   <property name="rc.name" value="${hadoop.version}-${rc}"/>
 
  <!--  previous version, used in annoucements -->
-  <property name="previous.ver" value="3.3.3"/>
+  <property name="previous.ver" value="3.3.4"/>
   <property name="release.branch" value="3.3"/>
 
   <!-- for spark builds -->
   <property name="spark.version" value="3.4.0-SNAPSHOT"/>
   <!--  spark excludes hadoop-aws dependency and forces in their own
-        this fixes it to be in sync with hadoop 3.3.4 RC1
+        this fixes it to be in sync with hadoop
         see https://issues.apache.org/jira/browse/SPARK-39969
    -->
-  <property name="spark.aws.version" value="1.12.262"/>
+  <property name="spark.aws.version" value="1.12.316"/>
 
 
   <property name="release" value="hadoop-${hadoop.version}"/>
@@ -450,6 +450,7 @@ Message is in file ${message.out}
       use the asf staging reop.
     </echo>
     <mvn dir="${hboss.dir}">
+      <arg value="-T 1C"/>
       <arg value="-Pasf-staging"/>
       <arg value="-DskipTests"/>
       <arg value="-Dhadoop.version=${hadoop.version}"/>
@@ -470,6 +471,7 @@ Message is in file ${message.out}
       use the asf staging reop.
     </echo>
     <mvn dir="${hboss.dir}">
+      <arg value="-T 1C"/>
       <arg value="-Pasf-staging"/>
       <arg value="-Dhadoop.version=${hadoop.version}"/>
       <arg value="-Dhadoop33.version=${hadoop.version}"/>
@@ -488,6 +490,7 @@ Message is in file ${message.out}
 
     </echo>
     <mvn dir="${cloudstore.dir}">
+      <arg value="-T 1C"/>
       <arg value="-Psnapshots-and-staging"/>
       <arg value="-Pextra"/>
       <arg value="-Dhadoop.version=${hadoop.version}"/>


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-commits-h...@hadoop.apache.org

Reply via email to