Skip to content

Commit f5f572d

Browse files
Merge pull request #321 from Sharon-iguazio/doc-bigdata-container-still-predefined.ig-17802
[DOC] "bigdata" container still predefined in v3.0.0 (not default) [IG-17802]
2 parents 7307821 + ef9fa8a commit f5f572d

File tree

2 files changed

+12
-8
lines changed

2 files changed

+12
-8
lines changed

data-ingestion-and-preparation/README.ipynb

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,16 +77,18 @@
7777
"Data is stored within data containers in the platform's distributed file system (DFS).\n",
7878
"All platform clusters have two predefined containers:\n",
7979
"\n",
80-
"- <a id=\"users-container\"></a>**\"users\"** &mdash; this container is designed to contain **&lt;username&gt;** directories that provide individual development environments for storing user-specific data.\n",
80+
"- <a id=\"users-container\"></a>**\"users\"** &mdash; This container is designed to contain **&lt;username&gt;** directories that provide individual development environments for storing user-specific data.\n",
8181
" The platform's Jupyter Notebook, Zeppelin, and web-based shell \"command-line services\" automatically create such a directory for the running user of the service and set it as the home directory of the service environment.\n",
8282
" You can leverage the following environment variables, which are predefined in the platform's command-line services, to access this running-user directory from your code:\n",
8383
"\n",
8484
" - `V3IO_USERNAME` &mdash; set to the username of the running user of the Jupyter Notebook service.\n",
8585
" - `V3IO_HOME` &mdash; set to the running-user directory in the \"users\" container &mdash; **users/&lt;running user&gt;**.\n",
8686
" - `V3IO_HOME_URL` &mdash; set to the fully qualified `v3io` path to the running-user directory &mdash; `v3io://users/<running user>`.\n",
87-
"\n",
88-
"- <a id=\"default-container\"></a>**\"projects\"** &mdash; this container is designed to store shared project artifacts.\n",
89-
"\n",
87+
"- <a id=\"projects-container\"></a>**\"projects\"** &mdash; This container is designed to store shared project artifacts.<br>\n",
88+
" When creating a new project, the default artifacts path is **projects/&lt;project name&gt;/artifacts**.\n",
89+
"- <a id=\"bigdata-container\"></a>**\"bigdata\"** &mdash; This container has no special significance in the current release, and it will no longer be predefined in future releases.\n",
90+
" However, you'll still be able to use your existing \"bigdata\" container and all its data, or create a custom container by this name if it doesn't already exist.\n",
91+
" \n",
9092
"The data containers and their contents are referenced differently depending on the programming interface.\n",
9193
"For example:\n",
9294
"\n",

data-ingestion-and-preparation/README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,16 +51,18 @@ For information about the available full end-to-end platform use-case applicatio
5151
Data is stored within data containers in the platform's distributed file system (DFS).
5252
All platform clusters have two predefined containers:
5353

54-
- <a id="users-container"></a>**"users"** &mdash; this container is designed to contain **&lt;username&gt;** directories that provide individual development environments for storing user-specific data.
54+
- <a id="users-container"></a>**"users"** &mdash; This container is designed to contain **&lt;username&gt;** directories that provide individual development environments for storing user-specific data.
5555
The platform's Jupyter Notebook, Zeppelin, and web-based shell "command-line services" automatically create such a directory for the running user of the service and set it as the home directory of the service environment.
5656
You can leverage the following environment variables, which are predefined in the platform's command-line services, to access this running-user directory from your code:
5757

5858
- `V3IO_USERNAME` &mdash; set to the username of the running user of the Jupyter Notebook service.
5959
- `V3IO_HOME` &mdash; set to the running-user directory in the "users" container &mdash; **users/&lt;running user&gt;**.
6060
- `V3IO_HOME_URL` &mdash; set to the fully qualified `v3io` path to the running-user directory &mdash; `v3io://users/<running user>`.
61-
62-
- <a id="default-container"></a>**"projects"** &mdash; this container is designed to store shared project artifacts.
63-
61+
- <a id="projects-container"></a>**"projects"** &mdash; This container is designed to store shared project artifacts.<br>
62+
When creating a new project, the default artifacts path is **projects/&lt;project name&gt;/artifacts**.
63+
- <a id="bigdata-container"></a>**"bigdata"** &mdash; This container has no special significance in the current release, and it will no longer be predefined in future releases.
64+
However, you'll still be able to use your existing "bigdata" container and all its data, or create a custom container by this name if it doesn't already exist.
65+
6466
The data containers and their contents are referenced differently depending on the programming interface.
6567
For example:
6668

0 commit comments

Comments
 (0)