You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2022/04/10 04:04:54 UTC

[GitHub] [hudi] xushiyan opened a new pull request, #5279: [HUDI-3843] Make flink profiles build with scala-2.11

xushiyan opened a new pull request, #5279:
URL: https://github.com/apache/hudi/pull/5279

   - Make flink 1.13 and 1.14 profiles build with scala 2.11 during deploy
   - Update GH actions setup accordingly
   - Update README 


-- 
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@hudi.apache.org

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


[GitHub] [hudi] xushiyan commented on a diff in pull request #5279: [HUDI-3843] Make flink profiles build with scala-2.11

Posted by GitBox <gi...@apache.org>.
xushiyan commented on code in PR #5279:
URL: https://github.com/apache/hudi/pull/5279#discussion_r846954939


##########
.github/workflows/bot.yml:
##########
@@ -14,51 +14,26 @@ jobs:
   build:
     runs-on: ubuntu-latest
     strategy:
-      max-parallel: 8
       matrix:
         include:
-          # Spark 2.4.4, scala 2.11
           - scalaProfile: "scala-2.11"
             sparkProfile: "spark2.4"
-            sparkVersion: "2.4.4"
             flinkProfile: "flink1.13"
 
-          # Spark 2.4.4, scala 2.12
-          - scalaProfile: "scala-2.12"
+          - scalaProfile: "scala-2.11"
             sparkProfile: "spark2.4"
-            sparkVersion: "2.4.4"
             flinkProfile: "flink1.14"
 
-          # Spark 3.1.x
-          - scalaProfile: "scala-2.12"
-            sparkProfile: "spark3.1"
-            sparkVersion: "3.1.0"
-            flinkProfile: "flink1.13"
-
           - scalaProfile: "scala-2.12"
-            sparkProfile: "spark3.1"
-            sparkVersion: "3.1.1"
+            sparkProfile: "spark2.4"
             flinkProfile: "flink1.13"
 
           - scalaProfile: "scala-2.12"
             sparkProfile: "spark3.1"
-            sparkVersion: "3.1.2"
             flinkProfile: "flink1.14"
 
-          - scalaProfile: "scala-2.12"
-            sparkProfile: "spark3.1"
-            sparkVersion: "3.1.3"

Review Comment:
   i felt enumerating through all minor versions (which will be more and more in future) a bit overkill. 



-- 
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@hudi.apache.org

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


[GitHub] [hudi] hudi-bot commented on pull request #5279: [HUDI-3843] Make flink profiles build with scala-2.11

Posted by GitBox <gi...@apache.org>.
hudi-bot commented on PR #5279:
URL: https://github.com/apache/hudi/pull/5279#issuecomment-1096187448

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "0a1f252a0f37753e340734c4f22bbe2f085ed461",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7961",
       "triggerID" : "0a1f252a0f37753e340734c4f22bbe2f085ed461",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9a6be184e3833e071054afc5d0db55bb2336dd5c",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7997",
       "triggerID" : "9a6be184e3833e071054afc5d0db55bb2336dd5c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a6ad82e1a6d7c392f1f1b53937f4c5395b620c05",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8000",
       "triggerID" : "a6ad82e1a6d7c392f1f1b53937f4c5395b620c05",
       "triggerType" : "PUSH"
     }, {
       "hash" : "66bc1d1b54b7d5d7fbbc4db8e29b4ced675c2c8d",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "66bc1d1b54b7d5d7fbbc4db8e29b4ced675c2c8d",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 9a6be184e3833e071054afc5d0db55bb2336dd5c Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7997) 
   * a6ad82e1a6d7c392f1f1b53937f4c5395b620c05 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8000) 
   * 66bc1d1b54b7d5d7fbbc4db8e29b4ced675c2c8d UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


-- 
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@hudi.apache.org

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


[GitHub] [hudi] hudi-bot commented on pull request #5279: [HUDI-3843] Make flink profiles build with scala-2.11

Posted by GitBox <gi...@apache.org>.
hudi-bot commented on PR #5279:
URL: https://github.com/apache/hudi/pull/5279#issuecomment-1094266855

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "b1d969ad49aa2978223c6a461c04a7e00450bb6b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7958",
       "triggerID" : "b1d969ad49aa2978223c6a461c04a7e00450bb6b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e2a37767f4540ca42c6a5eed4842acff75b6423d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7959",
       "triggerID" : "e2a37767f4540ca42c6a5eed4842acff75b6423d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "bac78a46dc8aac61b65c313ab399628ac39609df",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "bac78a46dc8aac61b65c313ab399628ac39609df",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9354a40ffdd90b98bdf29d2e7f0abc9e63f08edb",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "9354a40ffdd90b98bdf29d2e7f0abc9e63f08edb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0a1f252a0f37753e340734c4f22bbe2f085ed461",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7961",
       "triggerID" : "0a1f252a0f37753e340734c4f22bbe2f085ed461",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * bac78a46dc8aac61b65c313ab399628ac39609df UNKNOWN
   * 9354a40ffdd90b98bdf29d2e7f0abc9e63f08edb UNKNOWN
   * 0a1f252a0f37753e340734c4f22bbe2f085ed461 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7961) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


-- 
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@hudi.apache.org

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


[GitHub] [hudi] xushiyan commented on a diff in pull request #5279: [HUDI-3843] Make flink profiles build with scala-2.11

Posted by GitBox <gi...@apache.org>.
xushiyan commented on code in PR #5279:
URL: https://github.com/apache/hudi/pull/5279#discussion_r846936763


##########
scripts/release/deploy_staging_jars.sh:
##########
@@ -38,6 +38,7 @@ fi
 
 declare -a ALL_VERSION_OPTS=(
 "-Dscala-2.11 -Dspark2.4 -Dflink1.13"
+"-Dscala-2.11 -Dspark2.4 -Dflink1.14"

Review Comment:
   good point. i should add that



-- 
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@hudi.apache.org

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


[GitHub] [hudi] danny0405 commented on a diff in pull request #5279: [HUDI-3843] Make flink profiles build with scala-2.11

Posted by GitBox <gi...@apache.org>.
danny0405 commented on code in PR #5279:
URL: https://github.com/apache/hudi/pull/5279#discussion_r846709782


##########
scripts/release/deploy_staging_jars.sh:
##########
@@ -38,7 +38,8 @@ fi
 
 declare -a ALL_VERSION_OPTS=(
 "-Dscala-2.11 -Dspark2.4 -Dflink1.13"
-"-Dscala-2.12 -Dspark2.4 -Dflink1.13"
+"-Dscala-2.11 -Dspark2.4 -Dflink1.14"
+"-Dscala-2.12 -Dspark2.4 -Dflink1.14"
 "-Dscala-2.12 -Dspark3.1 -Dflink1.14"
 "-Dscala-2.12 -Dspark3.2 -Dflink1.14"

Review Comment:
   Yes, that's true, both 2.11 and 2.12 profile are needed.



-- 
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@hudi.apache.org

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


[GitHub] [hudi] hudi-bot commented on pull request #5279: [HUDI-3843] Make flink profiles build with scala-2.11

Posted by GitBox <gi...@apache.org>.
hudi-bot commented on PR #5279:
URL: https://github.com/apache/hudi/pull/5279#issuecomment-1094244878

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "b1d969ad49aa2978223c6a461c04a7e00450bb6b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7958",
       "triggerID" : "b1d969ad49aa2978223c6a461c04a7e00450bb6b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e2a37767f4540ca42c6a5eed4842acff75b6423d",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7959",
       "triggerID" : "e2a37767f4540ca42c6a5eed4842acff75b6423d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "bac78a46dc8aac61b65c313ab399628ac39609df",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "bac78a46dc8aac61b65c313ab399628ac39609df",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * e2a37767f4540ca42c6a5eed4842acff75b6423d Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7959) 
   * bac78a46dc8aac61b65c313ab399628ac39609df UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


-- 
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@hudi.apache.org

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


[GitHub] [hudi] yihua commented on a diff in pull request #5279: [HUDI-3843] Make flink profiles build with scala-2.11

Posted by GitBox <gi...@apache.org>.
yihua commented on code in PR #5279:
URL: https://github.com/apache/hudi/pull/5279#discussion_r847943658


##########
scripts/release/deploy_staging_jars.sh:
##########
@@ -38,6 +38,7 @@ fi
 
 declare -a ALL_VERSION_OPTS=(
 "-Dscala-2.11 -Dspark2.4 -Dflink1.13"
+"-Dscala-2.11 -Dspark2.4 -Dflink1.14"

Review Comment:
   Per discussion, we'll still keep `spark3` bundle name as the legacy one and clearly document what it refers to.



##########
.github/workflows/bot.yml:
##########
@@ -14,51 +14,26 @@ jobs:
   build:
     runs-on: ubuntu-latest
     strategy:
-      max-parallel: 8
       matrix:
         include:
-          # Spark 2.4.4, scala 2.11
           - scalaProfile: "scala-2.11"
             sparkProfile: "spark2.4"
-            sparkVersion: "2.4.4"
             flinkProfile: "flink1.13"
 
-          # Spark 2.4.4, scala 2.12
-          - scalaProfile: "scala-2.12"
+          - scalaProfile: "scala-2.11"
             sparkProfile: "spark2.4"
-            sparkVersion: "2.4.4"
             flinkProfile: "flink1.14"
 
-          # Spark 3.1.x
-          - scalaProfile: "scala-2.12"
-            sparkProfile: "spark3.1"
-            sparkVersion: "3.1.0"
-            flinkProfile: "flink1.13"
-
           - scalaProfile: "scala-2.12"
-            sparkProfile: "spark3.1"
-            sparkVersion: "3.1.1"
+            sparkProfile: "spark2.4"
             flinkProfile: "flink1.13"
 
           - scalaProfile: "scala-2.12"
             sparkProfile: "spark3.1"
-            sparkVersion: "3.1.2"
             flinkProfile: "flink1.14"
 
-          - scalaProfile: "scala-2.12"
-            sparkProfile: "spark3.1"
-            sparkVersion: "3.1.3"

Review Comment:
   Makes sense.  Sg.



-- 
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@hudi.apache.org

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


[GitHub] [hudi] hudi-bot commented on pull request #5279: [HUDI-3843] Make flink profiles build with scala-2.11

Posted by GitBox <gi...@apache.org>.
hudi-bot commented on PR #5279:
URL: https://github.com/apache/hudi/pull/5279#issuecomment-1094171690

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "b1d969ad49aa2978223c6a461c04a7e00450bb6b",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "b1d969ad49aa2978223c6a461c04a7e00450bb6b",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * b1d969ad49aa2978223c6a461c04a7e00450bb6b UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


-- 
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@hudi.apache.org

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


[GitHub] [hudi] danny0405 commented on a diff in pull request #5279: [HUDI-3843] Make flink profiles build with scala-2.11

Posted by GitBox <gi...@apache.org>.
danny0405 commented on code in PR #5279:
URL: https://github.com/apache/hudi/pull/5279#discussion_r846710007


##########
README.md:
##########
@@ -72,35 +72,46 @@ mvn clean javadoc:aggregate -Pjavadocs
 
 ### Build with different Spark versions
 
-The default Spark version supported is 2.4.4. To build for different Spark versions and Scala 2.12, use the
-corresponding profile
-
-| Label | Artifact Name for Spark Bundle | Maven Profile Option | Notes |
-|--|--|--|--|
-| Spark 2.4, Scala 2.11  | hudi-spark2.4-bundle_2.11 | `-Pspark2.4` | For Spark 2.4.4, which is the same as the default  |
-| Spark 2.4, Scala 2.12 | hudi-spark2.4-bundle_2.12 | `-Pspark2.4,scala-2.12` | For Spark 2.4.4, which is the same as the default and Scala 2.12 |
-| Spark 3.1, Scala 2.12 | hudi-spark3.1-bundle_2.12 | `-Pspark3.1` | For Spark 3.1.x |
-| Spark 3.2, Scala 2.12 | hudi-spark3.2-bundle_2.12 | `-Pspark3.2` | For Spark 3.2.x |
-| Spark 3, Scala 2.12 | hudi-spark3-bundle_2.12 | `-Pspark3` | This is the same as `Spark 3.2, Scala 2.12` |
-| Spark, Scala 2.11 | hudi-spark-bundle_2.11 | Default | The default profile, supporting Spark 2.4.4 |
-| Spark, Scala 2.12 | hudi-spark-bundle_2.12 | `-Pscala-2.12` | The default profile (for Spark 2.4.4) with Scala 2.12 |
+The default Spark version supported is 2.4.4. Refer to the table below for building with different Spark and Scala versions.
+
+| Maven build options       | Expected Spark bundle jar name | Notes                                            |
+|:--------------------------|:-------------------------------|:-------------------------------------------------|
+| (empty)                   | hudi-spark-bundle_2.11         | For Spark 2.4.4 and Scala 2.11 (default options) |
+| `-Dspark2.4`              | hudi-spark2.4-bundle_2.11      | For Spark 2.4.4 and Scala 2.11 (same as default) |
+| `-Dspark2.4 -Dscala-2.12` | hudi-spark2.4-bundle_2.12      | For Spark 2.4.4 and Scala 2.12                   |
+| `-Dspark3.1 -Dscala-2.12` | hudi-spark3.1-bundle_2.12      | For Spark 3.1.x and Scala 2.12                   |
+| `-Dspark3.2 -Dscala-2.12` | hudi-spark3.2-bundle_2.12      | For Spark 3.2.x and Scala 2.12                   |
+| `-Dspark3`                | hudi-spark3-bundle_2.12        | For Spark 3.2.x and Scala 2.12                   |
+| `-Dscala-2.12`            | hudi-spark-bundle_2.12         | For Spark 2.4.4 and Scala 2.12                   |
 
 For example,
 ```
-# Build against Spark 3.2.x (the default build shipped with the public Spark 3 bundle)
-mvn clean package -DskipTests -Pspark3.2
+# Build against Spark 3.2.x
+mvn clean package -DskipTests -Dspark3.2 # Same as -Dspark3, which is equivalent to Spark 3.2 profile
 
 # Build against Spark 3.1.x
-mvn clean package -DskipTests -Pspark3.1
+mvn clean package -DskipTests -Dspark3.1
 
 # Build against Spark 2.4.4 and Scala 2.12
-mvn clean package -DskipTests -Pspark2.4,scala-2.12
+mvn clean package -DskipTests -Dspark2.4 -Dscala-2.12
 ```
 
-### What about "spark-avro" module? 
+#### What about "spark-avro" module?
 
 Starting from versions 0.11, Hudi no longer requires `spark-avro` to be specified using `--packages`
 
+### Build with different Flink versions
+
+The default Flink version supported is 1.14. Refer to the table below for building with different Flink and Scala versions.
+
+| Maven build options        | Expected Flink bundle jar name | Notes                                           |
+|:---------------------------|:-------------------------------|:------------------------------------------------|
+| (empty)                    | hudi-flink1.14-bundle_2.11     | For Flink 1.14 and Scala 2.11 (default options) |
+| `-Dflink1.14`              | hudi-flink1.14-bundle_2.11     | For Flink 1.14 and Scala 2.11 (same as default) |
+| `-Dflink1.14 -Dscala-2.12` | hudi-flink1.14-bundle_2.12     | For Flink 1.14 and Scala 2.12                   |
+| `-Dflink1.13`              | hudi-flink1.13-bundle_2.11     | For Flink 1.13 and Scala 2.11                   |
+| `-Dflink1.13 -Dscala-2.12` | hudi-flink1.14-bundle_2.12     | For Flink 1.13 and Scala 2.12                   |

Review Comment:
   Thanks for the build profile fix :)



-- 
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@hudi.apache.org

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


[GitHub] [hudi] hudi-bot commented on pull request #5279: [HUDI-3843] Make flink profiles build with scala-2.11

Posted by GitBox <gi...@apache.org>.
hudi-bot commented on PR #5279:
URL: https://github.com/apache/hudi/pull/5279#issuecomment-1094182323

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "b1d969ad49aa2978223c6a461c04a7e00450bb6b",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7958",
       "triggerID" : "b1d969ad49aa2978223c6a461c04a7e00450bb6b",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * b1d969ad49aa2978223c6a461c04a7e00450bb6b Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7958) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


-- 
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@hudi.apache.org

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


[GitHub] [hudi] hudi-bot commented on pull request #5279: [HUDI-3843] Make flink profiles build with scala-2.11

Posted by GitBox <gi...@apache.org>.
hudi-bot commented on PR #5279:
URL: https://github.com/apache/hudi/pull/5279#issuecomment-1096366712

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "0a1f252a0f37753e340734c4f22bbe2f085ed461",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7961",
       "triggerID" : "0a1f252a0f37753e340734c4f22bbe2f085ed461",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9a6be184e3833e071054afc5d0db55bb2336dd5c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7997",
       "triggerID" : "9a6be184e3833e071054afc5d0db55bb2336dd5c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a6ad82e1a6d7c392f1f1b53937f4c5395b620c05",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8000",
       "triggerID" : "a6ad82e1a6d7c392f1f1b53937f4c5395b620c05",
       "triggerType" : "PUSH"
     }, {
       "hash" : "66bc1d1b54b7d5d7fbbc4db8e29b4ced675c2c8d",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8004",
       "triggerID" : "66bc1d1b54b7d5d7fbbc4db8e29b4ced675c2c8d",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 66bc1d1b54b7d5d7fbbc4db8e29b4ced675c2c8d Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8004) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


-- 
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@hudi.apache.org

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


[GitHub] [hudi] yihua merged pull request #5279: [HUDI-3843] Make flink profiles build with scala-2.11

Posted by GitBox <gi...@apache.org>.
yihua merged PR #5279:
URL: https://github.com/apache/hudi/pull/5279


-- 
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@hudi.apache.org

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


[GitHub] [hudi] hudi-bot commented on pull request #5279: [HUDI-3843] Make flink profiles build with scala-2.11

Posted by GitBox <gi...@apache.org>.
hudi-bot commented on PR #5279:
URL: https://github.com/apache/hudi/pull/5279#issuecomment-1094282727

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "0a1f252a0f37753e340734c4f22bbe2f085ed461",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7961",
       "triggerID" : "0a1f252a0f37753e340734c4f22bbe2f085ed461",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 0a1f252a0f37753e340734c4f22bbe2f085ed461 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7961) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


-- 
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@hudi.apache.org

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


[GitHub] [hudi] danny0405 commented on a diff in pull request #5279: [HUDI-3843] Make flink profiles build with scala-2.11

Posted by GitBox <gi...@apache.org>.
danny0405 commented on code in PR #5279:
URL: https://github.com/apache/hudi/pull/5279#discussion_r846994161


##########
.github/workflows/bot.yml:
##########
@@ -14,51 +14,26 @@ jobs:
   build:
     runs-on: ubuntu-latest
     strategy:
-      max-parallel: 8
       matrix:
         include:
-          # Spark 2.4.4, scala 2.11
           - scalaProfile: "scala-2.11"
             sparkProfile: "spark2.4"
-            sparkVersion: "2.4.4"
             flinkProfile: "flink1.13"
 
-          # Spark 2.4.4, scala 2.12
-          - scalaProfile: "scala-2.12"
+          - scalaProfile: "scala-2.11"
             sparkProfile: "spark2.4"
-            sparkVersion: "2.4.4"
             flinkProfile: "flink1.14"
 
-          # Spark 3.1.x
-          - scalaProfile: "scala-2.12"
-            sparkProfile: "spark3.1"
-            sparkVersion: "3.1.0"
-            flinkProfile: "flink1.13"
-
           - scalaProfile: "scala-2.12"
-            sparkProfile: "spark3.1"
-            sparkVersion: "3.1.1"
+            sparkProfile: "spark2.4"
             flinkProfile: "flink1.13"
 
           - scalaProfile: "scala-2.12"
             sparkProfile: "spark3.1"
-            sparkVersion: "3.1.2"
             flinkProfile: "flink1.14"
 
-          - scalaProfile: "scala-2.12"
-            sparkProfile: "spark3.1"
-            sparkVersion: "3.1.3"

Review Comment:
   I have the same feeling, + 1  for testing the major version.



-- 
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@hudi.apache.org

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


[GitHub] [hudi] hudi-bot commented on pull request #5279: [HUDI-3843] Make flink profiles build with scala-2.11

Posted by GitBox <gi...@apache.org>.
hudi-bot commented on PR #5279:
URL: https://github.com/apache/hudi/pull/5279#issuecomment-1094251611

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "b1d969ad49aa2978223c6a461c04a7e00450bb6b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7958",
       "triggerID" : "b1d969ad49aa2978223c6a461c04a7e00450bb6b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e2a37767f4540ca42c6a5eed4842acff75b6423d",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7959",
       "triggerID" : "e2a37767f4540ca42c6a5eed4842acff75b6423d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "bac78a46dc8aac61b65c313ab399628ac39609df",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "bac78a46dc8aac61b65c313ab399628ac39609df",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9354a40ffdd90b98bdf29d2e7f0abc9e63f08edb",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "9354a40ffdd90b98bdf29d2e7f0abc9e63f08edb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0a1f252a0f37753e340734c4f22bbe2f085ed461",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7961",
       "triggerID" : "0a1f252a0f37753e340734c4f22bbe2f085ed461",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * e2a37767f4540ca42c6a5eed4842acff75b6423d Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7959) 
   * bac78a46dc8aac61b65c313ab399628ac39609df UNKNOWN
   * 9354a40ffdd90b98bdf29d2e7f0abc9e63f08edb UNKNOWN
   * 0a1f252a0f37753e340734c4f22bbe2f085ed461 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7961) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


-- 
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@hudi.apache.org

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


[GitHub] [hudi] hudi-bot commented on pull request #5279: [HUDI-3843] Make flink profiles build with scala-2.11

Posted by GitBox <gi...@apache.org>.
hudi-bot commented on PR #5279:
URL: https://github.com/apache/hudi/pull/5279#issuecomment-1094240176

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "b1d969ad49aa2978223c6a461c04a7e00450bb6b",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7958",
       "triggerID" : "b1d969ad49aa2978223c6a461c04a7e00450bb6b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e2a37767f4540ca42c6a5eed4842acff75b6423d",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "e2a37767f4540ca42c6a5eed4842acff75b6423d",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * b1d969ad49aa2978223c6a461c04a7e00450bb6b Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7958) 
   * e2a37767f4540ca42c6a5eed4842acff75b6423d UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


-- 
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@hudi.apache.org

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


[GitHub] [hudi] hudi-bot commented on pull request #5279: [HUDI-3843] Make flink profiles build with scala-2.11

Posted by GitBox <gi...@apache.org>.
hudi-bot commented on PR #5279:
URL: https://github.com/apache/hudi/pull/5279#issuecomment-1094267620

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "0a1f252a0f37753e340734c4f22bbe2f085ed461",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "0a1f252a0f37753e340734c4f22bbe2f085ed461",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 0a1f252a0f37753e340734c4f22bbe2f085ed461 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


-- 
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@hudi.apache.org

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


[GitHub] [hudi] hudi-bot commented on pull request #5279: [HUDI-3843] Make flink profiles build with scala-2.11

Posted by GitBox <gi...@apache.org>.
hudi-bot commented on PR #5279:
URL: https://github.com/apache/hudi/pull/5279#issuecomment-1095975464

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "0a1f252a0f37753e340734c4f22bbe2f085ed461",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7961",
       "triggerID" : "0a1f252a0f37753e340734c4f22bbe2f085ed461",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9a6be184e3833e071054afc5d0db55bb2336dd5c",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "9a6be184e3833e071054afc5d0db55bb2336dd5c",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 0a1f252a0f37753e340734c4f22bbe2f085ed461 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7961) 
   * 9a6be184e3833e071054afc5d0db55bb2336dd5c UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


-- 
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@hudi.apache.org

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


[GitHub] [hudi] danny0405 commented on a diff in pull request #5279: [HUDI-3843] Make flink profiles build with scala-2.11

Posted by GitBox <gi...@apache.org>.
danny0405 commented on code in PR #5279:
URL: https://github.com/apache/hudi/pull/5279#discussion_r846994161


##########
.github/workflows/bot.yml:
##########
@@ -14,51 +14,26 @@ jobs:
   build:
     runs-on: ubuntu-latest
     strategy:
-      max-parallel: 8
       matrix:
         include:
-          # Spark 2.4.4, scala 2.11
           - scalaProfile: "scala-2.11"
             sparkProfile: "spark2.4"
-            sparkVersion: "2.4.4"
             flinkProfile: "flink1.13"
 
-          # Spark 2.4.4, scala 2.12
-          - scalaProfile: "scala-2.12"
+          - scalaProfile: "scala-2.11"
             sparkProfile: "spark2.4"
-            sparkVersion: "2.4.4"
             flinkProfile: "flink1.14"
 
-          # Spark 3.1.x
-          - scalaProfile: "scala-2.12"
-            sparkProfile: "spark3.1"
-            sparkVersion: "3.1.0"
-            flinkProfile: "flink1.13"
-
           - scalaProfile: "scala-2.12"
-            sparkProfile: "spark3.1"
-            sparkVersion: "3.1.1"
+            sparkProfile: "spark2.4"
             flinkProfile: "flink1.13"
 
           - scalaProfile: "scala-2.12"
             sparkProfile: "spark3.1"
-            sparkVersion: "3.1.2"
             flinkProfile: "flink1.14"
 
-          - scalaProfile: "scala-2.12"
-            sparkProfile: "spark3.1"
-            sparkVersion: "3.1.3"

Review Comment:
   + for testing the major version.



##########
.github/workflows/bot.yml:
##########
@@ -14,51 +14,26 @@ jobs:
   build:
     runs-on: ubuntu-latest
     strategy:
-      max-parallel: 8
       matrix:
         include:
-          # Spark 2.4.4, scala 2.11
           - scalaProfile: "scala-2.11"
             sparkProfile: "spark2.4"
-            sparkVersion: "2.4.4"
             flinkProfile: "flink1.13"
 
-          # Spark 2.4.4, scala 2.12
-          - scalaProfile: "scala-2.12"
+          - scalaProfile: "scala-2.11"
             sparkProfile: "spark2.4"
-            sparkVersion: "2.4.4"
             flinkProfile: "flink1.14"
 
-          # Spark 3.1.x
-          - scalaProfile: "scala-2.12"
-            sparkProfile: "spark3.1"
-            sparkVersion: "3.1.0"
-            flinkProfile: "flink1.13"
-
           - scalaProfile: "scala-2.12"
-            sparkProfile: "spark3.1"
-            sparkVersion: "3.1.1"
+            sparkProfile: "spark2.4"
             flinkProfile: "flink1.13"
 
           - scalaProfile: "scala-2.12"
             sparkProfile: "spark3.1"
-            sparkVersion: "3.1.2"
             flinkProfile: "flink1.14"
 
-          - scalaProfile: "scala-2.12"
-            sparkProfile: "spark3.1"
-            sparkVersion: "3.1.3"

Review Comment:
   + 1 for testing the major version.



-- 
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@hudi.apache.org

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


[GitHub] [hudi] xushiyan commented on a diff in pull request #5279: [HUDI-3843] Make flink profiles build with scala-2.11

Posted by GitBox <gi...@apache.org>.
xushiyan commented on code in PR #5279:
URL: https://github.com/apache/hudi/pull/5279#discussion_r846709574


##########
README.md:
##########
@@ -72,35 +72,46 @@ mvn clean javadoc:aggregate -Pjavadocs
 
 ### Build with different Spark versions
 
-The default Spark version supported is 2.4.4. To build for different Spark versions and Scala 2.12, use the
-corresponding profile
-
-| Label | Artifact Name for Spark Bundle | Maven Profile Option | Notes |
-|--|--|--|--|
-| Spark 2.4, Scala 2.11  | hudi-spark2.4-bundle_2.11 | `-Pspark2.4` | For Spark 2.4.4, which is the same as the default  |
-| Spark 2.4, Scala 2.12 | hudi-spark2.4-bundle_2.12 | `-Pspark2.4,scala-2.12` | For Spark 2.4.4, which is the same as the default and Scala 2.12 |
-| Spark 3.1, Scala 2.12 | hudi-spark3.1-bundle_2.12 | `-Pspark3.1` | For Spark 3.1.x |
-| Spark 3.2, Scala 2.12 | hudi-spark3.2-bundle_2.12 | `-Pspark3.2` | For Spark 3.2.x |
-| Spark 3, Scala 2.12 | hudi-spark3-bundle_2.12 | `-Pspark3` | This is the same as `Spark 3.2, Scala 2.12` |
-| Spark, Scala 2.11 | hudi-spark-bundle_2.11 | Default | The default profile, supporting Spark 2.4.4 |
-| Spark, Scala 2.12 | hudi-spark-bundle_2.12 | `-Pscala-2.12` | The default profile (for Spark 2.4.4) with Scala 2.12 |
+The default Spark version supported is 2.4.4. Refer to the table below for building with different Spark and Scala versions.
+
+| Maven build options       | Expected Spark bundle jar name | Notes                                            |
+|:--------------------------|:-------------------------------|:-------------------------------------------------|
+| (empty)                   | hudi-spark-bundle_2.11         | For Spark 2.4.4 and Scala 2.11 (default options) |
+| `-Dspark2.4`              | hudi-spark2.4-bundle_2.11      | For Spark 2.4.4 and Scala 2.11 (same as default) |
+| `-Dspark2.4 -Dscala-2.12` | hudi-spark2.4-bundle_2.12      | For Spark 2.4.4 and Scala 2.12                   |
+| `-Dspark3.1 -Dscala-2.12` | hudi-spark3.1-bundle_2.12      | For Spark 3.1.x and Scala 2.12                   |
+| `-Dspark3.2 -Dscala-2.12` | hudi-spark3.2-bundle_2.12      | For Spark 3.2.x and Scala 2.12                   |
+| `-Dspark3`                | hudi-spark3-bundle_2.12        | For Spark 3.2.x and Scala 2.12                   |
+| `-Dscala-2.12`            | hudi-spark-bundle_2.12         | For Spark 2.4.4 and Scala 2.12                   |

Review Comment:
   @yihua i simplified this section. PTAL



-- 
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@hudi.apache.org

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


[GitHub] [hudi] hudi-bot commented on pull request #5279: [HUDI-3843] Make flink profiles build with scala-2.11

Posted by GitBox <gi...@apache.org>.
hudi-bot commented on PR #5279:
URL: https://github.com/apache/hudi/pull/5279#issuecomment-1094172016

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "b1d969ad49aa2978223c6a461c04a7e00450bb6b",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7958",
       "triggerID" : "b1d969ad49aa2978223c6a461c04a7e00450bb6b",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * b1d969ad49aa2978223c6a461c04a7e00450bb6b Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7958) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


-- 
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@hudi.apache.org

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


[GitHub] [hudi] hudi-bot commented on pull request #5279: [HUDI-3843] Make flink profiles build with scala-2.11

Posted by GitBox <gi...@apache.org>.
hudi-bot commented on PR #5279:
URL: https://github.com/apache/hudi/pull/5279#issuecomment-1094246156

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "b1d969ad49aa2978223c6a461c04a7e00450bb6b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7958",
       "triggerID" : "b1d969ad49aa2978223c6a461c04a7e00450bb6b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e2a37767f4540ca42c6a5eed4842acff75b6423d",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7959",
       "triggerID" : "e2a37767f4540ca42c6a5eed4842acff75b6423d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "bac78a46dc8aac61b65c313ab399628ac39609df",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "bac78a46dc8aac61b65c313ab399628ac39609df",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9354a40ffdd90b98bdf29d2e7f0abc9e63f08edb",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "9354a40ffdd90b98bdf29d2e7f0abc9e63f08edb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0a1f252a0f37753e340734c4f22bbe2f085ed461",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "0a1f252a0f37753e340734c4f22bbe2f085ed461",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * e2a37767f4540ca42c6a5eed4842acff75b6423d Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7959) 
   * bac78a46dc8aac61b65c313ab399628ac39609df UNKNOWN
   * 9354a40ffdd90b98bdf29d2e7f0abc9e63f08edb UNKNOWN
   * 0a1f252a0f37753e340734c4f22bbe2f085ed461 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


-- 
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@hudi.apache.org

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


[GitHub] [hudi] hudi-bot commented on pull request #5279: [HUDI-3843] Make flink profiles build with scala-2.11

Posted by GitBox <gi...@apache.org>.
hudi-bot commented on PR #5279:
URL: https://github.com/apache/hudi/pull/5279#issuecomment-1094268114

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "0a1f252a0f37753e340734c4f22bbe2f085ed461",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7961",
       "triggerID" : "0a1f252a0f37753e340734c4f22bbe2f085ed461",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 0a1f252a0f37753e340734c4f22bbe2f085ed461 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7961) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


-- 
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@hudi.apache.org

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


[GitHub] [hudi] hudi-bot commented on pull request #5279: [HUDI-3843] Make flink profiles build with scala-2.11

Posted by GitBox <gi...@apache.org>.
hudi-bot commented on PR #5279:
URL: https://github.com/apache/hudi/pull/5279#issuecomment-1094244392

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "b1d969ad49aa2978223c6a461c04a7e00450bb6b",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7958",
       "triggerID" : "b1d969ad49aa2978223c6a461c04a7e00450bb6b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e2a37767f4540ca42c6a5eed4842acff75b6423d",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7959",
       "triggerID" : "e2a37767f4540ca42c6a5eed4842acff75b6423d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "bac78a46dc8aac61b65c313ab399628ac39609df",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "bac78a46dc8aac61b65c313ab399628ac39609df",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * b1d969ad49aa2978223c6a461c04a7e00450bb6b Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7958) 
   * e2a37767f4540ca42c6a5eed4842acff75b6423d Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7959) 
   * bac78a46dc8aac61b65c313ab399628ac39609df UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


-- 
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@hudi.apache.org

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


[GitHub] [hudi] hudi-bot commented on pull request #5279: [HUDI-3843] Make flink profiles build with scala-2.11

Posted by GitBox <gi...@apache.org>.
hudi-bot commented on PR #5279:
URL: https://github.com/apache/hudi/pull/5279#issuecomment-1095982442

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "0a1f252a0f37753e340734c4f22bbe2f085ed461",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7961",
       "triggerID" : "0a1f252a0f37753e340734c4f22bbe2f085ed461",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9a6be184e3833e071054afc5d0db55bb2336dd5c",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7997",
       "triggerID" : "9a6be184e3833e071054afc5d0db55bb2336dd5c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a6ad82e1a6d7c392f1f1b53937f4c5395b620c05",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "a6ad82e1a6d7c392f1f1b53937f4c5395b620c05",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 9a6be184e3833e071054afc5d0db55bb2336dd5c Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7997) 
   * a6ad82e1a6d7c392f1f1b53937f4c5395b620c05 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


-- 
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@hudi.apache.org

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


[GitHub] [hudi] hudi-bot commented on pull request #5279: [HUDI-3843] Make flink profiles build with scala-2.11

Posted by GitBox <gi...@apache.org>.
hudi-bot commented on PR #5279:
URL: https://github.com/apache/hudi/pull/5279#issuecomment-1096669132

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "66bc1d1b54b7d5d7fbbc4db8e29b4ced675c2c8d",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8004",
       "triggerID" : "66bc1d1b54b7d5d7fbbc4db8e29b4ced675c2c8d",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 66bc1d1b54b7d5d7fbbc4db8e29b4ced675c2c8d Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8004) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


-- 
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@hudi.apache.org

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


[GitHub] [hudi] hudi-bot commented on pull request #5279: [HUDI-3843] Make flink profiles build with scala-2.11

Posted by GitBox <gi...@apache.org>.
hudi-bot commented on PR #5279:
URL: https://github.com/apache/hudi/pull/5279#issuecomment-1096665626

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "66bc1d1b54b7d5d7fbbc4db8e29b4ced675c2c8d",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "66bc1d1b54b7d5d7fbbc4db8e29b4ced675c2c8d",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 66bc1d1b54b7d5d7fbbc4db8e29b4ced675c2c8d UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


-- 
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@hudi.apache.org

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


[GitHub] [hudi] yihua commented on a diff in pull request #5279: [HUDI-3843] Make flink profiles build with scala-2.11

Posted by GitBox <gi...@apache.org>.
yihua commented on code in PR #5279:
URL: https://github.com/apache/hudi/pull/5279#discussion_r846860962


##########
scripts/release/deploy_staging_jars.sh:
##########
@@ -38,6 +38,7 @@ fi
 
 declare -a ALL_VERSION_OPTS=(
 "-Dscala-2.11 -Dspark2.4 -Dflink1.13"
+"-Dscala-2.11 -Dspark2.4 -Dflink1.14"

Review Comment:
   Do we need to add `-Dspark3` related entry as well?



##########
.github/workflows/bot.yml:
##########
@@ -14,51 +14,26 @@ jobs:
   build:
     runs-on: ubuntu-latest
     strategy:
-      max-parallel: 8
       matrix:
         include:
-          # Spark 2.4.4, scala 2.11
           - scalaProfile: "scala-2.11"
             sparkProfile: "spark2.4"
-            sparkVersion: "2.4.4"
             flinkProfile: "flink1.13"
 
-          # Spark 2.4.4, scala 2.12
-          - scalaProfile: "scala-2.12"
+          - scalaProfile: "scala-2.11"
             sparkProfile: "spark2.4"
-            sparkVersion: "2.4.4"
             flinkProfile: "flink1.14"
 
-          # Spark 3.1.x
-          - scalaProfile: "scala-2.12"
-            sparkProfile: "spark3.1"
-            sparkVersion: "3.1.0"
-            flinkProfile: "flink1.13"
-
           - scalaProfile: "scala-2.12"
-            sparkProfile: "spark3.1"
-            sparkVersion: "3.1.1"
+            sparkProfile: "spark2.4"
             flinkProfile: "flink1.13"
 
           - scalaProfile: "scala-2.12"
             sparkProfile: "spark3.1"
-            sparkVersion: "3.1.2"
             flinkProfile: "flink1.14"
 
-          - scalaProfile: "scala-2.12"
-            sparkProfile: "spark3.1"
-            sparkVersion: "3.1.3"

Review Comment:
   We still need to keep `sparkVersion` to test the spark bundle against patch versions?



-- 
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@hudi.apache.org

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


[GitHub] [hudi] hudi-bot commented on pull request #5279: [HUDI-3843] Make flink profiles build with scala-2.11

Posted by GitBox <gi...@apache.org>.
hudi-bot commented on PR #5279:
URL: https://github.com/apache/hudi/pull/5279#issuecomment-1096067329

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "0a1f252a0f37753e340734c4f22bbe2f085ed461",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7961",
       "triggerID" : "0a1f252a0f37753e340734c4f22bbe2f085ed461",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9a6be184e3833e071054afc5d0db55bb2336dd5c",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7997",
       "triggerID" : "9a6be184e3833e071054afc5d0db55bb2336dd5c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a6ad82e1a6d7c392f1f1b53937f4c5395b620c05",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8000",
       "triggerID" : "a6ad82e1a6d7c392f1f1b53937f4c5395b620c05",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 9a6be184e3833e071054afc5d0db55bb2336dd5c Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7997) 
   * a6ad82e1a6d7c392f1f1b53937f4c5395b620c05 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8000) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


-- 
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@hudi.apache.org

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


[GitHub] [hudi] hudi-bot commented on pull request #5279: [HUDI-3843] Make flink profiles build with scala-2.11

Posted by GitBox <gi...@apache.org>.
hudi-bot commented on PR #5279:
URL: https://github.com/apache/hudi/pull/5279#issuecomment-1096192323

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "0a1f252a0f37753e340734c4f22bbe2f085ed461",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7961",
       "triggerID" : "0a1f252a0f37753e340734c4f22bbe2f085ed461",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9a6be184e3833e071054afc5d0db55bb2336dd5c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7997",
       "triggerID" : "9a6be184e3833e071054afc5d0db55bb2336dd5c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a6ad82e1a6d7c392f1f1b53937f4c5395b620c05",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8000",
       "triggerID" : "a6ad82e1a6d7c392f1f1b53937f4c5395b620c05",
       "triggerType" : "PUSH"
     }, {
       "hash" : "66bc1d1b54b7d5d7fbbc4db8e29b4ced675c2c8d",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8004",
       "triggerID" : "66bc1d1b54b7d5d7fbbc4db8e29b4ced675c2c8d",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * a6ad82e1a6d7c392f1f1b53937f4c5395b620c05 Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8000) 
   * 66bc1d1b54b7d5d7fbbc4db8e29b4ced675c2c8d Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8004) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


-- 
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@hudi.apache.org

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


[GitHub] [hudi] hudi-bot commented on pull request #5279: [HUDI-3843] Make flink profiles build with scala-2.11

Posted by GitBox <gi...@apache.org>.
hudi-bot commented on PR #5279:
URL: https://github.com/apache/hudi/pull/5279#issuecomment-1095978964

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "0a1f252a0f37753e340734c4f22bbe2f085ed461",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7961",
       "triggerID" : "0a1f252a0f37753e340734c4f22bbe2f085ed461",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9a6be184e3833e071054afc5d0db55bb2336dd5c",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7997",
       "triggerID" : "9a6be184e3833e071054afc5d0db55bb2336dd5c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a6ad82e1a6d7c392f1f1b53937f4c5395b620c05",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "a6ad82e1a6d7c392f1f1b53937f4c5395b620c05",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 0a1f252a0f37753e340734c4f22bbe2f085ed461 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7961) 
   * 9a6be184e3833e071054afc5d0db55bb2336dd5c Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7997) 
   * a6ad82e1a6d7c392f1f1b53937f4c5395b620c05 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


-- 
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@hudi.apache.org

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


[GitHub] [hudi] xushiyan commented on a diff in pull request #5279: [HUDI-3843] Make flink profiles build with scala-2.11

Posted by GitBox <gi...@apache.org>.
xushiyan commented on code in PR #5279:
URL: https://github.com/apache/hudi/pull/5279#discussion_r846709506


##########
scripts/release/deploy_staging_jars.sh:
##########
@@ -38,7 +38,8 @@ fi
 
 declare -a ALL_VERSION_OPTS=(
 "-Dscala-2.11 -Dspark2.4 -Dflink1.13"
-"-Dscala-2.12 -Dspark2.4 -Dflink1.13"
+"-Dscala-2.11 -Dspark2.4 -Dflink1.14"
+"-Dscala-2.12 -Dspark2.4 -Dflink1.14"
 "-Dscala-2.12 -Dspark3.1 -Dflink1.14"
 "-Dscala-2.12 -Dspark3.2 -Dflink1.14"

Review Comment:
   This is for published artifacts; there will be 
   ```
   hudi-flink1.13-bundle_2.11
   hudi-flink1.14-bundle_2.11
   hudi-flink1.14-bundle_2.12
   ```
   but no `hudi-flink1.13-bundle_2.12`
   
   @danny0405 Given in previous releases we already published 2.12 bundles for flink, best if we continue support 2.12 for both flink profiles?



-- 
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@hudi.apache.org

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


[GitHub] [hudi] xushiyan commented on a diff in pull request #5279: [HUDI-3843] Make flink profiles build with scala-2.11

Posted by GitBox <gi...@apache.org>.
xushiyan commented on code in PR #5279:
URL: https://github.com/apache/hudi/pull/5279#discussion_r847084487


##########
scripts/release/deploy_staging_jars.sh:
##########
@@ -38,6 +38,7 @@ fi
 
 declare -a ALL_VERSION_OPTS=(
 "-Dscala-2.11 -Dspark2.4 -Dflink1.13"
+"-Dscala-2.11 -Dspark2.4 -Dflink1.14"

Review Comment:
   @yihua a different thought: `spark3` was meant for legacy bundle name but it actually is built with spark 3.2 in this release, which is different from previous `spark3` bundle which is built with spark 3.1. So the compatibility does not exist despite the same name. We should reconsider the bundle jar name changes: it might be more confusing if we publish BWC bundle jar names along with the new name format `sparkX.Y-bundle`: user may be wondering what they suppose to use. Let's discuss when we have a chance to chat.



-- 
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@hudi.apache.org

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


[GitHub] [hudi] hudi-bot commented on pull request #5279: [HUDI-3843] Make flink profiles build with scala-2.11

Posted by GitBox <gi...@apache.org>.
hudi-bot commented on PR #5279:
URL: https://github.com/apache/hudi/pull/5279#issuecomment-1094245515

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "b1d969ad49aa2978223c6a461c04a7e00450bb6b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7958",
       "triggerID" : "b1d969ad49aa2978223c6a461c04a7e00450bb6b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e2a37767f4540ca42c6a5eed4842acff75b6423d",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7959",
       "triggerID" : "e2a37767f4540ca42c6a5eed4842acff75b6423d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "bac78a46dc8aac61b65c313ab399628ac39609df",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "bac78a46dc8aac61b65c313ab399628ac39609df",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9354a40ffdd90b98bdf29d2e7f0abc9e63f08edb",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "9354a40ffdd90b98bdf29d2e7f0abc9e63f08edb",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * e2a37767f4540ca42c6a5eed4842acff75b6423d Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7959) 
   * bac78a46dc8aac61b65c313ab399628ac39609df UNKNOWN
   * 9354a40ffdd90b98bdf29d2e7f0abc9e63f08edb UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


-- 
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@hudi.apache.org

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


[GitHub] [hudi] hudi-bot commented on pull request #5279: [HUDI-3843] Make flink profiles build with scala-2.11

Posted by GitBox <gi...@apache.org>.
hudi-bot commented on PR #5279:
URL: https://github.com/apache/hudi/pull/5279#issuecomment-1094240589

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "b1d969ad49aa2978223c6a461c04a7e00450bb6b",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7958",
       "triggerID" : "b1d969ad49aa2978223c6a461c04a7e00450bb6b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e2a37767f4540ca42c6a5eed4842acff75b6423d",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7959",
       "triggerID" : "e2a37767f4540ca42c6a5eed4842acff75b6423d",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * b1d969ad49aa2978223c6a461c04a7e00450bb6b Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7958) 
   * e2a37767f4540ca42c6a5eed4842acff75b6423d Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7959) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


-- 
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@hudi.apache.org

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