Hey John,

Have you recompiled and adjusted the check here:
https://github.com/apache/mesos/blob/master/src/launcher/fetcher.cpp#L92

I don't think you'll be able to get this to work with maprfs:// without
adjusting that.

Tom


On 15 August 2014 21:55, John Omernik <j...@omernik.com> wrote:

> I am on a wonderful journey trying to get hadoop on Mesos working with
> MapR.   I feel like I am close, but when the slaves try to run the packaged
> Hadoop, I get the error below.  The odd thing is,  I KNOW I got Spark
> running on Mesos pulling both data and the packages from MapRFS.  So I am
> confused why there is and issue with the fetcher.cpp here. Granted, when I
> got spark working, it was on 0.19.0, and I am trying a "fresh" version from
> git (0.20.0?) that I just pulled today. I am not sure if that work, but
> when I have more time I will try spark again.
>
> Any thoughts on this error? Thanks.
>
>
>
>
> Error:
>
>
> WARNING: Logging before InitGoogleLogging() is written to STDERR
> I0815 15:48:35.446071 20636 fetcher.cpp:76] Fetching URI 
> 'maprfs:///mesos/hadoop-0.20.2-mapr-4.0.0.tgz'
> E0815 15:48:35.446184 20636 fetcher.cpp:161] A relative path was passed for 
> the resource but the environment variable MESOS_FRAMEWORKS_HOME is not set. 
> Please either specify this config option or avoid using a relative path
> Failed to fetch: maprfs:///mesos/hadoop-0.20.2-mapr-4.0.0.tgz
> Failed to synchronize with slave (it's probably exited)
>
>

Reply via email to