File tree Expand file tree Collapse file tree
standalone-metastore/packaging/src/docker Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4040 - |
4141 apt-get update
4242 apt-get install -y --no-install-recommends ca-certificates wget
43- wget https://repo1.maven.org/maven2/software/amazon/awssdk/bundle/2.26.19 /bundle-2.26.19 .jar -P /tmp/ext-jars
43+ wget https://repo1.maven.org/maven2/software/amazon/awssdk/bundle/2.42.25 /bundle-2.42.25 .jar -P /tmp/ext-jars
4444 volumeMounts :
4545 - name : ext-jars
4646 mountPath : /tmp/ext-jars
Original file line number Diff line number Diff line change 4040 - |
4141 apt-get update
4242 apt-get install -y --no-install-recommends ca-certificates wget
43- wget https://repo1.maven.org/maven2/software/amazon/awssdk/bundle/2.26.19 /bundle-2.26.19 .jar -P /tmp/ext-jars
43+ wget https://repo1.maven.org/maven2/software/amazon/awssdk/bundle/2.42.25 /bundle-2.42.25 .jar -P /tmp/ext-jars
4444 volumeMounts :
4545 - name : ext-jars
4646 mountPath : /tmp/ext-jars
Original file line number Diff line number Diff line change 342342** Disclaimer:**
343343Hadoop ** 3.4.1** requires ** AWS SDK v2** .
344344``` shell
345- wget https://repo1.maven.org/maven2/software/amazon/awssdk/bundle/2.26.19 /bundle-2.26.19 .jar -P jars/
345+ wget https://repo1.maven.org/maven2/software/amazon/awssdk/bundle/2.42.25 /bundle-2.42.25 .jar -P jars/
346346```
347347
3483482 . Set the following environment variables:
Original file line number Diff line number Diff line change 232232 <datasketches .version>2.0.0</datasketches .version>
233233 <spotbugs .version>4.8.6</spotbugs .version>
234234 <validation-api .version>1.1.0.Final</validation-api .version>
235- <aws-secretsmanager-caching .version>2.1.1</aws-secretsmanager-caching .version>
235+ <aws-java-sdk .version>2.42.25</aws-java-sdk .version>
236+ <aws-secretsmanager-caching .version>2.2.0</aws-secretsmanager-caching .version>
236237 <jansi .version>2.4.0</jansi .version>
237238 <!-- If upgrading, upgrade atlas as well in ql/pom.xml, which brings in some springframework dependencies transitively -->
238239 <spring .version>5.3.39</spring .version>
271272 <dependencyManagement >
272273 <dependencies >
273274 <!-- dependencies are always listed in sorted order by groupId, artifactId -->
275+ <dependency >
276+ <groupId >software.amazon.awssdk</groupId >
277+ <artifactId >bundle</artifactId >
278+ <version >${aws-java-sdk.version} </version >
279+ <scope >provided</scope >
280+ </dependency >
274281 <dependency >
275282 <groupId >com.amazonaws.secretsmanager</groupId >
276283 <artifactId >aws-secretsmanager-caching-java</artifactId >
277284 <version >${aws-secretsmanager-caching.version} </version >
285+ <exclusions >
286+ <exclusion >
287+ <groupId >software.amazon.awssdk</groupId >
288+ <artifactId >aws-crt-client</artifactId >
289+ </exclusion >
290+ <exclusion >
291+ <groupId >software.amazon.awssdk</groupId >
292+ <artifactId >secretsmanager</artifactId >
293+ </exclusion >
294+ </exclusions >
278295 </dependency >
279296 <dependency >
280297 <groupId >com.esotericsoftware.kryo</groupId >
Original file line number Diff line number Diff line change 167167 <artifactId >hive-storage-api</artifactId >
168168 </dependency >
169169 <!-- inter-project -->
170+ <dependency >
171+ <groupId >software.amazon.awssdk</groupId >
172+ <artifactId >bundle</artifactId >
173+ <scope >test</scope >
174+ </dependency >
170175 <dependency >
171176 <groupId >com.amazonaws.secretsmanager</groupId >
172177 <artifactId >aws-secretsmanager-caching-java</artifactId >
Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ change the `POSTGRES_LOCAL_PATH` to the path of the downloaded jar.
138138** Disclaimer:**
139139Hadoop ** 3.4.1** requires ** AWS SDK v2** .
140140``` shell
141- wget https://repo1.maven.org/maven2/software/amazon/awssdk/bundle/2.26.19 /bundle-2.26.19 .jar -P jars/
141+ wget https://repo1.maven.org/maven2/software/amazon/awssdk/bundle/2.42.25 /bundle-2.42.25 .jar -P jars/
142142```
143143
1441442 . Set the following environment variables:
@@ -168,4 +168,4 @@ Volumes:
168168To stop/remove them all,
169169``` shell
170170docker compose down
171- ```
171+ ```
You can’t perform that action at this time.
0 commit comments