Skip to content

Commit 36c9024

Browse files
committed
explain the purpose of some args in versions.py
1 parent 0b63727 commit 36c9024

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spark-k8s/versions.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"java-base": "17",
55
"java-devel": "17",
66
"python": "3.11",
7-
"hadoop": "3.4.1", # Hadoop version defined in ../hbase/versions.py to reduce build time and disk requirements
8-
"hbase": "2.6.2", # current Stackable LTS version
7+
"hadoop": "3.4.1", # Current Stackable LTS version. Source of the AWS and Azure artifacts to Spark's classpath.
8+
"hbase": "2.6.2", # Current Stackable LTS version. Used to build the HBase connector.
99
"aws_java_sdk_bundle": "1.12.720", # https://mvnrepository.com/artifact/org.apache.hadoop/hadoop-aws/3.4.1
1010
"azure_storage": "7.0.1", # https://mvnrepository.com/artifact/org.apache.hadoop/hadoop-azure/3.4.1
1111
"azure_keyvault_core": "1.0.0", # https://mvnrepository.com/artifact/com.microsoft.azure/azure-storage/7.0.1

0 commit comments

Comments
 (0)