You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mesos.apache.org by dhilipkumars <gi...@git.apache.org> on 2016/07/05 19:43:14 UTC

[GitHub] mesos pull request #128: Add mr-redis to frameworks.md

GitHub user dhilipkumars opened a pull request:

    https://github.com/apache/mesos/pull/128

    Add mr-redis to frameworks.md

    Adding Redis Framework for Apache mesos to the list of frameworks. Should we create a separate heading and call it "Cache" instead of marking it under "Data Storage" ?

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/dhilipkumars/mesos addRedisFrameworktoDOCS

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/mesos/pull/128.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #128
    
----
commit ad4f48e021b0d42c38581a3063a91ead3e83bd6f
Author: Dhilip <dh...@huawei.com>
Date:   2016-07-05T19:40:20Z

    Add mr-redis to frameworks.md
    
    Adding Redis Framework for Apache mesos to the list of frameworks. Should we create a separate heading and call it "Cache" instead of marking it under "Data Storage" ?

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] mesos pull request #128: Add mr-redis to frameworks.md

Posted by dhilipkumars <gi...@git.apache.org>.
Github user dhilipkumars commented on a diff in the pull request:

    https://github.com/apache/mesos/pull/128#discussion_r69630222
  
    --- Diff: docs/frameworks.md ---
    @@ -40,3 +40,4 @@ layout: documentation
     * [Cassandra](https://github.com/mesosphere/cassandra-mesos) is a performant and highly available distributed database. Linear scalability and proven fault-tolerance on commodity hardware or cloud infrastructure make it the perfect platform for mission-critical data.
     * [ElasticSearch](https://github.com/mesos/elasticsearch) is a distributed search engine. Mesos makes it easy to run and scale.
     * [Hypertable](https://code.google.com/p/hypertable/wiki/Mesos) is a high performance, scalable, distributed storage and processing system for structured and unstructured data.
    +* [MrRedis](https://github.com/mesos/mr-redis) an apache mesos framework for provisioning [redis](http://redis.io/) in-memory cache instances.  This provides auto redis master election, auto recovery of slaves and comes with the CLI and a UI. 
    --- End diff --
    
    I totally agree. :-) my bad i should have done that in the first place. Now its more clearer. 
    
    ```
    MrRedis is a Mesos framework for provisioning Redis in-memory cache instances. The scheduler provides auto Redis master election, auto recovery of Redis slaves and comes with the CLI and a UI.
    ```



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] mesos pull request #128: Add mr-redis to frameworks.md

Posted by dhilipkumars <gi...@git.apache.org>.
Github user dhilipkumars commented on a diff in the pull request:

    https://github.com/apache/mesos/pull/128#discussion_r69636046
  
    --- Diff: docs/frameworks.md ---
    @@ -40,3 +40,4 @@ layout: documentation
     * [Cassandra](https://github.com/mesosphere/cassandra-mesos) is a performant and highly available distributed database. Linear scalability and proven fault-tolerance on commodity hardware or cloud infrastructure make it the perfect platform for mission-critical data.
     * [ElasticSearch](https://github.com/mesos/elasticsearch) is a distributed search engine. Mesos makes it easy to run and scale.
     * [Hypertable](https://code.google.com/p/hypertable/wiki/Mesos) is a high performance, scalable, distributed storage and processing system for structured and unstructured data.
    +* [MrRedis](https://github.com/mesos/mr-redis) an apache mesos framework for provisioning [redis](http://redis.io/) in-memory cache instances.  This provides auto redis master election, auto recovery of slaves and comes with the CLI and a UI. 
    --- End diff --
    
    Its updated now ;-) . Thanks in Advance


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] mesos pull request #128: Add mr-redis to frameworks.md

Posted by tillt <gi...@git.apache.org>.
Github user tillt commented on a diff in the pull request:

    https://github.com/apache/mesos/pull/128#discussion_r69632803
  
    --- Diff: docs/frameworks.md ---
    @@ -40,3 +40,4 @@ layout: documentation
     * [Cassandra](https://github.com/mesosphere/cassandra-mesos) is a performant and highly available distributed database. Linear scalability and proven fault-tolerance on commodity hardware or cloud infrastructure make it the perfect platform for mission-critical data.
     * [ElasticSearch](https://github.com/mesos/elasticsearch) is a distributed search engine. Mesos makes it easy to run and scale.
     * [Hypertable](https://code.google.com/p/hypertable/wiki/Mesos) is a high performance, scalable, distributed storage and processing system for structured and unstructured data.
    +* [MrRedis](https://github.com/mesos/mr-redis) an apache mesos framework for provisioning [redis](http://redis.io/) in-memory cache instances.  This provides auto redis master election, auto recovery of slaves and comes with the CLI and a UI. 
    --- End diff --
    
    The PR is not updated though, or am I missing something? ;-)


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] mesos pull request #128: Add mr-redis to frameworks.md

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/mesos/pull/128


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] mesos pull request #128: Add mr-redis to frameworks.md

Posted by tillt <gi...@git.apache.org>.
Github user tillt commented on a diff in the pull request:

    https://github.com/apache/mesos/pull/128#discussion_r69628598
  
    --- Diff: docs/frameworks.md ---
    @@ -40,3 +40,4 @@ layout: documentation
     * [Cassandra](https://github.com/mesosphere/cassandra-mesos) is a performant and highly available distributed database. Linear scalability and proven fault-tolerance on commodity hardware or cloud infrastructure make it the perfect platform for mission-critical data.
     * [ElasticSearch](https://github.com/mesos/elasticsearch) is a distributed search engine. Mesos makes it easy to run and scale.
     * [Hypertable](https://code.google.com/p/hypertable/wiki/Mesos) is a high performance, scalable, distributed storage and processing system for structured and unstructured data.
    +* [MrRedis](https://github.com/mesos/mr-redis) an apache mesos framework for provisioning [redis](http://redis.io/) in-memory cache instances.  This provides auto redis master election, auto recovery of slaves and comes with the CLI and a UI. 
    --- End diff --
    
    We commonly use capital initials for product/project and organization names. Maybe clarifying that we are not trying to "revert" our slave->agent naming scheme here :). Then also trying to adjust the style a bit for consistency of this document...
    
    How about this?
    
    ```
    MrRedis is a Mesos framework for provisioning Redis in-memory cache instances. This provides auto Redis master election, auto recovery of Redis slaves and comes with the CLI and a UI.
    ```



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---