Welcome to the Cloudera Community

Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Who agreed with this topic

Cloudera Manager installation Distribution is failling

avatar
Rising Star

Hi,

I am instaling a new cluster with the latetest version of cloudera. 

In the /cmf/express-wizard/ I am adding my current machine as a client. 

The parcels get downloaded but never distributed.

in the logs I have something like : 

 

[07/Apr/2016 15:31:53 +0000] 2736 Thread-13 downloader INFO Current state: CDH-5.7.0-1.cdh5.7.0.p0.45-trusty.parcel [totalDownloaded=0 totalSize=1538531315 upload=0 state=downloading seed=['http://cron2:7180/cmf/parcel/download/CDH-5.7.0-1.cdh5.7.0.p0.45-trusty.parcel'] location=/opt/cloudera/parcels/.flood/CDH-5.7.0-1.cdh5.7.0.p0.45-trusty.parcel progress=0]
[07/Apr/2016 15:31:55 +0000] 2736 Thread-13 downloader INFO Current state: CDH-5.7.0-1.cdh5.7.0.p0.45-trusty.parcel [totalDownloaded=0 totalSize=1538531315 upload=0 state=downloading seed=['http://cron2:7180/cmf/parcel/download/CDH-5.7.0-1.cdh5.7.0.p0.45-trusty.parcel'] location=/opt/cloudera/parcels/.flood/CDH-5.7.0-1.cdh5.7.0.p0.45-trusty.parcel progress=0]
[07/Apr/2016 15:31:57 +0000] 2736 Thread-13 downloader INFO Current state: CDH-5.7.0-1.cdh5.7.0.p0.45-trusty.parcel [totalDownloaded=0 totalSize=1538531315 upload=0 state=downloading seed=['http://cron2:7180/cmf/parcel/download/CDH-5.7.0-1.cdh5.7.0.p0.45-trusty.parcel'] location=/opt/cloudera/parcels/.flood/CDH-5.7.0-1.cdh5.7.0.p0.45-trusty.parcel progress=0]

 

 

and onece in a while I have :

 

[07/Apr/2016 15:34:13 +0000] 2736 Thread-13 parcel_cache INFO Distribution aborted during download, skipping unpack.
[07/Apr/2016 15:34:13 +0000] 2736 Thread-13 downloader ERROR Failed op: coercing to Unicode: need string or buffer, NoneType found
Traceback (most recent call last):
File "/usr/lib/cmf/agent/build/env/lib/python2.7/site-packages/cmf-5.7.0-py2.7.egg/cmf/downloader.py", line 501, in callable
callback(url, curr_op)
File "/usr/lib/cmf/agent/build/env/lib/python2.7/site-packages/cmf-5.7.0-py2.7.egg/cmf/parcel_cache.py", line 141, in cb
if os.path.exists(op.path):
File "/usr/lib/python2.7/genericpath.py", line 18, in exists
os.stat(path)
TypeError: coercing to Unicode: need string or buffer, NoneType found

Who agreed with this topic