On 27 October 2014 14:54, Pushkar Raste <[email protected]> wrote:
> I am trying to to deploy memcached package using slider (0.40.0 version). I > keep getting "Wrong FS: > hdfs://localhost:9000/user/root/.slider/cluster/c100, expected: file:///" > error > That's the warning hadoop gives when the filesystem is different from the path URL handed in. Here something thinks the filesystem is file://, but the path to the cluster is hdfs://localhost:9000/user/root/.slider/cluster/c100 Now, file:// is the default filesystem of Hadoop —its presence is warning sign that that the configuration that the application has loaded is not picking up the core-site.xml of that cluster. We've been changing bin/slider & slider.py to pick up the local Hadoop config dirs if present, but I suspect this message may actually be coming from the deployed slider application master. If that's the case, the probable cause is that whatever classpath it is using to pick up the hadoop JARs, this path does not include the Hadoop configuration directory. -- CONFIDENTIALITY NOTICE NOTICE: This message is intended for the use of the individual or entity to which it is addressed and may contain information that is confidential, privileged and exempt from disclosure under applicable law. If the reader of this message is not the intended recipient, you are hereby notified that any printing, copying, dissemination, distribution, disclosure or forwarding of this communication is strictly prohibited. If you have received this communication in error, please contact the sender immediately and delete it from your system. Thank You.
