[jira] [Updated] (YARN-8940) [CSI] Add volume as a top-level attribute in service spec

2024-01-04 Thread Shilun Fan (Jira)


 [ 
https://issues.apache.org/jira/browse/YARN-8940?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Shilun Fan updated YARN-8940:
-
Target Version/s: 3.5.0  (was: 3.4.0)

> [CSI] Add volume as a top-level attribute in service spec 
> --
>
> Key: YARN-8940
> URL: https://issues.apache.org/jira/browse/YARN-8940
> Project: Hadoop YARN
>  Issue Type: Sub-task
>Reporter: Weiwei Yang
>Assignee: Weiwei Yang
>Priority: Major
>  Labels: CSI
>
> Initial thought:
> {noformat}
> {
>   "name": "volume example",
>   "version": "1.0.0",
>   "description": "a volume simple example",
>   "components" :
> [
>   {
> "name": "",
> "number_of_containers": 1,
> "artifact": {
>   "id": "docker.io/centos:latest",
>   "type": "DOCKER"
> },
> "launch_command": "sleep,120",
> "configuration": {
>   "env": {
> "YARN_CONTAINER_RUNTIME_DOCKER_RUN_OVERRIDE_DISABLE":"true"
>   }
> },
> "resource": {
>   "cpus": 1,
>   "memory": "256",
> },
> "volumes": [
>   {
> "volume" : {
>   "type": "s3_csi",
>   "id": "5504d4a8-b246-11e8-94c2-026b17aa1190",
>   "capability" : {
> "min": "5Gi",
> "max": "100Gi"
>   },
>   "source_path": "s3://my_bucket/my", # optional for object stores
>   "mount_path": "/mnt/data", # required, the mount point in 
> docker container
>   "access_mode": "SINGLE_READ", # how the volume can be accessed
> }
>   }
> ]
>   }
> }
>   ]
> }
> {noformat}
> Open for discussion.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org



[jira] [Updated] (YARN-8940) [CSI] Add volume as a top-level attribute in service spec

2020-04-09 Thread Brahma Reddy Battula (Jira)


 [ 
https://issues.apache.org/jira/browse/YARN-8940?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Brahma Reddy Battula updated YARN-8940:
---
Target Version/s: 3.4.0  (was: 3.3.0)

Bulk update: moved all 3.3.0 non-blocker issues, please move back if it is a 
blocker.

> [CSI] Add volume as a top-level attribute in service spec 
> --
>
> Key: YARN-8940
> URL: https://issues.apache.org/jira/browse/YARN-8940
> Project: Hadoop YARN
>  Issue Type: Sub-task
>Reporter: Weiwei Yang
>Assignee: Weiwei Yang
>Priority: Major
>  Labels: CSI
>
> Initial thought:
> {noformat}
> {
>   "name": "volume example",
>   "version": "1.0.0",
>   "description": "a volume simple example",
>   "components" :
> [
>   {
> "name": "",
> "number_of_containers": 1,
> "artifact": {
>   "id": "docker.io/centos:latest",
>   "type": "DOCKER"
> },
> "launch_command": "sleep,120",
> "configuration": {
>   "env": {
> "YARN_CONTAINER_RUNTIME_DOCKER_RUN_OVERRIDE_DISABLE":"true"
>   }
> },
> "resource": {
>   "cpus": 1,
>   "memory": "256",
> },
> "volumes": [
>   {
> "volume" : {
>   "type": "s3_csi",
>   "id": "5504d4a8-b246-11e8-94c2-026b17aa1190",
>   "capability" : {
> "min": "5Gi",
> "max": "100Gi"
>   },
>   "source_path": "s3://my_bucket/my", # optional for object stores
>   "mount_path": "/mnt/data", # required, the mount point in 
> docker container
>   "access_mode": "SINGLE_READ", # how the volume can be accessed
> }
>   }
> ]
>   }
> }
>   ]
> }
> {noformat}
> Open for discussion.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org



[jira] [Updated] (YARN-8940) [CSI] Add volume as a top-level attribute in service spec

2018-12-06 Thread Weiwei Yang (JIRA)


 [ 
https://issues.apache.org/jira/browse/YARN-8940?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Weiwei Yang updated YARN-8940:
--
Labels: CSI  (was: )

> [CSI] Add volume as a top-level attribute in service spec 
> --
>
> Key: YARN-8940
> URL: https://issues.apache.org/jira/browse/YARN-8940
> Project: Hadoop YARN
>  Issue Type: Sub-task
>Reporter: Weiwei Yang
>Assignee: Weiwei Yang
>Priority: Major
>  Labels: CSI
>
> Initial thought:
> {noformat}
> {
>   "name": "volume example",
>   "version": "1.0.0",
>   "description": "a volume simple example",
>   "components" :
> [
>   {
> "name": "",
> "number_of_containers": 1,
> "artifact": {
>   "id": "docker.io/centos:latest",
>   "type": "DOCKER"
> },
> "launch_command": "sleep,120",
> "configuration": {
>   "env": {
> "YARN_CONTAINER_RUNTIME_DOCKER_RUN_OVERRIDE_DISABLE":"true"
>   }
> },
> "resource": {
>   "cpus": 1,
>   "memory": "256",
> },
> "volumes": [
>   {
> "volume" : {
>   "type": "s3_csi",
>   "id": "5504d4a8-b246-11e8-94c2-026b17aa1190",
>   "capability" : {
> "min": "5Gi",
> "max": "100Gi"
>   },
>   "source_path": "s3://my_bucket/my", # optional for object stores
>   "mount_path": "/mnt/data", # required, the mount point in 
> docker container
>   "access_mode": "SINGLE_READ", # how the volume can be accessed
> }
>   }
> ]
>   }
> }
>   ]
> }
> {noformat}
> Open for discussion.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org



[jira] [Updated] (YARN-8940) [CSI] Add volume as a top-level attribute in service spec

2018-12-06 Thread Weiwei Yang (JIRA)


 [ 
https://issues.apache.org/jira/browse/YARN-8940?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Weiwei Yang updated YARN-8940:
--
Summary: [CSI] Add volume as a top-level attribute in service spec   (was: 
Add volume as a top-level attribute in service spec )

> [CSI] Add volume as a top-level attribute in service spec 
> --
>
> Key: YARN-8940
> URL: https://issues.apache.org/jira/browse/YARN-8940
> Project: Hadoop YARN
>  Issue Type: Sub-task
>Reporter: Weiwei Yang
>Assignee: Weiwei Yang
>Priority: Major
>
> Initial thought:
> {noformat}
> {
>   "name": "volume example",
>   "version": "1.0.0",
>   "description": "a volume simple example",
>   "components" :
> [
>   {
> "name": "",
> "number_of_containers": 1,
> "artifact": {
>   "id": "docker.io/centos:latest",
>   "type": "DOCKER"
> },
> "launch_command": "sleep,120",
> "configuration": {
>   "env": {
> "YARN_CONTAINER_RUNTIME_DOCKER_RUN_OVERRIDE_DISABLE":"true"
>   }
> },
> "resource": {
>   "cpus": 1,
>   "memory": "256",
> },
> "volumes": [
>   {
> "volume" : {
>   "type": "s3_csi",
>   "id": "5504d4a8-b246-11e8-94c2-026b17aa1190",
>   "capability" : {
> "min": "5Gi",
> "max": "100Gi"
>   },
>   "source_path": "s3://my_bucket/my", # optional for object stores
>   "mount_path": "/mnt/data", # required, the mount point in 
> docker container
>   "access_mode": "SINGLE_READ", # how the volume can be accessed
> }
>   }
> ]
>   }
> }
>   ]
> }
> {noformat}
> Open for discussion.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org