You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by ao...@apache.org on 2021/10/31 22:55:41 UTC

[iceberg] branch master updated: Build: Only build one version of Spark, Flink, and Hive by default (#3427)

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

aokolnychyi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iceberg.git


The following commit(s) were added to refs/heads/master by this push:
     new bcaea9c  Build: Only build one version of Spark, Flink, and Hive by default (#3427)
bcaea9c is described below

commit bcaea9c7d150cb88a61a8af2c3dedc8ebcedc940
Author: Ryan Blue <bl...@apache.org>
AuthorDate: Sun Oct 31 15:55:24 2021 -0700

    Build: Only build one version of Spark, Flink, and Hive by default (#3427)
---
 gradle.properties | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gradle.properties b/gradle.properties
index 2f064f8..1d11d97 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -15,11 +15,11 @@
 
 jmhOutputPath=build/reports/jmh/human-readable-output.txt
 jmhIncludeRegex=.*
-systemProp.defaultFlinkVersions=1.12,1.13
+systemProp.defaultFlinkVersions=1.13
 systemProp.knownFlinkVersions=1.12,1.13
-systemProp.defaultHiveVersions=2,3
+systemProp.defaultHiveVersions=2
 systemProp.knownHiveVersions=2,3
-systemProp.defaultSparkVersions=2.4,3.0,3.1,3.2
+systemProp.defaultSparkVersions=3.2
 systemProp.knownSparkVersions=2.4,3.0,3.1,3.2
 org.gradle.parallel=true
 org.gradle.jvmargs=-Xmx768m