Skip to content

Commit e2f6338

Browse files
authored
Merge pull request aws#183 from andremoeller/readme-pyspark
add sagemaker spark to main readme
2 parents 39a0ce6 + f5d9bf4 commit e2f6338

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,12 @@ These examples focus on the Amazon SageMaker Python SDK which allows you to writ
6767
- [TensorFlow and TensorBoard](sagemaker-python-sdk/tensorflow_resnet_cifar10_with_tensorboard)
6868
- [Distributed TensorFlow](sagemaker-python-sdk/tensorflow_distributed_mnist)
6969

70+
### Using Amazon SageMaker with Apache Spark
71+
72+
These examples show how to use Amazon SageMaker for model training, hosting, and inference through Apache Spark using [SageMaker Spark](https://github.com/aws/sagemaker-spark). SageMaker Spark allows you to interleave Spark Pipeline stages with Pipeline stages that interact with Amazon SageMaker.
73+
74+
- [MNIST with SageMaker Spark](sagemaker-spark/pyspark_mnist)
75+
7076
### Under Development
7177

7278
These Amazon SageMaker examples fully illustrate a concept, but may require some additional configuration on the users part to complete.

sagemaker-spark/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ These examples demonstrate using SageMaker Spark, which allows you to interleave
66

77
See [SageMaker Spark](https://github.com/aws/sagemaker-spark) for more information.
88

9-
- [K-Means Clustering on MNIST with SageMaker Spark](pyspark_mnist)
9+
- [MNIST with SageMaker Spark](pyspark_mnist)

0 commit comments

Comments
 (0)