Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ pip install git+https://github.com/linkedin/feathr.git#subdirectory=feathr_proje

## ☁️ Running Feathr on Cloud

Feathr has native integrations with Databricks and Azure Synapse:

- Please read the [Quick Start Guide for Feathr on Databricks](./docs/quickstart_databricks.md) to run Feathr with Databricks.
- Please read the [Quick Start Guide for Feathr on Azure Synapse](./docs/quickstart.md) to run Feathr with Azure Synapse.

Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ Feathr has native integration with Azure and other cloud services, and here's th

## Quickstart

- [Quickstart](quickstart.md)
- [Quickstart for Azure Synapse](quickstart_synapse.md)

## Concepts

Expand Down
1 change: 0 additions & 1 deletion docs/concepts/concepts.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
layout: default
title: Feathr Concepts
nav_order: 3
has_children: true
permalink: docs/concepts
---
Expand Down
2 changes: 1 addition & 1 deletion docs/concepts/feathr-concepts-for-beginners.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,4 +141,4 @@ For more details on how to utilize Feathr to perform point-in-time joins, refer

## Next Steps

After you are familar with the above concepts, please check out the [quick start guide](../quickstart.md) to get your hands dirty. Enjoy!
After you are familar with the above concepts, please check out the [quick start guide](../quickstart_synapse.md) to get your hands dirty. Enjoy!
1 change: 0 additions & 1 deletion docs/dev_guide/dev-guide.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
layout: default
title: Feathr Developer Guides
nav_order: 5
has_children: true
permalink: docs/dev_guide
---
Expand Down
1 change: 0 additions & 1 deletion docs/how-to-guides/how-to-guides.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
layout: default
title: Feathr How-to Guides
nav_order: 4
has_children: true
permalink: docs/how-to-guides
---
Expand Down
Binary file added docs/images/databricks_quickstart1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/databricks_quickstart2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 12 additions & 1 deletion docs/quickstart_databricks.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,15 @@ nav_order: 3

# Feathr Quickstart Guide for Databricks

For Databricks, you can simply upload [this notebook](./samples/databricks/databricks_quickstart_nyc_taxi_driver.ipynb) to your Databricks cluster and just run it in the databricks cluster. It has been pre-configured to use the current databricks cluster to submit jobs.
For Databricks, you can simply upload [this notebook](./samples/databricks/databricks_quickstart_nyc_taxi_driver.ipynb) to your Databricks cluster and just run it in the databricks cluster. It has been pre-configured to use the current databricks cluster to submit jobs.

1. Import Notebooks in your databricks cluster:

![Import Notebooks](./images/databricks_quickstart1.png)


2. Paste the [link to databricks getting started notebook](./samples/databricks/databricks_quickstart_nyc_taxi_driver.ipynb):

![Import Notebooks](./images/databricks_quickstart2.png)

3. Run the whole notebook. It will automatically install Feathr in your cluster and run the feature ingestion jobs.
File renamed without changes.

Large diffs are not rendered by default.