[ 
https://issues.apache.org/jira/browse/AMBARI-15836?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15237614#comment-15237614
 ] 

Hudson commented on AMBARI-15836:
---------------------------------

FAILURE: Integrated in Ambari-trunk-Commit #4640 (See 
[https://builds.apache.org/job/Ambari-trunk-Commit/4640/])
AMBARI-15836. On debian7 UI shows 'os not supported' in processor info 
(aonishuk: 
[http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=6eeb1a65c8da32f1811e10cf49f8f17540d7711b])
* ambari-agent/src/main/python/ambari_agent/Facter.py


> On debian7 UI shows 'os not supported' in processor info
> --------------------------------------------------------
>
>                 Key: AMBARI-15836
>                 URL: https://issues.apache.org/jira/browse/AMBARI-15836
>             Project: Ambari
>          Issue Type: Bug
>            Reporter: Andrew Onischuk
>            Assignee: Andrew Onischuk
>             Fix For: 2.4.0
>
>         Attachments: AMBARI-15836.patch
>
>
> 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
>     



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to