We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b63727 commit 36c9024Copy full SHA for 36c9024
1 file changed
spark-k8s/versions.py
@@ -4,8 +4,8 @@
4
"java-base": "17",
5
"java-devel": "17",
6
"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
+ "hadoop": "3.4.1", # Current Stackable LTS version. Source of the AWS and Azure artifacts to Spark's classpath.
+ "hbase": "2.6.2", # Current Stackable LTS version. Used to build the HBase connector.
9
"aws_java_sdk_bundle": "1.12.720", # https://mvnrepository.com/artifact/org.apache.hadoop/hadoop-aws/3.4.1
10
"azure_storage": "7.0.1", # https://mvnrepository.com/artifact/org.apache.hadoop/hadoop-azure/3.4.1
11
"azure_keyvault_core": "1.0.0", # https://mvnrepository.com/artifact/com.microsoft.azure/azure-storage/7.0.1
0 commit comments