Skip to content

Commit fccdf34

Browse files
author
Hossein
authored
Merge pull request #11 from Affirm/hossein/bump-aws-sdk
bump aws sdk to 788
2 parents 9fabb23 + 072c11c commit fccdf34

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This README file only contains basic setup instructions.
2121
Spark is built using [Apache Maven](http://maven.apache.org/).
2222
To build Spark and its example programs, run:
2323

24-
build/mvn -DskipTests -Phadoop-3.1 -Dhadoop.version=3.1.3 -Dkubernetes.client.version=4.6.2 -Pkubernetes -Daws-java-sdk-bundle.version=1.11.704 clean package
24+
build/mvn -DskipTests -Phadoop-3.1 -Dhadoop.version=3.1.3 -Dkubernetes.client.version=4.6.2 -Pkubernetes -Daws-java-sdk-bundle.version=1.11.788 clean package
2525

2626
(You do not need to do this if you downloaded a pre-built package.)
2727

python/pyspark/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
# limitations under the License.
1818

1919

20-
__version__ = "2.4.3.affirm15"
20+
__version__ = "2.4.3.affirm16"

0 commit comments

Comments
 (0)