*** MODIFIED for 0.18.1-rc2 *** Add a new boolean CommandInfo.URI.extract.

This is a patch that includes a new `extract` boolean value on
CommandInfo.URI to toggle the auto-extraction of compressed archives
when shipping URIs with an executor or task.

It's worth noting that this changes the behaviour of the
MESOS_EXECUTOR_URI environment variable used. I've added some comments
which outlines the expected format, instead of (e.g)
hdfs://foobar/testing.tar.gz+0 (1 signifying it's not executable)
there is now an extra flag on the end (X or N) defining whether to
auto-extract or not, resulting in hdfs://foobar/testing.tar.gz+0X by
default.

Review: https://reviews.apache.org/r/20674
4 files changed
tree: 853089ee50cdf31a4c8e82faaba56aca8c73676c
  1. 3rdparty/
  2. bin/
  3. docs/
  4. ec2/
  5. frameworks/
  6. include/
  7. m4/
  8. mpi/
  9. src/
  10. support/
  11. .gitignore-template
  12. bootstrap
  13. CHANGELOG
  14. configure.ac
  15. Doxyfile
  16. LICENSE
  17. Makefile.am
  18. NOTICE
  19. README.md
README.md

About Apache Mesos

Apache Mesos is a cluster manager that provides efficient resource isolation and sharing across distributed applications, or frameworks. It can run Hadoop, MPI, Hypertable, Spark, and other frameworks on a dynamically shared pool of nodes.

Visit us at mesos.apache.org.

Mailing Lists

Documentation

Documentation is available in the docs/ directory. Additionally, a rendered HTML version can be found on the Mesos website's Documentation page.

Installation

Instructions are included on the Getting Started page.

License

Apache Mesos is licensed under the Apache License, Version 2.0.

For additional information, see the LICENSE and NOTICE files.