[
https://issues.apache.org/jira/browse/AMBARI-15836?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15238385#comment-15238385
]
Hadoop QA commented on AMBARI-15836:
------------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12798274/AMBARI-15836.patch
against trunk revision .
{color:red}-1 patch{color}. The patch command could not apply the patch.
Console output:
https://builds.apache.org/job/Ambari-trunk-test-patch/6390//console
This message is automatically generated.
> 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)