You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mesos.apache.org by khushbuparakh <gi...@git.apache.org> on 2016/09/02 09:26:47 UTC

[GitHub] mesos pull request #164: Getting started Doc updated.

GitHub user khushbuparakh opened a pull request:

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

    Getting started Doc updated.

    openjdk-7-jdk is obsolete with updated version of ubuntu OS 16.04 so commands and dependencies  are updated so that it can be suitable for both versions xenial and trusty

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

    $ git pull https://github.com/janisz/mesos master

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

    https://github.com/apache/mesos/pull/164.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 #164
    
----
commit a64eabd521e55d10d5af22ec38fb169578ea1f8a
Author: Khushbu Parakh <kh...@hotmail.com>
Date:   2016-09-02T09:09:43Z

    Getting started Doc updated.

----


---
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 #164: Getting started Doc updated.

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

    https://github.com/apache/mesos/pull/164#discussion_r77327318
  
    --- Diff: docs/getting-started.md ---
    @@ -30,7 +30,7 @@ Mesos agent also run on Windows. To build Mesos agent from source, Visual Studio
     
     Make sure your hostname is resolvable via DNS or via `/etc/hosts` to allow full support of Docker's host-networking capabilities, needed for some of the Mesos tests. When in doubt, please validate that `/etc/hosts` contains your hostname.
     
    -### Ubuntu 14.04
    +### Ubuntu 16.04
    --- End diff --
    
    We still need to support 14.04, may you add a new section only for 16.04?


---
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 #164: Getting started Doc updated.

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

    https://github.com/apache/mesos/pull/164#discussion_r77327254
  
    --- Diff: support/docker_build.sh ---
    @@ -63,7 +63,7 @@ case $OS in
         [ "$(uname -m)" = "x86_64" ] && CLANG_PKG=clang-3.5 || CLANG_PKG=
         append_dockerfile "RUN apt-get update"
         append_dockerfile "RUN apt-get -y install build-essential $CLANG_PKG git maven autoconf libtool cmake"
    -    append_dockerfile "RUN apt-get -y install openjdk-7-jdk python-dev libcurl4-nss-dev libsasl2-dev libapr1-dev libsvn-dev libevent-dev libev-dev"
    +    append_dockerfile "RUN apt-get -y install openjdk-8-jdk python-dev libcurl4-nss-dev libsasl2-dev libapr1-dev libsvn-dev libevent-dev libev-dev"
    --- End diff --
    
    Ubuntu 14.04 din't contain openjdk-8-jdk in their repo.


---
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 #164: Getting started Doc updated.

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

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


---
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 issue #164: Getting started Doc updated.

Posted by janisz <gi...@git.apache.org>.
Github user janisz commented on the issue:

    https://github.com/apache/mesos/pull/164
  
    Looks like this was resolved by #173


---
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.
---