|
8 | 8 | "qweews@notebook{feature_store_spark_magic.ipynb,\n", |
9 | 9 | " title: Data Flow Studio : Big Data Operations in Feature Store.,\n", |
10 | 10 | " summary: Run Feature Store on interactive Spark workloads on a long lasting Data Flow Cluster.,\n", |
11 | | - " developed_on: fspyspark32_p38_cpu_v1,\n", |
| 11 | + " developed_on: fspyspark32_p38_cpu_v2,\n", |
12 | 12 | " keywords: feature store, querying,spark magic,data flow\n", |
13 | 13 | " license: Universal Permissive License v 1.0\n", |
14 | 14 | "}" |
|
21 | 21 | "metadata": {}, |
22 | 22 | "outputs": [], |
23 | 23 | "source": [ |
24 | | - "!odsc conda install -s fspyspark32_p38_cpu_v1" |
| 24 | + "!odsc conda install -s fspyspark32_p38_cpu_v2" |
25 | 25 | ] |
26 | 26 | }, |
27 | 27 | { |
|
129 | 129 | "<a id='pre_requisites'></a>\n", |
130 | 130 | "# 2. Pre-requisites to Running this Notebook\n", |
131 | 131 | "\n", |
132 | | - "Data Flow Sessions are accessible using the PySpark 3.2 and Feature Store Python 3.8 (fspyspark32_p38_cpu_v1) conda environment.\n", |
| 132 | + "Data Flow Sessions are accessible using the PySpark 3.2 and Feature Store Python 3.8 (fspyspark32_p38_cpu_v2) conda environment.\n", |
133 | 133 | "\n", |
134 | 134 | "The [Data Catalog Hive Metastore](https://docs.oracle.com/en-us/iaas/data-catalog/using/metastore.htm) provides schema definitions for objects in structured and unstructured data assets. The Metastore is the central metadata repository to understand tables backed by files on object storage. You can customize `fs_pyspark32_p38_cpu_v1`, publish it, and use it as a runtime environment for a Data Flow session cluster. The metastore id of hive metastore is tied to feature store construct of feature store service." |
135 | 135 | ] |
|
249 | 249 | "metastore_id = \"<metastore_id>\"\n", |
250 | 250 | "logs_bucket_uri = \"<logs-bucket-url>\"\n", |
251 | 251 | "\n", |
252 | | - "custom_conda_environment_uri = \"oci://service-conda-packs@id19sfcrra6z/service_pack/cpu/PySpark_3.2_and_Feature_Store/1.0/fspyspark32_p38_cpu_v1#conda\"" |
| 252 | + "custom_conda_environment_uri = \"oci://service-conda-packs@id19sfcrra6z/service_pack/cpu/PySpark_3.2_and_Feature_Store/1.0/fspyspark32_p38_cpu_v2#conda\"" |
253 | 253 | ] |
254 | 254 | }, |
255 | 255 | { |
|
665 | 665 | ], |
666 | 666 | "metadata": { |
667 | 667 | "kernelspec": { |
668 | | - "display_name": "Python [conda env:fspyspark32_p38_cpu_v1]", |
| 668 | + "display_name": "Python [conda env:fspyspark32_p38_cpu_v2]", |
669 | 669 | "language": "python", |
670 | | - "name": "conda-env-fspyspark32_p38_cpu_v1-py" |
| 670 | + "name": "conda-env-fspyspark32_p38_cpu_v2-py" |
671 | 671 | }, |
672 | 672 | "language_info": { |
673 | 673 | "codemirror_mode": { |
|
0 commit comments