|
77 | 77 | "Data is stored within data containers in the platform's distributed file system (DFS).\n", |
78 | 78 | "All platform clusters have two predefined containers:\n", |
79 | 79 | "\n", |
80 | | - "- <a id=\"users-container\"></a>**\"users\"** — this container is designed to contain **<username>** directories that provide individual development environments for storing user-specific data.\n", |
| 80 | + "- <a id=\"users-container\"></a>**\"users\"** — This container is designed to contain **<username>** directories that provide individual development environments for storing user-specific data.\n", |
81 | 81 | " 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", |
82 | 82 | " 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", |
83 | 83 | "\n", |
84 | 84 | " - `V3IO_USERNAME` — set to the username of the running user of the Jupyter Notebook service.\n", |
85 | 85 | " - `V3IO_HOME` — set to the running-user directory in the \"users\" container — **users/<running user>**.\n", |
86 | 86 | " - `V3IO_HOME_URL` — set to the fully qualified `v3io` path to the running-user directory — `v3io://users/<running user>`.\n", |
87 | | - "\n", |
88 | | - "- <a id=\"default-container\"></a>**\"projects\"** — this container is designed to store shared project artifacts.\n", |
89 | | - "\n", |
| 87 | + "- <a id=\"projects-container\"></a>**\"projects\"** — This container is designed to store shared project artifacts.<br>\n", |
| 88 | + " When creating a new project, the default artifacts path is **projects/<project name>/artifacts**.\n", |
| 89 | + "- <a id=\"bigdata-container\"></a>**\"bigdata\"** — 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", |
90 | 92 | "The data containers and their contents are referenced differently depending on the programming interface.\n", |
91 | 93 | "For example:\n", |
92 | 94 | "\n", |
|
0 commit comments