sagemaker-feature-store-pyspark-3.1
Amazon SageMaker FeatureStore PySpark Bindings
What it is and what it does
This package is a Spark connector that bridges Apache Spark DataFrames and Amazon SageMaker FeatureStore. It allows you to ingest feature data directly from Spark into both the online and offline stores of a FeatureGroup, and includes utilities to automatically load feature definitions to streamline FeatureGroup creation.
The connector is designed for teams already running Spark workloads on AWS who want to feed computed features into SageMaker's managed feature store. It requires an existing Spark cluster and SageMaker FeatureStore setup with proper AWS credentials; it is not a standalone tool but rather a bridge between two AWS services.
Use it for:
- Batch ingest computed features from a Spark DataFrame into SageMaker FeatureStore for ML model training.
- Load feature definitions automatically from Spark schema to reduce boilerplate when creating new FeatureGroups.
- Synchronize features computed in a Spark pipeline with SageMaker's online store for real-time inference.
- Populate both online and offline stores in a single operation from a Spark job.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Connects Apache Spark DataFrames to Amazon SageMaker FeatureStore for ingesting feature data into online and offline stores, with automatic feature definition loading.
Yes, if you are already running Spark on AWS and have an active SageMaker FeatureStore deployment. No, if you are looking for a general-purpose feature store or do not have Spark infrastructure in place. Caution: the package is dormant (554 days since last release); verify with AWS documentation that it remains supported for your Spark and SageMaker versions before adopting in production.
Install
sagemaker-feature-store-pyspark-3-1 on PyPI
pip
pip install sagemaker-feature-store-pyspark-3-1uv
uv add sagemaker-feature-store-pyspark-3-1poetry
poetry add sagemaker-feature-store-pyspark-3-1Installing sagemaker-feature-store-pyspark-3.1
Before you install
High install friction: requires a pre-built Spark environment and AWS SageMaker setup. Package is dormant (554 days since last release), with no recent maintenance activity visible.
License in practice
Apache License 2.0 is permissive; you can use, modify, and distribute this package freely provided you include the license notice and state significant changes.
Quickstart
pip install sagemaker-feature-store-pyspark-3-1
from sagemaker_feature_store_pyspark import FeatureStoreManager
# Ingest DataFrame to FeatureGroup online/offline store
manager = FeatureStoreManager()
manager.ingest(spark_dataframe, feature_group_name)
Requires an active Apache Spark environment and AWS SageMaker FeatureStore setup with appropriate IAM credentials configured.
Verify before relying
- Whether this connector is compatible with Spark versions beyond 3.1 or if it is locked to that version.
- Current maintenance status and whether AWS actively supports this package or recommends alternatives.
- Whether Python version constraints exist despite `requires_python` being unspecified.
Package facts
| License | Apache License 2.0 (permissive) |
| Python support | not specified |
| Install friction | high — source build required |
| Runtime dependencies | none |
| Maintenance | dormant — 554 days since the last release |
| First released | |
| Downloads | 378,658/month — #7,117 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: sagemaker_feature_store_pyspark_3_1-1.1.3.tar.gz
Keywords: ML, Amazon, AWS, AI, FeatureStore, SageMaker
Tags
More Artificial Intelligence packages
LiteLLM provides a unified Python interface to…
permissive · top 100 on PyPI
huggingface-hubClient library and CLI tool for downloading,…
permissive · top 100 on PyPI
langchainLangChain provides a framework for building…
permissive · top 1,000 on PyPI
hf-xethf-xet provides chunk-based deduplication and…
permissive · top 1,000 on PyPI
tokenizersTokenizers converts raw text into token…
permissive · top 1,000 on PyPI
transformersTransformers provides a unified framework for…
permissive · top 1,000 on PyPI
sagemaker-feature-store-pyspark-3.3A PySpark connector for Amazon SageMaker…
permissive · top 15,000 on PyPI
sagemaker-feature-store-pysparkIngest Spark DataFrames into Amazon SageMaker…
permissive · top 15,000 on PyPI
sagemaker-datawranglerProvides a Python library for Amazon SageMaker…
unclear · top 15,000 on PyPI
azureml-featurestoreProvides Python SDK access to Azure ML Feature…
permissive · top 5,000 on PyPI
sagemaker-data-insightsComputes ML-relevant statistical summaries of…
unclear · top 15,000 on PyPI
awsglue-devProvides Python interfaces to AWS Glue's ETL…
unclear · top 5,000 on PyPI
sagemaker-trainTrains and deploys machine learning models on…
unclear · top 5,000 on PyPI
orion-py-clientA Python client for pushing ML feature data…
permissive · top 15,000 on PyPI
hopsworksPython SDK for connecting to Hopsworks clusters…
permissive · top 15,000 on PyPI
sagemaker-trainingIntegrates training scripts into Docker…
permissive · top 15,000 on PyPI