Skip to content
This repository has been archived by the owner on May 21, 2018. It is now read-only.

hdfs mesos try to download java 7 #247

Open
vgkowski opened this issue Jan 7, 2016 · 1 comment
Open

hdfs mesos try to download java 7 #247

vgkowski opened this issue Jan 7, 2016 · 1 comment

Comments

@vgkowski
Copy link

vgkowski commented Jan 7, 2016

Hi all,
The framework tries to download Java 7 at the startup. Is there any possibility to disable this because the cluster is in an offline network ?

VG

@asdfsx
Copy link

asdfsx commented Jan 13, 2016

the framework needs to install a jre in the mesos container.
I solve this problem by setuping the following parameters in mesos-site.xml

<property>
    <name>mesos.hdfs.jre-url</name>
    <description>The jre download by mesos container</description>
    <value>http://192.168.2.36/jre-7u76-linux-x64.tar.gz</value>
</property>

But you need to build a download server by nginx for example.
The jre you can download as following

wget https://downloads.mesosphere.io/java/jre-7u76-linux-x64.tar.gz

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants