[
https://issues.apache.org/jira/browse/AMBARI-20675?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15956369#comment-15956369
]
Hadoop QA commented on AMBARI-20675:
------------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12862013/screenshot-1.png
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/11302//console
This message is automatically generated.
> Repetitive operation in hdfs.py
> -------------------------------
>
> Key: AMBARI-20675
> URL: https://issues.apache.org/jira/browse/AMBARI-20675
> Project: Ambari
> Issue Type: Bug
> Affects Versions: trunk
> Reporter: zhangxiaolu
> Assignee: zhangxiaolu
> Fix For: trunk
>
> Attachments: AMBARI-20675.patch, screenshot-1.png
>
>
> the method of install_snappy in hdfs.py is as follows:
> def install_snappy():
> import params
> Directory([params.so_target_dir_x86, params.so_target_dir_x64],
> create_parents = True,
> )
> Link(params.so_target_x86,
> to=params.so_src_x86,
> )
> Link(params.so_target_x64,
> to=params.so_src_x64,
> )
> is repetitived.
> so it's better remove one
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)