You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@mesos.apache.org by Vinod Kone <vi...@gmail.com> on 2014/04/02 05:35:39 UTC

[VOTE] Release Apache Mesos 0.18.0 (rc6)

Hi all,

Please vote on releasing the following candidate as Apache Mesos 0.18.0.


0.18.0 includes the following:
--------------------------------------------------------------------------------
* The primary feature of this release is a refactor of the isolation
  abstraction to make it easy to add pluggable isolators/containerizers.

The CHANGELOG for the release is available at:
https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=blob_plain;f=CHANGELOG;hb=0.18.0-rc6
--------------------------------------------------------------------------------

The candidate for Mesos 0.18.0 release is available at:
https://dist.apache.org/repos/dist/dev/mesos/0.18.0-rc6/mesos-0.18.0.tar.gz

The tag to be voted on is 0.18.0-rc6:
https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=commit;h=0.18.0-rc6

The MD5 checksum of the tarball can be found at:
https://dist.apache.org/repos/dist/dev/mesos/0.18.0-rc6/mesos-0.18.0.tar.gz.md5

The signature of the tarball can be found at:
https://dist.apache.org/repos/dist/dev/mesos/0.18.0-rc6/mesos-0.18.0.tar.gz.asc

The PGP key used to sign the release is here:
https://dist.apache.org/repos/dist/release/mesos/KEYS

The JAR is up in Maven in a staging repository here:
https://repository.apache.org/content/repositories/orgapachemesos-1013

Please vote on releasing this package as Apache Mesos 0.18.0!

The vote is open until Fri Apr  4 20:29:44 PDT 2014 and passes if a
majority of at least 3 +1 PMC votes are cast.

[ ] +1 Release this package as Apache Mesos 0.18.0
[ ] -1 Do not release this package because ...

Thanks,

Re: [VOTE] Release Apache Mesos 0.18.0 (rc6)

Posted by Jie Yu <yu...@gmail.com>.
+1

make check on OSX and CentOS 5

- Jie


On Tue, Apr 8, 2014 at 3:55 PM, Brenden Matthews <
brenden.matthews@airbedandbreakfast.com> wrote:

> +1!
>
>
> On Thu, Apr 3, 2014 at 9:00 AM, Tim St Clair <ts...@redhat.com> wrote:
>
> > make check passes, and setup mini cluster so, +1
> >
> > ---------------------------------------------------
> > However, fwiw I decided to verify against Spark-0.9 and it appears they
> > had some implied context, which I think is actually a bug in Spark:
> >
> > in
> >
> core/src/main/scala/org/apache/spark/scheduler/cluster/mesos/MesosSchedulerBackend.scala
> > (createExecutorInfo) :
> >
> >
> > /// Begin excerpt
> > val uri = sc.conf.get("spark.executor.uri", null)
> > if (uri == null) {
> > command.setValue(new File(sparkHome,
> > "/sbin/spark-executor").getCanonicalPath)
> > } else {
> > // Grab everything to the first '.'. We'll use that and '*' to
> > // glob the directory "correctly".
> > val basename = uri.split('/').last.split('.').head
> > command.setValue("cd %s*; ./sbin/spark-executor".format(basename))
> > command.addUris(CommandInfo.URI.newBuilder().setValue(uri))
> > }
> >
> > /// end exceprt
> >
> > WARNING: Logging before InitGoogleLogging() is written to STDERR
> > I0403 11:40:34.945070  4108 fetcher.cpp:73] Fetching URI 'hdfs://
> grid7.lab.bos.redhat.com:8020/spark/spark-0.9.tar.gz'
> > I0403 11:40:34.945248  4108 fetcher.cpp:99] Downloading resource from
> 'hdfs://grid7.lab.bos.redhat.com:8020/spark/spark-0.9.tar.gz' to
> '/var/run/mesos/slaves/20140403-103606-1898713098-5050-28035-0/frameworks/20140403-103606-1898713098-5050-28035-0000/executors/20140403-103606-1898713098-5050-28035-0/runs/7e2a86e9-5b4c-4a19-940f-0cdd6148d66b/spark-0.9.tar.gz'
> > I0403 11:40:47.086099  4108 fetcher.cpp:61] Extracted resource
> '/var/run/mesos/slaves/20140403-103606-1898713098-5050-28035-0/frameworks/20140403-103606-1898713098-5050-28035-0000/executors/20140403-103606-1898713098-5050-28035-0/runs/7e2a86e9-5b4c-4a19-940f-0cdd6148d66b/spark-0.9.tar.gz'
> into
> '/var/run/mesos/slaves/20140403-103606-1898713098-5050-28035-0/frameworks/20140403-103606-1898713098-5050-28035-0000/executors/20140403-103606-1898713098-5050-28035-0/runs/7e2a86e9-5b4c-4a19-940f-0cdd6148d66b'
> > sh: line 0: cd: spark-0.9.tar.gz: Not a directory
> > sh: ./sbin/spark-executor: No such file or directory
> >
> > --
> > Cheers,
> > Tim
> > Freedom, Features, Friends, First -> Fedora
> > https://fedoraproject.org/wiki/SIGs/bigdata
> >
> >
> >
> > ------------------------------
> >
> > *From: *"Vinod Kone" <vi...@gmail.com>
> > *To: *"dev" <de...@mesos.apache.org>, user@mesos.apache.org
> > *Sent: *Tuesday, April 1, 2014 10:35:39 PM
> > *Subject: *[VOTE] Release Apache Mesos 0.18.0 (rc6)
> >
> >
> > Hi all,
> >
> > Please vote on releasing the following candidate as Apache Mesos 0.18.0.
> >
> >
> > 0.18.0 includes the following:
> >
> >
> --------------------------------------------------------------------------------
> > * The primary feature of this release is a refactor of the isolation
> >   abstraction to make it easy to add pluggable isolators/containerizers.
> >
> > The CHANGELOG for the release is available at:
> >
> >
> https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=blob_plain;f=CHANGELOG;hb=0.18.0-rc6
> >
> >
> --------------------------------------------------------------------------------
> >
> > The candidate for Mesos 0.18.0 release is available at:
> >
> https://dist.apache.org/repos/dist/dev/mesos/0.18.0-rc6/mesos-0.18.0.tar.gz
> >
> > The tag to be voted on is 0.18.0-rc6:
> >
> https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=commit;h=0.18.0-rc6
> >
> > The MD5 checksum of the tarball can be found at:
> >
> >
> https://dist.apache.org/repos/dist/dev/mesos/0.18.0-rc6/mesos-0.18.0.tar.gz.md5
> >
> > The signature of the tarball can be found at:
> >
> >
> https://dist.apache.org/repos/dist/dev/mesos/0.18.0-rc6/mesos-0.18.0.tar.gz.asc
> >
> > The PGP key used to sign the release is here:
> > https://dist.apache.org/repos/dist/release/mesos/KEYS
> >
> > The JAR is up in Maven in a staging repository here:
> > https://repository.apache.org/content/repositories/orgapachemesos-1013
> >
> > Please vote on releasing this package as Apache Mesos 0.18.0!
> >
> > The vote is open until Fri Apr  4 20:29:44 PDT 2014 and passes if a
> > majority of at least 3 +1 PMC votes are cast.
> >
> > [ ] +1 Release this package as Apache Mesos 0.18.0
> > [ ] -1 Do not release this package because ...
> >
> > Thanks,
> >
> >
> >
> >
> >
> >
>

Re: [VOTE] Release Apache Mesos 0.18.0 (rc6)

Posted by Jie Yu <yu...@gmail.com>.
+1

make check on OSX and CentOS 5

- Jie


On Tue, Apr 8, 2014 at 3:55 PM, Brenden Matthews <
brenden.matthews@airbedandbreakfast.com> wrote:

> +1!
>
>
> On Thu, Apr 3, 2014 at 9:00 AM, Tim St Clair <ts...@redhat.com> wrote:
>
> > make check passes, and setup mini cluster so, +1
> >
> > ---------------------------------------------------
> > However, fwiw I decided to verify against Spark-0.9 and it appears they
> > had some implied context, which I think is actually a bug in Spark:
> >
> > in
> >
> core/src/main/scala/org/apache/spark/scheduler/cluster/mesos/MesosSchedulerBackend.scala
> > (createExecutorInfo) :
> >
> >
> > /// Begin excerpt
> > val uri = sc.conf.get("spark.executor.uri", null)
> > if (uri == null) {
> > command.setValue(new File(sparkHome,
> > "/sbin/spark-executor").getCanonicalPath)
> > } else {
> > // Grab everything to the first '.'. We'll use that and '*' to
> > // glob the directory "correctly".
> > val basename = uri.split('/').last.split('.').head
> > command.setValue("cd %s*; ./sbin/spark-executor".format(basename))
> > command.addUris(CommandInfo.URI.newBuilder().setValue(uri))
> > }
> >
> > /// end exceprt
> >
> > WARNING: Logging before InitGoogleLogging() is written to STDERR
> > I0403 11:40:34.945070  4108 fetcher.cpp:73] Fetching URI 'hdfs://
> grid7.lab.bos.redhat.com:8020/spark/spark-0.9.tar.gz'
> > I0403 11:40:34.945248  4108 fetcher.cpp:99] Downloading resource from
> 'hdfs://grid7.lab.bos.redhat.com:8020/spark/spark-0.9.tar.gz' to
> '/var/run/mesos/slaves/20140403-103606-1898713098-5050-28035-0/frameworks/20140403-103606-1898713098-5050-28035-0000/executors/20140403-103606-1898713098-5050-28035-0/runs/7e2a86e9-5b4c-4a19-940f-0cdd6148d66b/spark-0.9.tar.gz'
> > I0403 11:40:47.086099  4108 fetcher.cpp:61] Extracted resource
> '/var/run/mesos/slaves/20140403-103606-1898713098-5050-28035-0/frameworks/20140403-103606-1898713098-5050-28035-0000/executors/20140403-103606-1898713098-5050-28035-0/runs/7e2a86e9-5b4c-4a19-940f-0cdd6148d66b/spark-0.9.tar.gz'
> into
> '/var/run/mesos/slaves/20140403-103606-1898713098-5050-28035-0/frameworks/20140403-103606-1898713098-5050-28035-0000/executors/20140403-103606-1898713098-5050-28035-0/runs/7e2a86e9-5b4c-4a19-940f-0cdd6148d66b'
> > sh: line 0: cd: spark-0.9.tar.gz: Not a directory
> > sh: ./sbin/spark-executor: No such file or directory
> >
> > --
> > Cheers,
> > Tim
> > Freedom, Features, Friends, First -> Fedora
> > https://fedoraproject.org/wiki/SIGs/bigdata
> >
> >
> >
> > ------------------------------
> >
> > *From: *"Vinod Kone" <vi...@gmail.com>
> > *To: *"dev" <de...@mesos.apache.org>, user@mesos.apache.org
> > *Sent: *Tuesday, April 1, 2014 10:35:39 PM
> > *Subject: *[VOTE] Release Apache Mesos 0.18.0 (rc6)
> >
> >
> > Hi all,
> >
> > Please vote on releasing the following candidate as Apache Mesos 0.18.0.
> >
> >
> > 0.18.0 includes the following:
> >
> >
> --------------------------------------------------------------------------------
> > * The primary feature of this release is a refactor of the isolation
> >   abstraction to make it easy to add pluggable isolators/containerizers.
> >
> > The CHANGELOG for the release is available at:
> >
> >
> https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=blob_plain;f=CHANGELOG;hb=0.18.0-rc6
> >
> >
> --------------------------------------------------------------------------------
> >
> > The candidate for Mesos 0.18.0 release is available at:
> >
> https://dist.apache.org/repos/dist/dev/mesos/0.18.0-rc6/mesos-0.18.0.tar.gz
> >
> > The tag to be voted on is 0.18.0-rc6:
> >
> https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=commit;h=0.18.0-rc6
> >
> > The MD5 checksum of the tarball can be found at:
> >
> >
> https://dist.apache.org/repos/dist/dev/mesos/0.18.0-rc6/mesos-0.18.0.tar.gz.md5
> >
> > The signature of the tarball can be found at:
> >
> >
> https://dist.apache.org/repos/dist/dev/mesos/0.18.0-rc6/mesos-0.18.0.tar.gz.asc
> >
> > The PGP key used to sign the release is here:
> > https://dist.apache.org/repos/dist/release/mesos/KEYS
> >
> > The JAR is up in Maven in a staging repository here:
> > https://repository.apache.org/content/repositories/orgapachemesos-1013
> >
> > Please vote on releasing this package as Apache Mesos 0.18.0!
> >
> > The vote is open until Fri Apr  4 20:29:44 PDT 2014 and passes if a
> > majority of at least 3 +1 PMC votes are cast.
> >
> > [ ] +1 Release this package as Apache Mesos 0.18.0
> > [ ] -1 Do not release this package because ...
> >
> > Thanks,
> >
> >
> >
> >
> >
> >
>

Re: [VOTE] Release Apache Mesos 0.18.0 (rc6)

Posted by Brenden Matthews <br...@airbedandbreakfast.com>.
+1!


On Thu, Apr 3, 2014 at 9:00 AM, Tim St Clair <ts...@redhat.com> wrote:

> make check passes, and setup mini cluster so, +1
>
> ---------------------------------------------------
> However, fwiw I decided to verify against Spark-0.9 and it appears they
> had some implied context, which I think is actually a bug in Spark:
>
> in
> core/src/main/scala/org/apache/spark/scheduler/cluster/mesos/MesosSchedulerBackend.scala
> (createExecutorInfo) :
>
>
> /// Begin excerpt
> val uri = sc.conf.get("spark.executor.uri", null)
> if (uri == null) {
> command.setValue(new File(sparkHome,
> "/sbin/spark-executor").getCanonicalPath)
> } else {
> // Grab everything to the first '.'. We'll use that and '*' to
> // glob the directory "correctly".
> val basename = uri.split('/').last.split('.').head
> command.setValue("cd %s*; ./sbin/spark-executor".format(basename))
> command.addUris(CommandInfo.URI.newBuilder().setValue(uri))
> }
>
> /// end exceprt
>
> WARNING: Logging before InitGoogleLogging() is written to STDERR
> I0403 11:40:34.945070  4108 fetcher.cpp:73] Fetching URI 'hdfs://grid7.lab.bos.redhat.com:8020/spark/spark-0.9.tar.gz'
> I0403 11:40:34.945248  4108 fetcher.cpp:99] Downloading resource from 'hdfs://grid7.lab.bos.redhat.com:8020/spark/spark-0.9.tar.gz' to '/var/run/mesos/slaves/20140403-103606-1898713098-5050-28035-0/frameworks/20140403-103606-1898713098-5050-28035-0000/executors/20140403-103606-1898713098-5050-28035-0/runs/7e2a86e9-5b4c-4a19-940f-0cdd6148d66b/spark-0.9.tar.gz'
> I0403 11:40:47.086099  4108 fetcher.cpp:61] Extracted resource '/var/run/mesos/slaves/20140403-103606-1898713098-5050-28035-0/frameworks/20140403-103606-1898713098-5050-28035-0000/executors/20140403-103606-1898713098-5050-28035-0/runs/7e2a86e9-5b4c-4a19-940f-0cdd6148d66b/spark-0.9.tar.gz' into '/var/run/mesos/slaves/20140403-103606-1898713098-5050-28035-0/frameworks/20140403-103606-1898713098-5050-28035-0000/executors/20140403-103606-1898713098-5050-28035-0/runs/7e2a86e9-5b4c-4a19-940f-0cdd6148d66b'
> sh: line 0: cd: spark-0.9.tar.gz: Not a directory
> sh: ./sbin/spark-executor: No such file or directory
>
> --
> Cheers,
> Tim
> Freedom, Features, Friends, First -> Fedora
> https://fedoraproject.org/wiki/SIGs/bigdata
>
>
>
> ------------------------------
>
> *From: *"Vinod Kone" <vi...@gmail.com>
> *To: *"dev" <de...@mesos.apache.org>, user@mesos.apache.org
> *Sent: *Tuesday, April 1, 2014 10:35:39 PM
> *Subject: *[VOTE] Release Apache Mesos 0.18.0 (rc6)
>
>
> Hi all,
>
> Please vote on releasing the following candidate as Apache Mesos 0.18.0.
>
>
> 0.18.0 includes the following:
>
> --------------------------------------------------------------------------------
> * The primary feature of this release is a refactor of the isolation
>   abstraction to make it easy to add pluggable isolators/containerizers.
>
> The CHANGELOG for the release is available at:
>
> https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=blob_plain;f=CHANGELOG;hb=0.18.0-rc6
>
> --------------------------------------------------------------------------------
>
> The candidate for Mesos 0.18.0 release is available at:
> https://dist.apache.org/repos/dist/dev/mesos/0.18.0-rc6/mesos-0.18.0.tar.gz
>
> The tag to be voted on is 0.18.0-rc6:
> https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=commit;h=0.18.0-rc6
>
> The MD5 checksum of the tarball can be found at:
>
> https://dist.apache.org/repos/dist/dev/mesos/0.18.0-rc6/mesos-0.18.0.tar.gz.md5
>
> The signature of the tarball can be found at:
>
> https://dist.apache.org/repos/dist/dev/mesos/0.18.0-rc6/mesos-0.18.0.tar.gz.asc
>
> The PGP key used to sign the release is here:
> https://dist.apache.org/repos/dist/release/mesos/KEYS
>
> The JAR is up in Maven in a staging repository here:
> https://repository.apache.org/content/repositories/orgapachemesos-1013
>
> Please vote on releasing this package as Apache Mesos 0.18.0!
>
> The vote is open until Fri Apr  4 20:29:44 PDT 2014 and passes if a
> majority of at least 3 +1 PMC votes are cast.
>
> [ ] +1 Release this package as Apache Mesos 0.18.0
> [ ] -1 Do not release this package because ...
>
> Thanks,
>
>
>
>
>
>

Re: [VOTE] Release Apache Mesos 0.18.0 (rc6)

Posted by Brenden Matthews <br...@airbedandbreakfast.com>.
+1!


On Thu, Apr 3, 2014 at 9:00 AM, Tim St Clair <ts...@redhat.com> wrote:

> make check passes, and setup mini cluster so, +1
>
> ---------------------------------------------------
> However, fwiw I decided to verify against Spark-0.9 and it appears they
> had some implied context, which I think is actually a bug in Spark:
>
> in
> core/src/main/scala/org/apache/spark/scheduler/cluster/mesos/MesosSchedulerBackend.scala
> (createExecutorInfo) :
>
>
> /// Begin excerpt
> val uri = sc.conf.get("spark.executor.uri", null)
> if (uri == null) {
> command.setValue(new File(sparkHome,
> "/sbin/spark-executor").getCanonicalPath)
> } else {
> // Grab everything to the first '.'. We'll use that and '*' to
> // glob the directory "correctly".
> val basename = uri.split('/').last.split('.').head
> command.setValue("cd %s*; ./sbin/spark-executor".format(basename))
> command.addUris(CommandInfo.URI.newBuilder().setValue(uri))
> }
>
> /// end exceprt
>
> WARNING: Logging before InitGoogleLogging() is written to STDERR
> I0403 11:40:34.945070  4108 fetcher.cpp:73] Fetching URI 'hdfs://grid7.lab.bos.redhat.com:8020/spark/spark-0.9.tar.gz'
> I0403 11:40:34.945248  4108 fetcher.cpp:99] Downloading resource from 'hdfs://grid7.lab.bos.redhat.com:8020/spark/spark-0.9.tar.gz' to '/var/run/mesos/slaves/20140403-103606-1898713098-5050-28035-0/frameworks/20140403-103606-1898713098-5050-28035-0000/executors/20140403-103606-1898713098-5050-28035-0/runs/7e2a86e9-5b4c-4a19-940f-0cdd6148d66b/spark-0.9.tar.gz'
> I0403 11:40:47.086099  4108 fetcher.cpp:61] Extracted resource '/var/run/mesos/slaves/20140403-103606-1898713098-5050-28035-0/frameworks/20140403-103606-1898713098-5050-28035-0000/executors/20140403-103606-1898713098-5050-28035-0/runs/7e2a86e9-5b4c-4a19-940f-0cdd6148d66b/spark-0.9.tar.gz' into '/var/run/mesos/slaves/20140403-103606-1898713098-5050-28035-0/frameworks/20140403-103606-1898713098-5050-28035-0000/executors/20140403-103606-1898713098-5050-28035-0/runs/7e2a86e9-5b4c-4a19-940f-0cdd6148d66b'
> sh: line 0: cd: spark-0.9.tar.gz: Not a directory
> sh: ./sbin/spark-executor: No such file or directory
>
> --
> Cheers,
> Tim
> Freedom, Features, Friends, First -> Fedora
> https://fedoraproject.org/wiki/SIGs/bigdata
>
>
>
> ------------------------------
>
> *From: *"Vinod Kone" <vi...@gmail.com>
> *To: *"dev" <de...@mesos.apache.org>, user@mesos.apache.org
> *Sent: *Tuesday, April 1, 2014 10:35:39 PM
> *Subject: *[VOTE] Release Apache Mesos 0.18.0 (rc6)
>
>
> Hi all,
>
> Please vote on releasing the following candidate as Apache Mesos 0.18.0.
>
>
> 0.18.0 includes the following:
>
> --------------------------------------------------------------------------------
> * The primary feature of this release is a refactor of the isolation
>   abstraction to make it easy to add pluggable isolators/containerizers.
>
> The CHANGELOG for the release is available at:
>
> https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=blob_plain;f=CHANGELOG;hb=0.18.0-rc6
>
> --------------------------------------------------------------------------------
>
> The candidate for Mesos 0.18.0 release is available at:
> https://dist.apache.org/repos/dist/dev/mesos/0.18.0-rc6/mesos-0.18.0.tar.gz
>
> The tag to be voted on is 0.18.0-rc6:
> https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=commit;h=0.18.0-rc6
>
> The MD5 checksum of the tarball can be found at:
>
> https://dist.apache.org/repos/dist/dev/mesos/0.18.0-rc6/mesos-0.18.0.tar.gz.md5
>
> The signature of the tarball can be found at:
>
> https://dist.apache.org/repos/dist/dev/mesos/0.18.0-rc6/mesos-0.18.0.tar.gz.asc
>
> The PGP key used to sign the release is here:
> https://dist.apache.org/repos/dist/release/mesos/KEYS
>
> The JAR is up in Maven in a staging repository here:
> https://repository.apache.org/content/repositories/orgapachemesos-1013
>
> Please vote on releasing this package as Apache Mesos 0.18.0!
>
> The vote is open until Fri Apr  4 20:29:44 PDT 2014 and passes if a
> majority of at least 3 +1 PMC votes are cast.
>
> [ ] +1 Release this package as Apache Mesos 0.18.0
> [ ] -1 Do not release this package because ...
>
> Thanks,
>
>
>
>
>
>

Re: [VOTE] Release Apache Mesos 0.18.0 (rc6)

Posted by Tim St Clair <ts...@redhat.com>.
make check passes, and setup mini cluster so, +1 

--------------------------------------------------- 
However, fwiw I decided to verify against Spark-0.9 and it appears they had some implied context, which I think is actually a bug in Spark: 

in core/src/main/scala/org/apache/spark/scheduler/cluster/mesos/MesosSchedulerBackend.scala ( createExecutorInfo) : 

/// Begin excerpt 
val uri = sc.conf.get("spark.executor.uri", null) 
if (uri == null) { 
command.setValue(new File(sparkHome, "/sbin/spark-executor").getCanonicalPath) 
} else { 
// Grab everything to the first '.'. We'll use that and '*' to 
// glob the directory "correctly". 
val basename = uri.split('/').last.split('.').head 
command.setValue("cd %s*; ./sbin/spark-executor".format(basename)) 
command.addUris(CommandInfo.URI.newBuilder().setValue(uri)) 
} 

/// end exceprt 
WARNING: Logging before InitGoogleLogging() is written to STDERR
I0403 11:40:34.945070  4108 fetcher.cpp:73] Fetching URI 'hdfs://grid7.lab.bos.redhat.com:8020/spark/spark-0.9.tar.gz'
I0403 11:40:34.945248  4108 fetcher.cpp:99] Downloading resource from 'hdfs://grid7.lab.bos.redhat.com:8020/spark/spark-0.9.tar.gz' to '/var/run/mesos/slaves/20140403-103606-1898713098-5050-28035-0/frameworks/20140403-103606-1898713098-5050-28035-0000/executors/20140403-103606-1898713098-5050-28035-0/runs/7e2a86e9-5b4c-4a19-940f-0cdd6148d66b/spark-0.9.tar.gz'
I0403 11:40:47.086099  4108 fetcher.cpp:61] Extracted resource '/var/run/mesos/slaves/20140403-103606-1898713098-5050-28035-0/frameworks/20140403-103606-1898713098-5050-28035-0000/executors/20140403-103606-1898713098-5050-28035-0/runs/7e2a86e9-5b4c-4a19-940f-0cdd6148d66b/spark-0.9.tar.gz' into '/var/run/mesos/slaves/20140403-103606-1898713098-5050-28035-0/frameworks/20140403-103606-1898713098-5050-28035-0000/executors/20140403-103606-1898713098-5050-28035-0/runs/7e2a86e9-5b4c-4a19-940f-0cdd6148d66b'
sh: line 0: cd: spark-0.9.tar.gz: Not a directory
sh: ./sbin/spark-executor: No such file or directory 

-- 
Cheers, 
Tim 
Freedom, Features, Friends, First -> Fedora 
https://fedoraproject.org/wiki/SIGs/bigdata 

----- Original Message -----

> From: "Vinod Kone" <vi...@gmail.com>
> To: "dev" <de...@mesos.apache.org>, user@mesos.apache.org
> Sent: Tuesday, April 1, 2014 10:35:39 PM
> Subject: [VOTE] Release Apache Mesos 0.18.0 (rc6)

> Hi all,

> Please vote on releasing the following candidate as Apache Mesos 0.18.0.

> 0.18.0 includes the following:
> --------------------------------------------------------------------------------
> * The primary feature of this release is a refactor of the isolation
> abstraction to make it easy to add pluggable isolators/containerizers.

> The CHANGELOG for the release is available at:
> https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=blob_plain;f=CHANGELOG;hb=0.18.0-rc6
> --------------------------------------------------------------------------------

> The candidate for Mesos 0.18.0 release is available at:
> https://dist.apache.org/repos/dist/dev/mesos/0.18.0-rc6/mesos-0.18.0.tar.gz

> The tag to be voted on is 0.18.0-rc6:
> https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=commit;h=0.18.0-rc6

> The MD5 checksum of the tarball can be found at:
> https://dist.apache.org/repos/dist/dev/mesos/0.18.0-rc6/mesos-0.18.0.tar.gz.md5

> The signature of the tarball can be found at:
> https://dist.apache.org/repos/dist/dev/mesos/0.18.0-rc6/mesos-0.18.0.tar.gz.asc

> The PGP key used to sign the release is here:
> https://dist.apache.org/repos/dist/release/mesos/KEYS

> The JAR is up in Maven in a staging repository here:
> https://repository.apache.org/content/repositories/orgapachemesos-1013

> Please vote on releasing this package as Apache Mesos 0.18.0!

> The vote is open until Fri Apr 4 20:29:44 PDT 2014 and passes if a majority
> of at least 3 +1 PMC votes are cast.

> [ ] +1 Release this package as Apache Mesos 0.18.0
> [ ] -1 Do not release this package because ...

> Thanks,

Re: [VOTE] Release Apache Mesos 0.18.0 (rc6)

Posted by Vinod Kone <vi...@gmail.com>.
Till might have better context but I think this is related to
https://issues.apache.org/jira/browse/MESOS-799.


On Wed, Apr 2, 2014 at 11:21 AM, Ross Allen <ro...@mesosphere.io> wrote:

> I haven't tried building one of these packages before, and I ran into an
> issue with Python when configuring the build directory. Has anybody else
> seen this?
>
> This is on Mac OS X v10.9.2
>
> 1. Downloaded mesos-0.18.0.tar.gz
> 2. Expanded tar.gz
> 3. Created subdirectory "build"
> 4. cd'd to "build"
> 5. Ran `../configure`
>
> checking for a Python interpreter with version >= 2.6... python
>
> checking for python... /usr/local/bin/python
>
> checking for python version... 2.7
>
> checking for python platform... darwin
>
> checking for python script directory...
> ${prefix}/lib/python2.7/site-packages
>
> checking for python extension module directory...
> ${exec_prefix}/lib/python2.7/site-packages
>
> checking for python2.7... (cached) /usr/local/bin/python
>
> checking for a version of Python >= '2.1.0'... yes
>
> checking for a version of Python >= '2.6'... yes
>
> checking for the distutils Python package... yes
>
> checking for Python include path...
>
> -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7
>
> checking for Python library path...
>
> -L/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib
> -lpython2.7
>
> checking for Python site-packages path...
>
> /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages
>
> checking python extra libraries... -ldl  -framework CoreFoundation
>
> checking python extra linking flags... -u _PyMac_Error
> Python.framework/Versions/2.7/Python
>
> checking consistency of all components of python development environment...
> no
>
> configure: error: in `/Users/rossallen/Pops/mesos-0.18.0/build':
>
> configure: error:
>
>   Could not link test program to Python. Maybe the main Python library has
> been
>
>   installed in some non-standard library path. If so, pass it to configure,
>
>   via the LDFLAGS environment variable.
>
>   Example: ./configure LDFLAGS="-L/usr/non-standard-path/python/lib"
>
>
>
> ============================================================================
>
>    ERROR!
>
>    You probably have to install the development version of the Python
> package
>
>    for your distribution.  The exact name of this package varies among
> them.
>
>
>
> ============================================================================
>
> Ross Allen
> ross@mesosphere.io
>
>
> On 2 April 2014 11:06, Adam Bordelon <ad...@mesosphere.io> wrote:
>
> > +1 Builds and checks on Linux Mint 12 (Ubuntu 12.10), gcc 4.7.2
> >
> >
> > On Wed, Apr 2, 2014 at 10:02 AM, Niklas Nielsen <ni...@qni.dk> wrote:
> >
> > > +1, built and checked on OS X 10.9.2, clang-503.0.38 & Ubuntu 13.10,
> gcc
> > > 4.8.1
> > >
> > > Niklas
> > >
> > >
> > > On Tue, Apr 1, 2014 at 10:46 PM, Till Toenshoff <to...@me.com>
> > wrote:
> > >
> > > > +1 Builds and checks fine on OSX 10.9.2, clang 3.4 (Xcode5.1).
> > > >
> > > > On Apr 2, 2014, at 5:35 AM, Vinod Kone <vi...@gmail.com> wrote:
> > > >
> > > > > Hi all,
> > > > >
> > > > > Please vote on releasing the following candidate as Apache Mesos
> > > 0.18.0.
> > > > >
> > > > >
> > > > > 0.18.0 includes the following:
> > > > >
> > > >
> > >
> >
> --------------------------------------------------------------------------------
> > > > > * The primary feature of this release is a refactor of the
> isolation
> > > > >   abstraction to make it easy to add pluggable
> > > isolators/containerizers.
> > > > >
> > > > > The CHANGELOG for the release is available at:
> > > > >
> > > >
> > >
> >
> https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=blob_plain;f=CHANGELOG;hb=0.18.0-rc6
> > > > >
> > > >
> > >
> >
> --------------------------------------------------------------------------------
> > > > >
> > > > > The candidate for Mesos 0.18.0 release is available at:
> > > > >
> > > >
> > >
> >
> https://dist.apache.org/repos/dist/dev/mesos/0.18.0-rc6/mesos-0.18.0.tar.gz
> > > > >
> > > > > The tag to be voted on is 0.18.0-rc6:
> > > > >
> > > >
> > >
> >
> https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=commit;h=0.18.0-rc6
> > > > >
> > > > > The MD5 checksum of the tarball can be found at:
> > > > >
> > > >
> > >
> >
> https://dist.apache.org/repos/dist/dev/mesos/0.18.0-rc6/mesos-0.18.0.tar.gz.md5
> > > > >
> > > > > The signature of the tarball can be found at:
> > > > >
> > > >
> > >
> >
> https://dist.apache.org/repos/dist/dev/mesos/0.18.0-rc6/mesos-0.18.0.tar.gz.asc
> > > > >
> > > > > The PGP key used to sign the release is here:
> > > > > https://dist.apache.org/repos/dist/release/mesos/KEYS
> > > > >
> > > > > The JAR is up in Maven in a staging repository here:
> > > > >
> > https://repository.apache.org/content/repositories/orgapachemesos-1013
> > > > >
> > > > > Please vote on releasing this package as Apache Mesos 0.18.0!
> > > > >
> > > > > The vote is open until Fri Apr  4 20:29:44 PDT 2014 and passes if a
> > > > majority of at least 3 +1 PMC votes are cast.
> > > > >
> > > > > [ ] +1 Release this package as Apache Mesos 0.18.0
> > > > > [ ] -1 Do not release this package because ...
> > > > >
> > > > > Thanks,
> > > > >
> > > >
> > >
> >
>

Re: [VOTE] Release Apache Mesos 0.18.0 (rc6)

Posted by Vinod Kone <vi...@gmail.com>.
Till might have better context but I think this is related to
https://issues.apache.org/jira/browse/MESOS-799.


On Wed, Apr 2, 2014 at 11:21 AM, Ross Allen <ro...@mesosphere.io> wrote:

> I haven't tried building one of these packages before, and I ran into an
> issue with Python when configuring the build directory. Has anybody else
> seen this?
>
> This is on Mac OS X v10.9.2
>
> 1. Downloaded mesos-0.18.0.tar.gz
> 2. Expanded tar.gz
> 3. Created subdirectory "build"
> 4. cd'd to "build"
> 5. Ran `../configure`
>
> checking for a Python interpreter with version >= 2.6... python
>
> checking for python... /usr/local/bin/python
>
> checking for python version... 2.7
>
> checking for python platform... darwin
>
> checking for python script directory...
> ${prefix}/lib/python2.7/site-packages
>
> checking for python extension module directory...
> ${exec_prefix}/lib/python2.7/site-packages
>
> checking for python2.7... (cached) /usr/local/bin/python
>
> checking for a version of Python >= '2.1.0'... yes
>
> checking for a version of Python >= '2.6'... yes
>
> checking for the distutils Python package... yes
>
> checking for Python include path...
>
> -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7
>
> checking for Python library path...
>
> -L/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib
> -lpython2.7
>
> checking for Python site-packages path...
>
> /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages
>
> checking python extra libraries... -ldl  -framework CoreFoundation
>
> checking python extra linking flags... -u _PyMac_Error
> Python.framework/Versions/2.7/Python
>
> checking consistency of all components of python development environment...
> no
>
> configure: error: in `/Users/rossallen/Pops/mesos-0.18.0/build':
>
> configure: error:
>
>   Could not link test program to Python. Maybe the main Python library has
> been
>
>   installed in some non-standard library path. If so, pass it to configure,
>
>   via the LDFLAGS environment variable.
>
>   Example: ./configure LDFLAGS="-L/usr/non-standard-path/python/lib"
>
>
>
> ============================================================================
>
>    ERROR!
>
>    You probably have to install the development version of the Python
> package
>
>    for your distribution.  The exact name of this package varies among
> them.
>
>
>
> ============================================================================
>
> Ross Allen
> ross@mesosphere.io
>
>
> On 2 April 2014 11:06, Adam Bordelon <ad...@mesosphere.io> wrote:
>
> > +1 Builds and checks on Linux Mint 12 (Ubuntu 12.10), gcc 4.7.2
> >
> >
> > On Wed, Apr 2, 2014 at 10:02 AM, Niklas Nielsen <ni...@qni.dk> wrote:
> >
> > > +1, built and checked on OS X 10.9.2, clang-503.0.38 & Ubuntu 13.10,
> gcc
> > > 4.8.1
> > >
> > > Niklas
> > >
> > >
> > > On Tue, Apr 1, 2014 at 10:46 PM, Till Toenshoff <to...@me.com>
> > wrote:
> > >
> > > > +1 Builds and checks fine on OSX 10.9.2, clang 3.4 (Xcode5.1).
> > > >
> > > > On Apr 2, 2014, at 5:35 AM, Vinod Kone <vi...@gmail.com> wrote:
> > > >
> > > > > Hi all,
> > > > >
> > > > > Please vote on releasing the following candidate as Apache Mesos
> > > 0.18.0.
> > > > >
> > > > >
> > > > > 0.18.0 includes the following:
> > > > >
> > > >
> > >
> >
> --------------------------------------------------------------------------------
> > > > > * The primary feature of this release is a refactor of the
> isolation
> > > > >   abstraction to make it easy to add pluggable
> > > isolators/containerizers.
> > > > >
> > > > > The CHANGELOG for the release is available at:
> > > > >
> > > >
> > >
> >
> https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=blob_plain;f=CHANGELOG;hb=0.18.0-rc6
> > > > >
> > > >
> > >
> >
> --------------------------------------------------------------------------------
> > > > >
> > > > > The candidate for Mesos 0.18.0 release is available at:
> > > > >
> > > >
> > >
> >
> https://dist.apache.org/repos/dist/dev/mesos/0.18.0-rc6/mesos-0.18.0.tar.gz
> > > > >
> > > > > The tag to be voted on is 0.18.0-rc6:
> > > > >
> > > >
> > >
> >
> https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=commit;h=0.18.0-rc6
> > > > >
> > > > > The MD5 checksum of the tarball can be found at:
> > > > >
> > > >
> > >
> >
> https://dist.apache.org/repos/dist/dev/mesos/0.18.0-rc6/mesos-0.18.0.tar.gz.md5
> > > > >
> > > > > The signature of the tarball can be found at:
> > > > >
> > > >
> > >
> >
> https://dist.apache.org/repos/dist/dev/mesos/0.18.0-rc6/mesos-0.18.0.tar.gz.asc
> > > > >
> > > > > The PGP key used to sign the release is here:
> > > > > https://dist.apache.org/repos/dist/release/mesos/KEYS
> > > > >
> > > > > The JAR is up in Maven in a staging repository here:
> > > > >
> > https://repository.apache.org/content/repositories/orgapachemesos-1013
> > > > >
> > > > > Please vote on releasing this package as Apache Mesos 0.18.0!
> > > > >
> > > > > The vote is open until Fri Apr  4 20:29:44 PDT 2014 and passes if a
> > > > majority of at least 3 +1 PMC votes are cast.
> > > > >
> > > > > [ ] +1 Release this package as Apache Mesos 0.18.0
> > > > > [ ] -1 Do not release this package because ...
> > > > >
> > > > > Thanks,
> > > > >
> > > >
> > >
> >
>

Re: [VOTE] Release Apache Mesos 0.18.0 (rc6)

Posted by Ross Allen <ro...@mesosphere.io>.
I haven't tried building one of these packages before, and I ran into an
issue with Python when configuring the build directory. Has anybody else
seen this?

This is on Mac OS X v10.9.2

1. Downloaded mesos-0.18.0.tar.gz
2. Expanded tar.gz
3. Created subdirectory "build"
4. cd'd to "build"
5. Ran `../configure`

checking for a Python interpreter with version >= 2.6... python

checking for python... /usr/local/bin/python

checking for python version... 2.7

checking for python platform... darwin

checking for python script directory...
${prefix}/lib/python2.7/site-packages

checking for python extension module directory...
${exec_prefix}/lib/python2.7/site-packages

checking for python2.7... (cached) /usr/local/bin/python

checking for a version of Python >= '2.1.0'... yes

checking for a version of Python >= '2.6'... yes

checking for the distutils Python package... yes

checking for Python include path...
-I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7

checking for Python library path...
-L/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib
-lpython2.7

checking for Python site-packages path...
/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages

checking python extra libraries... -ldl  -framework CoreFoundation

checking python extra linking flags... -u _PyMac_Error
Python.framework/Versions/2.7/Python

checking consistency of all components of python development environment...
no

configure: error: in `/Users/rossallen/Pops/mesos-0.18.0/build':

configure: error:

  Could not link test program to Python. Maybe the main Python library has
been

  installed in some non-standard library path. If so, pass it to configure,

  via the LDFLAGS environment variable.

  Example: ./configure LDFLAGS="-L/usr/non-standard-path/python/lib"


============================================================================

   ERROR!

   You probably have to install the development version of the Python
package

   for your distribution.  The exact name of this package varies among them.


============================================================================

Ross Allen
ross@mesosphere.io


On 2 April 2014 11:06, Adam Bordelon <ad...@mesosphere.io> wrote:

> +1 Builds and checks on Linux Mint 12 (Ubuntu 12.10), gcc 4.7.2
>
>
> On Wed, Apr 2, 2014 at 10:02 AM, Niklas Nielsen <ni...@qni.dk> wrote:
>
> > +1, built and checked on OS X 10.9.2, clang-503.0.38 & Ubuntu 13.10, gcc
> > 4.8.1
> >
> > Niklas
> >
> >
> > On Tue, Apr 1, 2014 at 10:46 PM, Till Toenshoff <to...@me.com>
> wrote:
> >
> > > +1 Builds and checks fine on OSX 10.9.2, clang 3.4 (Xcode5.1).
> > >
> > > On Apr 2, 2014, at 5:35 AM, Vinod Kone <vi...@gmail.com> wrote:
> > >
> > > > Hi all,
> > > >
> > > > Please vote on releasing the following candidate as Apache Mesos
> > 0.18.0.
> > > >
> > > >
> > > > 0.18.0 includes the following:
> > > >
> > >
> >
> --------------------------------------------------------------------------------
> > > > * The primary feature of this release is a refactor of the isolation
> > > >   abstraction to make it easy to add pluggable
> > isolators/containerizers.
> > > >
> > > > The CHANGELOG for the release is available at:
> > > >
> > >
> >
> https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=blob_plain;f=CHANGELOG;hb=0.18.0-rc6
> > > >
> > >
> >
> --------------------------------------------------------------------------------
> > > >
> > > > The candidate for Mesos 0.18.0 release is available at:
> > > >
> > >
> >
> https://dist.apache.org/repos/dist/dev/mesos/0.18.0-rc6/mesos-0.18.0.tar.gz
> > > >
> > > > The tag to be voted on is 0.18.0-rc6:
> > > >
> > >
> >
> https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=commit;h=0.18.0-rc6
> > > >
> > > > The MD5 checksum of the tarball can be found at:
> > > >
> > >
> >
> https://dist.apache.org/repos/dist/dev/mesos/0.18.0-rc6/mesos-0.18.0.tar.gz.md5
> > > >
> > > > The signature of the tarball can be found at:
> > > >
> > >
> >
> https://dist.apache.org/repos/dist/dev/mesos/0.18.0-rc6/mesos-0.18.0.tar.gz.asc
> > > >
> > > > The PGP key used to sign the release is here:
> > > > https://dist.apache.org/repos/dist/release/mesos/KEYS
> > > >
> > > > The JAR is up in Maven in a staging repository here:
> > > >
> https://repository.apache.org/content/repositories/orgapachemesos-1013
> > > >
> > > > Please vote on releasing this package as Apache Mesos 0.18.0!
> > > >
> > > > The vote is open until Fri Apr  4 20:29:44 PDT 2014 and passes if a
> > > majority of at least 3 +1 PMC votes are cast.
> > > >
> > > > [ ] +1 Release this package as Apache Mesos 0.18.0
> > > > [ ] -1 Do not release this package because ...
> > > >
> > > > Thanks,
> > > >
> > >
> >
>

Re: [VOTE] Release Apache Mesos 0.18.0 (rc6)

Posted by Adam Bordelon <ad...@mesosphere.io>.
(Sending again, including user@ as well)
+1 Builds and checks on Linux Mint 12 (Ubuntu 12.10), gcc 4.7.2


On Wed, Apr 2, 2014 at 11:06 AM, Adam Bordelon <ad...@mesosphere.io> wrote:

> +1 Builds and checks on Linux Mint 12 (Ubuntu 12.10), gcc 4.7.2
>
>
> On Wed, Apr 2, 2014 at 10:02 AM, Niklas Nielsen <ni...@qni.dk> wrote:
>
>> +1, built and checked on OS X 10.9.2, clang-503.0.38 & Ubuntu 13.10, gcc
>> 4.8.1
>>
>> Niklas
>>
>>
>> On Tue, Apr 1, 2014 at 10:46 PM, Till Toenshoff <to...@me.com> wrote:
>>
>> > +1 Builds and checks fine on OSX 10.9.2, clang 3.4 (Xcode5.1).
>> >
>> > On Apr 2, 2014, at 5:35 AM, Vinod Kone <vi...@gmail.com> wrote:
>> >
>> > > Hi all,
>> > >
>> > > Please vote on releasing the following candidate as Apache Mesos
>> 0.18.0.
>> > >
>> > >
>> > > 0.18.0 includes the following:
>> > >
>> >
>> --------------------------------------------------------------------------------
>> > > * The primary feature of this release is a refactor of the isolation
>> > >   abstraction to make it easy to add pluggable
>> isolators/containerizers.
>> > >
>> > > The CHANGELOG for the release is available at:
>> > >
>> >
>> https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=blob_plain;f=CHANGELOG;hb=0.18.0-rc6
>> > >
>> >
>> --------------------------------------------------------------------------------
>> > >
>> > > The candidate for Mesos 0.18.0 release is available at:
>> > >
>> >
>> https://dist.apache.org/repos/dist/dev/mesos/0.18.0-rc6/mesos-0.18.0.tar.gz
>> > >
>> > > The tag to be voted on is 0.18.0-rc6:
>> > >
>> >
>> https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=commit;h=0.18.0-rc6
>> > >
>> > > The MD5 checksum of the tarball can be found at:
>> > >
>> >
>> https://dist.apache.org/repos/dist/dev/mesos/0.18.0-rc6/mesos-0.18.0.tar.gz.md5
>> > >
>> > > The signature of the tarball can be found at:
>> > >
>> >
>> https://dist.apache.org/repos/dist/dev/mesos/0.18.0-rc6/mesos-0.18.0.tar.gz.asc
>> > >
>> > > The PGP key used to sign the release is here:
>> > > https://dist.apache.org/repos/dist/release/mesos/KEYS
>> > >
>> > > The JAR is up in Maven in a staging repository here:
>> > >
>> https://repository.apache.org/content/repositories/orgapachemesos-1013
>> > >
>> > > Please vote on releasing this package as Apache Mesos 0.18.0!
>> > >
>> > > The vote is open until Fri Apr  4 20:29:44 PDT 2014 and passes if a
>> > majority of at least 3 +1 PMC votes are cast.
>> > >
>> > > [ ] +1 Release this package as Apache Mesos 0.18.0
>> > > [ ] -1 Do not release this package because ...
>> > >
>> > > Thanks,
>> > >
>> >
>>
>
>

Re: [VOTE] Release Apache Mesos 0.18.0 (rc6)

Posted by Adam Bordelon <ad...@mesosphere.io>.
(Sending again, including user@ as well)
+1 Builds and checks on Linux Mint 12 (Ubuntu 12.10), gcc 4.7.2


On Wed, Apr 2, 2014 at 11:06 AM, Adam Bordelon <ad...@mesosphere.io> wrote:

> +1 Builds and checks on Linux Mint 12 (Ubuntu 12.10), gcc 4.7.2
>
>
> On Wed, Apr 2, 2014 at 10:02 AM, Niklas Nielsen <ni...@qni.dk> wrote:
>
>> +1, built and checked on OS X 10.9.2, clang-503.0.38 & Ubuntu 13.10, gcc
>> 4.8.1
>>
>> Niklas
>>
>>
>> On Tue, Apr 1, 2014 at 10:46 PM, Till Toenshoff <to...@me.com> wrote:
>>
>> > +1 Builds and checks fine on OSX 10.9.2, clang 3.4 (Xcode5.1).
>> >
>> > On Apr 2, 2014, at 5:35 AM, Vinod Kone <vi...@gmail.com> wrote:
>> >
>> > > Hi all,
>> > >
>> > > Please vote on releasing the following candidate as Apache Mesos
>> 0.18.0.
>> > >
>> > >
>> > > 0.18.0 includes the following:
>> > >
>> >
>> --------------------------------------------------------------------------------
>> > > * The primary feature of this release is a refactor of the isolation
>> > >   abstraction to make it easy to add pluggable
>> isolators/containerizers.
>> > >
>> > > The CHANGELOG for the release is available at:
>> > >
>> >
>> https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=blob_plain;f=CHANGELOG;hb=0.18.0-rc6
>> > >
>> >
>> --------------------------------------------------------------------------------
>> > >
>> > > The candidate for Mesos 0.18.0 release is available at:
>> > >
>> >
>> https://dist.apache.org/repos/dist/dev/mesos/0.18.0-rc6/mesos-0.18.0.tar.gz
>> > >
>> > > The tag to be voted on is 0.18.0-rc6:
>> > >
>> >
>> https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=commit;h=0.18.0-rc6
>> > >
>> > > The MD5 checksum of the tarball can be found at:
>> > >
>> >
>> https://dist.apache.org/repos/dist/dev/mesos/0.18.0-rc6/mesos-0.18.0.tar.gz.md5
>> > >
>> > > The signature of the tarball can be found at:
>> > >
>> >
>> https://dist.apache.org/repos/dist/dev/mesos/0.18.0-rc6/mesos-0.18.0.tar.gz.asc
>> > >
>> > > The PGP key used to sign the release is here:
>> > > https://dist.apache.org/repos/dist/release/mesos/KEYS
>> > >
>> > > The JAR is up in Maven in a staging repository here:
>> > >
>> https://repository.apache.org/content/repositories/orgapachemesos-1013
>> > >
>> > > Please vote on releasing this package as Apache Mesos 0.18.0!
>> > >
>> > > The vote is open until Fri Apr  4 20:29:44 PDT 2014 and passes if a
>> > majority of at least 3 +1 PMC votes are cast.
>> > >
>> > > [ ] +1 Release this package as Apache Mesos 0.18.0
>> > > [ ] -1 Do not release this package because ...
>> > >
>> > > Thanks,
>> > >
>> >
>>
>
>

Re: [VOTE] Release Apache Mesos 0.18.0 (rc6)

Posted by Adam Bordelon <ad...@mesosphere.io>.
+1 Builds and checks on Linux Mint 12 (Ubuntu 12.10), gcc 4.7.2


On Wed, Apr 2, 2014 at 10:02 AM, Niklas Nielsen <ni...@qni.dk> wrote:

> +1, built and checked on OS X 10.9.2, clang-503.0.38 & Ubuntu 13.10, gcc
> 4.8.1
>
> Niklas
>
>
> On Tue, Apr 1, 2014 at 10:46 PM, Till Toenshoff <to...@me.com> wrote:
>
> > +1 Builds and checks fine on OSX 10.9.2, clang 3.4 (Xcode5.1).
> >
> > On Apr 2, 2014, at 5:35 AM, Vinod Kone <vi...@gmail.com> wrote:
> >
> > > Hi all,
> > >
> > > Please vote on releasing the following candidate as Apache Mesos
> 0.18.0.
> > >
> > >
> > > 0.18.0 includes the following:
> > >
> >
> --------------------------------------------------------------------------------
> > > * The primary feature of this release is a refactor of the isolation
> > >   abstraction to make it easy to add pluggable
> isolators/containerizers.
> > >
> > > The CHANGELOG for the release is available at:
> > >
> >
> https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=blob_plain;f=CHANGELOG;hb=0.18.0-rc6
> > >
> >
> --------------------------------------------------------------------------------
> > >
> > > The candidate for Mesos 0.18.0 release is available at:
> > >
> >
> https://dist.apache.org/repos/dist/dev/mesos/0.18.0-rc6/mesos-0.18.0.tar.gz
> > >
> > > The tag to be voted on is 0.18.0-rc6:
> > >
> >
> https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=commit;h=0.18.0-rc6
> > >
> > > The MD5 checksum of the tarball can be found at:
> > >
> >
> https://dist.apache.org/repos/dist/dev/mesos/0.18.0-rc6/mesos-0.18.0.tar.gz.md5
> > >
> > > The signature of the tarball can be found at:
> > >
> >
> https://dist.apache.org/repos/dist/dev/mesos/0.18.0-rc6/mesos-0.18.0.tar.gz.asc
> > >
> > > The PGP key used to sign the release is here:
> > > https://dist.apache.org/repos/dist/release/mesos/KEYS
> > >
> > > The JAR is up in Maven in a staging repository here:
> > > https://repository.apache.org/content/repositories/orgapachemesos-1013
> > >
> > > Please vote on releasing this package as Apache Mesos 0.18.0!
> > >
> > > The vote is open until Fri Apr  4 20:29:44 PDT 2014 and passes if a
> > majority of at least 3 +1 PMC votes are cast.
> > >
> > > [ ] +1 Release this package as Apache Mesos 0.18.0
> > > [ ] -1 Do not release this package because ...
> > >
> > > Thanks,
> > >
> >
>

Re: [VOTE] Release Apache Mesos 0.18.0 (rc6)

Posted by Niklas Nielsen <ni...@qni.dk>.
+1, built and checked on OS X 10.9.2, clang-503.0.38 & Ubuntu 13.10, gcc
4.8.1

Niklas


On Tue, Apr 1, 2014 at 10:46 PM, Till Toenshoff <to...@me.com> wrote:

> +1 Builds and checks fine on OSX 10.9.2, clang 3.4 (Xcode5.1).
>
> On Apr 2, 2014, at 5:35 AM, Vinod Kone <vi...@gmail.com> wrote:
>
> > Hi all,
> >
> > Please vote on releasing the following candidate as Apache Mesos 0.18.0.
> >
> >
> > 0.18.0 includes the following:
> >
> --------------------------------------------------------------------------------
> > * The primary feature of this release is a refactor of the isolation
> >   abstraction to make it easy to add pluggable isolators/containerizers.
> >
> > The CHANGELOG for the release is available at:
> >
> https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=blob_plain;f=CHANGELOG;hb=0.18.0-rc6
> >
> --------------------------------------------------------------------------------
> >
> > The candidate for Mesos 0.18.0 release is available at:
> >
> https://dist.apache.org/repos/dist/dev/mesos/0.18.0-rc6/mesos-0.18.0.tar.gz
> >
> > The tag to be voted on is 0.18.0-rc6:
> >
> https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=commit;h=0.18.0-rc6
> >
> > The MD5 checksum of the tarball can be found at:
> >
> https://dist.apache.org/repos/dist/dev/mesos/0.18.0-rc6/mesos-0.18.0.tar.gz.md5
> >
> > The signature of the tarball can be found at:
> >
> https://dist.apache.org/repos/dist/dev/mesos/0.18.0-rc6/mesos-0.18.0.tar.gz.asc
> >
> > The PGP key used to sign the release is here:
> > https://dist.apache.org/repos/dist/release/mesos/KEYS
> >
> > The JAR is up in Maven in a staging repository here:
> > https://repository.apache.org/content/repositories/orgapachemesos-1013
> >
> > Please vote on releasing this package as Apache Mesos 0.18.0!
> >
> > The vote is open until Fri Apr  4 20:29:44 PDT 2014 and passes if a
> majority of at least 3 +1 PMC votes are cast.
> >
> > [ ] +1 Release this package as Apache Mesos 0.18.0
> > [ ] -1 Do not release this package because ...
> >
> > Thanks,
> >
>

Re: [VOTE] Release Apache Mesos 0.18.0 (rc6)

Posted by Till Toenshoff <to...@me.com>.
+1 Builds and checks fine on OSX 10.9.2, clang 3.4 (Xcode5.1).

On Apr 2, 2014, at 5:35 AM, Vinod Kone <vi...@gmail.com> wrote:

> Hi all,
> 
> Please vote on releasing the following candidate as Apache Mesos 0.18.0.
> 
> 
> 0.18.0 includes the following:
> --------------------------------------------------------------------------------
> * The primary feature of this release is a refactor of the isolation
>   abstraction to make it easy to add pluggable isolators/containerizers.
> 
> The CHANGELOG for the release is available at:
> https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=blob_plain;f=CHANGELOG;hb=0.18.0-rc6
> --------------------------------------------------------------------------------
> 
> The candidate for Mesos 0.18.0 release is available at:
> https://dist.apache.org/repos/dist/dev/mesos/0.18.0-rc6/mesos-0.18.0.tar.gz
> 
> The tag to be voted on is 0.18.0-rc6:
> https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=commit;h=0.18.0-rc6
> 
> The MD5 checksum of the tarball can be found at:
> https://dist.apache.org/repos/dist/dev/mesos/0.18.0-rc6/mesos-0.18.0.tar.gz.md5
> 
> The signature of the tarball can be found at:
> https://dist.apache.org/repos/dist/dev/mesos/0.18.0-rc6/mesos-0.18.0.tar.gz.asc
> 
> The PGP key used to sign the release is here:
> https://dist.apache.org/repos/dist/release/mesos/KEYS
> 
> The JAR is up in Maven in a staging repository here:
> https://repository.apache.org/content/repositories/orgapachemesos-1013
> 
> Please vote on releasing this package as Apache Mesos 0.18.0!
> 
> The vote is open until Fri Apr  4 20:29:44 PDT 2014 and passes if a majority of at least 3 +1 PMC votes are cast.
> 
> [ ] +1 Release this package as Apache Mesos 0.18.0
> [ ] -1 Do not release this package because ...
> 
> Thanks,
> 


Re: [VOTE] Release Apache Mesos 0.18.0 (rc6)

Posted by Tim St Clair <ts...@redhat.com>.
make check passes, and setup mini cluster so, +1 

--------------------------------------------------- 
However, fwiw I decided to verify against Spark-0.9 and it appears they had some implied context, which I think is actually a bug in Spark: 

in core/src/main/scala/org/apache/spark/scheduler/cluster/mesos/MesosSchedulerBackend.scala ( createExecutorInfo) : 

/// Begin excerpt 
val uri = sc.conf.get("spark.executor.uri", null) 
if (uri == null) { 
command.setValue(new File(sparkHome, "/sbin/spark-executor").getCanonicalPath) 
} else { 
// Grab everything to the first '.'. We'll use that and '*' to 
// glob the directory "correctly". 
val basename = uri.split('/').last.split('.').head 
command.setValue("cd %s*; ./sbin/spark-executor".format(basename)) 
command.addUris(CommandInfo.URI.newBuilder().setValue(uri)) 
} 

/// end exceprt 
WARNING: Logging before InitGoogleLogging() is written to STDERR
I0403 11:40:34.945070  4108 fetcher.cpp:73] Fetching URI 'hdfs://grid7.lab.bos.redhat.com:8020/spark/spark-0.9.tar.gz'
I0403 11:40:34.945248  4108 fetcher.cpp:99] Downloading resource from 'hdfs://grid7.lab.bos.redhat.com:8020/spark/spark-0.9.tar.gz' to '/var/run/mesos/slaves/20140403-103606-1898713098-5050-28035-0/frameworks/20140403-103606-1898713098-5050-28035-0000/executors/20140403-103606-1898713098-5050-28035-0/runs/7e2a86e9-5b4c-4a19-940f-0cdd6148d66b/spark-0.9.tar.gz'
I0403 11:40:47.086099  4108 fetcher.cpp:61] Extracted resource '/var/run/mesos/slaves/20140403-103606-1898713098-5050-28035-0/frameworks/20140403-103606-1898713098-5050-28035-0000/executors/20140403-103606-1898713098-5050-28035-0/runs/7e2a86e9-5b4c-4a19-940f-0cdd6148d66b/spark-0.9.tar.gz' into '/var/run/mesos/slaves/20140403-103606-1898713098-5050-28035-0/frameworks/20140403-103606-1898713098-5050-28035-0000/executors/20140403-103606-1898713098-5050-28035-0/runs/7e2a86e9-5b4c-4a19-940f-0cdd6148d66b'
sh: line 0: cd: spark-0.9.tar.gz: Not a directory
sh: ./sbin/spark-executor: No such file or directory 

-- 
Cheers, 
Tim 
Freedom, Features, Friends, First -> Fedora 
https://fedoraproject.org/wiki/SIGs/bigdata 

----- Original Message -----

> From: "Vinod Kone" <vi...@gmail.com>
> To: "dev" <de...@mesos.apache.org>, user@mesos.apache.org
> Sent: Tuesday, April 1, 2014 10:35:39 PM
> Subject: [VOTE] Release Apache Mesos 0.18.0 (rc6)

> Hi all,

> Please vote on releasing the following candidate as Apache Mesos 0.18.0.

> 0.18.0 includes the following:
> --------------------------------------------------------------------------------
> * The primary feature of this release is a refactor of the isolation
> abstraction to make it easy to add pluggable isolators/containerizers.

> The CHANGELOG for the release is available at:
> https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=blob_plain;f=CHANGELOG;hb=0.18.0-rc6
> --------------------------------------------------------------------------------

> The candidate for Mesos 0.18.0 release is available at:
> https://dist.apache.org/repos/dist/dev/mesos/0.18.0-rc6/mesos-0.18.0.tar.gz

> The tag to be voted on is 0.18.0-rc6:
> https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=commit;h=0.18.0-rc6

> The MD5 checksum of the tarball can be found at:
> https://dist.apache.org/repos/dist/dev/mesos/0.18.0-rc6/mesos-0.18.0.tar.gz.md5

> The signature of the tarball can be found at:
> https://dist.apache.org/repos/dist/dev/mesos/0.18.0-rc6/mesos-0.18.0.tar.gz.asc

> The PGP key used to sign the release is here:
> https://dist.apache.org/repos/dist/release/mesos/KEYS

> The JAR is up in Maven in a staging repository here:
> https://repository.apache.org/content/repositories/orgapachemesos-1013

> Please vote on releasing this package as Apache Mesos 0.18.0!

> The vote is open until Fri Apr 4 20:29:44 PDT 2014 and passes if a majority
> of at least 3 +1 PMC votes are cast.

> [ ] +1 Release this package as Apache Mesos 0.18.0
> [ ] -1 Do not release this package because ...

> Thanks,

Re: [VOTE] Release Apache Mesos 0.18.0 (rc6)

Posted by Till Toenshoff <to...@me.com>.
+1 Builds and checks fine on OSX 10.9.2, clang 3.4 (Xcode5.1).

On Apr 2, 2014, at 5:35 AM, Vinod Kone <vi...@gmail.com> wrote:

> Hi all,
> 
> Please vote on releasing the following candidate as Apache Mesos 0.18.0.
> 
> 
> 0.18.0 includes the following:
> --------------------------------------------------------------------------------
> * The primary feature of this release is a refactor of the isolation
>   abstraction to make it easy to add pluggable isolators/containerizers.
> 
> The CHANGELOG for the release is available at:
> https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=blob_plain;f=CHANGELOG;hb=0.18.0-rc6
> --------------------------------------------------------------------------------
> 
> The candidate for Mesos 0.18.0 release is available at:
> https://dist.apache.org/repos/dist/dev/mesos/0.18.0-rc6/mesos-0.18.0.tar.gz
> 
> The tag to be voted on is 0.18.0-rc6:
> https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=commit;h=0.18.0-rc6
> 
> The MD5 checksum of the tarball can be found at:
> https://dist.apache.org/repos/dist/dev/mesos/0.18.0-rc6/mesos-0.18.0.tar.gz.md5
> 
> The signature of the tarball can be found at:
> https://dist.apache.org/repos/dist/dev/mesos/0.18.0-rc6/mesos-0.18.0.tar.gz.asc
> 
> The PGP key used to sign the release is here:
> https://dist.apache.org/repos/dist/release/mesos/KEYS
> 
> The JAR is up in Maven in a staging repository here:
> https://repository.apache.org/content/repositories/orgapachemesos-1013
> 
> Please vote on releasing this package as Apache Mesos 0.18.0!
> 
> The vote is open until Fri Apr  4 20:29:44 PDT 2014 and passes if a majority of at least 3 +1 PMC votes are cast.
> 
> [ ] +1 Release this package as Apache Mesos 0.18.0
> [ ] -1 Do not release this package because ...
> 
> Thanks,
>