You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dev_guide/feathr_overall_release_guide.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,7 @@ Before the release candidate or release is made, the version needs to be updated
48
48
-[feathr_config.yaml](https://github.com/feathr-ai/feathr/blob/main/feathr_project/test/test_user_workspace/feathr_config.yaml#L86) - To set the spark runtime location for Azure Synapse and Azure Databricks used by test suite. Please update all .yaml files under this path.
49
49
-[package.json](https://github.com/feathr-ai/feathr/blob/main/ui/package.json#L3) - For Feathr UI version
50
50
-[package-lock.json](https://github.com/feathr-ai/feathr/blob/main/ui/package-lock.json) - For Feathr UI version
51
+
-[README.md](https://github.com/feathr-ai/feathr/blob/main/docs/README.md) - Update docker image version in the homepage README.
51
52
-[quickstart_local_sandbox.md](https://github.com/feathr-ai/feathr/blob/main/docs/quickstart_local_sandbox.md) - Update docker image version in the sandbox quickstart guide.
52
53
53
54
Following file should only be updated for release, which means should be skipped for release candidate.
It should pop up a Jupyter link in `http://127.0.0.1:8888/`. Double click on the notebook file to start the Jupyter Notebook, and you should be able to see the Feathr sample notebook. Click the triangle button on the Jupyter notebook and the whole notebook will run locally.
@@ -71,7 +71,7 @@ The Feathr sandbox comes with:
71
71
- Feathr Registry API
72
72
- Local Redis server
73
73
74
-
## Build Docker Container
74
+
## Build Feathr Sandbox Docker Image
75
75
76
76
If you want to build the Feathr sandbox, run the below command in the Feathr root directory:
By default, Feathr Sandbox uses a SQLite backend in Feathr registry, and the content will be deleted if you restart the container. If you want to use a persistent registry, say a remote MySQL database or SQL Server, you can configure an environment variable when starting the Feathr Sandbox container like below, by specifying `FEATHR_SANDBOX_REGISTRY_URL` environment variable:
Take a look at the [Database URLs](https://docs.sqlalchemy.org/en/20/core/engines.html#database-urls) section for more details on how this URL is formatted. Basically it will be like this:
0 commit comments