-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/46095/
-----------------------------------------------------------

(Updated April 12, 2016, 2:05 p.m.)


Review request for Ambari and Vitalyi Brodetskyi.


Bugs: AMBARI-15836
    https://issues.apache.org/jira/browse/AMBARI-15836


Repository: ambari


Description
-------

This is caused by platform python module not able to get processor
architecture.

    
    
    >>> import platform
    >>> platform.processor()
    ''
    

We should use a more reliable way to do that.  
That is by using lsof.

    
    
    root@os-d7-cpnlrs-devdeploy-1:~# lscpu | grep "Architecture:" | awk '{ 
print $2 }'
    x86_64


Diffs (updated)
-----

  ambari-agent/src/main/python/ambari_agent/Facter.py bad9b96 

Diff: https://reviews.apache.org/r/46095/diff/


Testing
-------

mvn clean test


Thanks,

Andrew Onischuk

Reply via email to