[GitHub] mesos issue #187: Add Zhongbo Tian to contributors.yaml.

2016-11-21 Thread haosdent
Github user haosdent commented on the issue: https://github.com/apache/mesos/pull/187 LGTM 👍 --- 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

[GitHub] mesos issue #188: Add Douban to "Powered by Mesos" list.

2016-11-21 Thread haosdent
Github user haosdent commented on the issue: https://github.com/apache/mesos/pull/188 LGTM, thank you. --- 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

[GitHub] mesos issue #188: Add Douban to "Powered by Mesos" list.

2016-11-21 Thread windreamer
Github user windreamer commented on the issue: https://github.com/apache/mesos/pull/188 @haosdent is ths OK? --- 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

[GitHub] mesos pull request #188: Add Douban to "Powered by Mesos" list.

2016-11-21 Thread windreamer
GitHub user windreamer opened a pull request: https://github.com/apache/mesos/pull/188 Add Douban to "Powered by Mesos" list. You can merge this pull request into a Git repository by running: $ git pull https://github.com/windreamer/mesos powered_by Alternatively you can

[GitHub] mesos issue #186: Update contributors.yaml

2016-11-21 Thread windreamer
Github user windreamer commented on the issue: https://github.com/apache/mesos/pull/186 close in favor of #187 --- 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

[GitHub] mesos pull request #186: Update contributors.yaml

2016-11-21 Thread windreamer
Github user windreamer closed the pull request at: https://github.com/apache/mesos/pull/186 --- 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

[GitHub] mesos pull request #187: Add Zhongbo Tian to contributors.yaml.

2016-11-21 Thread windreamer
GitHub user windreamer opened a pull request: https://github.com/apache/mesos/pull/187 Add Zhongbo Tian to contributors.yaml. You can merge this pull request into a Git repository by running: $ git pull https://github.com/windreamer/mesos windreamer-path-1 Alternatively you

[GitHub] mesos issue #186: Update contributors.yaml

2016-11-21 Thread windreamer
Github user windreamer commented on the issue: https://github.com/apache/mesos/pull/186 ok, did not notice it, sorry --- 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

[GitHub] mesos issue #186: Update contributors.yaml

2016-11-21 Thread haosdent
Github user haosdent commented on the issue: https://github.com/apache/mesos/pull/186 hi, @windreamer Since we order this list alphabetically, could you put your name before `name: zhou xing`? --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] mesos pull request #186: Update contributors.yaml

2016-11-21 Thread windreamer
GitHub user windreamer opened a pull request: https://github.com/apache/mesos/pull/186 Update contributors.yaml You can merge this pull request into a Git repository by running: $ git pull https://github.com/windreamer/mesos windreamer-patch-1 Alternatively you can review

Re: Failed to launch spark jobs on mesos due to "hadoop" not found

2016-11-21 Thread X Brick
you can try "--executor_environment_variables" when you start mesos-slave like the following: ``` /usr/local/sbin/mesos-agent --work_dir=/var/lib/mesos/agent ... --executor_environment_variables="{\"HADOOP_HOME\":\"/path/to/your/hadoop_home\"}" ``` Or you could patch MesosClusterScheduler.scala

[GitHub] mesos issue #179: Added a new title to the existing list

2016-11-21 Thread packtpartner
Github user packtpartner commented on the issue: https://github.com/apache/mesos/pull/179 Thank you @bmahler Sorry for the trouble. --- 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

[GitHub] mesos issue #185: Added DNT to Powered by Mesos list.

2016-11-21 Thread gyliu513
Github user gyliu513 commented on the issue: https://github.com/apache/mesos/pull/185 cc @bmahler --- 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

[GitHub] mesos pull request #185: Added DNT to Powered by Mesos list.

2016-11-21 Thread shisy
GitHub user shisy opened a pull request: https://github.com/apache/mesos/pull/185 Added DNT to Powered by Mesos list. We have a D-DCOS based on Mesos and want to be listed by Powered by Mesos list. You can merge this pull request into a Git repository by running: $ git

[GitHub] mesos pull request #181: Add elastic-job -cloud description into frameworks....

2016-11-21 Thread bmahler
Github user bmahler commented on a diff in the pull request: https://github.com/apache/mesos/pull/181#discussion_r89031974 --- Diff: docs/frameworks.md --- @@ -30,6 +30,7 @@ layout: documentation * [Chronos](https://github.com/mesos/chronos) is a distributed job

[GitHub] mesos issue #179: Added a new title to the existing list

2016-11-21 Thread bmahler
Github user bmahler commented on the issue: https://github.com/apache/mesos/pull/179 I pushed this with some minor changes to make it consistent with the other entries. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If

[GitHub] mesos pull request #179: Added a new title to the existing list

2016-11-21 Thread bmahler
Github user bmahler commented on a diff in the pull request: https://github.com/apache/mesos/pull/179#discussion_r89031027 --- Diff: docs/home.md --- @@ -109,6 +109,11 @@ layout: documentation +

[GitHub] mesos pull request #179: Added a new title to the existing list

2016-11-21 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/mesos/pull/179 --- 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

[GitHub] mesos pull request #183: Add PyMesos in api-client-libraries.md

2016-11-21 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/mesos/pull/183 --- 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

[GitHub] mesos pull request #179: Added a new title to the existing list

2016-11-21 Thread bmahler
Github user bmahler commented on a diff in the pull request: https://github.com/apache/mesos/pull/179#discussion_r89030359 --- Diff: docs/home.md --- @@ -109,6 +109,11 @@ layout: documentation +

[GitHub] mesos pull request #184: In CentOS 7, the libevent-devel dependency is neede...

2016-11-21 Thread chjhaijiang
Github user chjhaijiang closed the pull request at: https://github.com/apache/mesos/pull/184 --- 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

[GitHub] mesos pull request #182: Add TFMesos in frameworks.md

2016-11-21 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/mesos/pull/182 --- 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

[GitHub] mesos issue #182: Add TFMesos in frameworks.md

2016-11-21 Thread xiaods
Github user xiaods commented on the issue: https://github.com/apache/mesos/pull/182 +1 --- 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

[GitHub] mesos issue #184: In CentOS 7, the libevent-devel dependency is needed to be...

2016-11-21 Thread xiaods
Github user xiaods commented on the issue: https://github.com/apache/mesos/pull/184 OMG, it is need rebase. --- 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

[GitHub] mesos pull request #184: In CentOS 7, the libevent-devel dependency is neede...

2016-11-21 Thread chjhaijiang
GitHub user chjhaijiang opened a pull request: https://github.com/apache/mesos/pull/184 In CentOS 7, the libevent-devel dependency is needed to be installed for mesos SSL build. In the link (https://github.com/apache/mesos/blob/master/docs/getting-started.md), it should be a