Como instalar o Apache Mesos / Marathon no Ubuntu 16.04?

2

Eu gostaria de instalar o Apache Mesos 1.0.0+ e o Marathon idealmente de um repositório sem criar o pacote a partir do código-fonte. Estou seguindo o seguinte guia da Mesosfera: link que aponta que o Ubuntu 16.04 é uma distribuição suportada.

No entanto, depois de executar sudo apt-get -y install marathon , recebo a seguinte saída:

Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following NEW packages will be installed:
  marathon
0 to upgrade, 1 to newly install, 0 to remove and 47 not to upgrade.
Need to get 0 B/8,339 kB of archives.
After this operation, 92.9 MB of additional disk space will be used.
E: Archive is too short
E: Prior errors apply to /var/cache/apt/archives/marathon_1.3.0-1.0.506.ubuntu1604_amd64.deb
debconf: apt-extracttemplates failed: No such file or directory
(Reading database ... 62764 files and directories currently installed.)
Preparing to unpack .../marathon_1.3.0-1.0.506.ubuntu1604_amd64.deb ...
Unpacking marathon (1.3.0-1.0.506.ubuntu1604) ...
dpkg-deb (subprocess): cannot copy archive member from '/var/cache/apt/archives/marathon_1.3.0-1.0.506.ubuntu1604_amd64.deb' to decompressor pipe: unexpected end of file or stream
dpkg-deb: error: subprocess paste returned error exit status 2
dpkg: error processing archive /var/cache/apt/archives/marathon_1.3.0-1.0.506.ubuntu1604_amd64.deb (--unpack):
 cannot copy extracted data for './usr/bin/marathon' to '/usr/bin/marathon.dpkg-new': unexpected end of file or stream
Errors were encountered while processing:
 /var/cache/apt/archives/marathon_1.3.0-1.0.506.ubuntu1604_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

Qual é a maneira mais simples de instalar o Mesos no Ubuntu 16.04? Eu olhei para DC / OS no entanto, não suporta o Ubuntu.

    
por GNettlefold 17.09.2016 / 19:19

1 resposta

1

Parece que isso foi rastreado no GitHub e foi resolvido. link

    
por 20.09.2016 / 00:45