You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Q. Why do I get this error: 

Download Error

Failed to fetch 'http://localhost:9192/api/artifacts/binary.tgz': Error downloading resource: Failure when receiving data from the peer
Failed to synchronize with slave (it's probably exited)

A. This means the binary tar file containing the hadoop distro has not been uploaded to hdfs per this configuration within myriad-config-default.yml:

Tar Files Configuration

servedConfigPath: dist/config.tgz
servedBinaryPath: dist/hadoop-2.6.0.tgz

So, in the case of this configuration example, simply upload the config.tgz file (that contains the etc/hadoop files) and the hadoop-2.6.0.tgz file (contains hadoop distribution being used) into the /dist directory of hdfs

  • No labels