Mesos does not come with an HDFS client built-in. You have a couple of options: 1) Use the new HDFS framework <https://github.com/mesosphere/hdfs/> (not yet tested in production) 2) Install HDFS (not necessarily the full Hadoop) on your cluster manually, make sure the client is installed on each slave, and that the `hadoop` binary is on the mesos-slave's PATH. If you just install the client binaries, you'll need to make sure your hdfs-site.xml/core-site.xml is configured to point to your HDFS clusters's NameNode.
Note that Hadoop/HDFS/CDH can use the same ZooKeeper cluster as Mesos, whether Hadoop uses the one installed by Mesos, or v.v. On Mon, Apr 6, 2015 at 11:14 AM, Sébastien Brennion < [email protected]> wrote: > What do I need to put on the mesos master and slaves, to let access them > hdfs where the packages are stored ? > > Is there already an hdfs client on mesos ? > When I install hadoop-client from cloudera repos, it is installing me > zookeeper, ... and so on, and after that my master is no longer working > properly... > > How do you guy are managing this ? > > Thanks, > Sébastien >

