Elizabeth Lingg
Elizabeth Lingg
Hi @tymofii-polekhin, you should set this variable before compiling. See step 1 in building hdfs-mesos 1) Customize configuration in conf/*-site.xml. All configuration files updated here will be used by the...
Zookeeper preinstalled is a requirement. Right now, mesos-site.xml is configured at compile time, while hdfs-site.xml is compiled at runtime. We hope to improve the configuration so both .xml files can...
Ah, thanks. This appears to be an issue on DCOS. We are hoping to ultimately add command line args and remove the config-gen command. I believe there is an issue...
Perfect, thx!
@dmitryvakulovych, did you follow the steps I mentioned above including modifying conf/mesos-site.xml and rebuilding the code and hosting the tarball? Note you would need to specify the options.json when installing...
Thanks @pkutishchev If you are downloading the existing binary and making the modifications and not rebuilding the code, you would need to change:../changed_params_hdfs/build/cache/hdfs-mesos-executor-0.1.5/etc/hadoop/mesos-site.xml: /var/lib/mesos/slave ../changed_params_hdfs/build/hdfs-mesos-0.1.5/etc/hadoop/mesos-site.xml: /var/lib/mesos/slave ../changed_params_hdfs/conf/mesos-site.xml: /var/lib/mesos/slave A simpler...
Note that @kensipe is working on making the configuration simpler in DCOS for these sorts of things! Configuration is an area that we need to keep working on improving.
This should be fixed with the latest PR for reconciliation that was merged. Feel free to reopen if there are remaining issues (cc @gabrielhartmann )
Glad to hear it's working for you @JingzhouLuo! MR-1 should work. If you want to run MR-2 (Yarn), I suggest checking out Myriad (www.github.com/mesos/myriad) which runs on top of HDFS.
This should be closed with https://github.com/mesosphere/hdfs/pull/123