You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Joerg Schad (JIRA)" <ji...@apache.org> on 2015/05/15 00:18:36 UTC

[jira] [Updated] (MESOS-2731) Allow frameworks to deploy storage drivers on demand.

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

Joerg Schad updated MESOS-2731:
-------------------------------
    Description: 
Certain storage options require storage drivers to access them including HDFS driver, Quobyte client, Database driver, and so on.
When Tasks in Mesos require access to such storage they also need access to the respective driver on the node where they were scheduled to.
As it is not desirable to deploy the driver onto all nodes in the cluster, it would be good to deploy the driver on demand.

Use Cases:
1. Fetcher Cache accessing resources from user-provided URIs
2. Framework executors/tasks requiring access to HDFS/DFS
3. Framework executors/tasks requiring Databases access (requiring drivers)

https://github.com/mesosphere/gists/blob/master/stateful_primitives/installing_storage_drivers.md

  was:
Certain storage options require storage drivers to access them including HDFS driver, Quobyte client, Database driver, and so on.
When Tasks in Mesos require access to such storage they also need access to the respective driver on the node where they were scheduled to.
As it is not desirable to deploy the driver onto all nodes in the cluster, it would be good to deploy the driver on demand.

Use Cases:
1. Fetcher Cache accessing resources from user-provided URIs
2. Framework executors/tasks requiring access to HDFS/DFS
3. Framework executors/tasks requiring Databases access (requiring drivers)

https://github.com/mesosphere/gists/edit/master/stateful_primitives/installing_storage_drivers.md


> Allow frameworks to deploy storage drivers on demand.
> -----------------------------------------------------
>
>                 Key: MESOS-2731
>                 URL: https://issues.apache.org/jira/browse/MESOS-2731
>             Project: Mesos
>          Issue Type: Epic
>            Reporter: Joerg Schad
>
> Certain storage options require storage drivers to access them including HDFS driver, Quobyte client, Database driver, and so on.
> When Tasks in Mesos require access to such storage they also need access to the respective driver on the node where they were scheduled to.
> As it is not desirable to deploy the driver onto all nodes in the cluster, it would be good to deploy the driver on demand.
> Use Cases:
> 1. Fetcher Cache accessing resources from user-provided URIs
> 2. Framework executors/tasks requiring access to HDFS/DFS
> 3. Framework executors/tasks requiring Databases access (requiring drivers)
> https://github.com/mesosphere/gists/blob/master/stateful_primitives/installing_storage_drivers.md



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)