[
https://issues.apache.org/jira/browse/AMBARI-14536?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15090839#comment-15090839
]
Hadoop QA commented on AMBARI-14536:
------------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12781408/AMBARI-14536.patch
against trunk revision .
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:red}-1 tests included{color}. The patch doesn't appear to include
any new or modified tests.
Please justify why no new tests are needed for this
patch.
Also please list what manual steps were performed to
verify this patch.
{color:green}+1 javac{color}. The applied patch does not increase the
total number of javac compiler warnings.
{color:green}+1 release audit{color}. The applied patch does not increase
the total number of release audit warnings.
{color:green}+1 core tests{color}. The patch passed unit tests in .
Test results:
https://builds.apache.org/job/Ambari-trunk-test-patch/4839//testReport/
Console output:
https://builds.apache.org/job/Ambari-trunk-test-patch/4839//console
This message is automatically generated.
> Enhance the function of HdfsResource to copy matching wildcard files to hdfs
> ----------------------------------------------------------------------------
>
> Key: AMBARI-14536
> URL: https://issues.apache.org/jira/browse/AMBARI-14536
> Project: Ambari
> Issue Type: Improvement
> Affects Versions: trunk
> Reporter: yaolei
> Priority: Minor
> Fix For: 2.3.0
>
> Attachments: AMBARI-14536.patch
>
>
> In some cases,we need to copy local matching wildcard files to hdfs.
> eg. we'd like to copy /usr/lib/spark*.jar to hdfs by following codes in
> Python:
> params.HdfsResource(hdfs_dir_path,
> type="file",
> action="create_on_execute",
> source="/usr/lib/spark*.jar",
> group=params.user_group,
> owner=params.pdm_user,
> mode=0755
> )
> params.HdfsResource(None, action="execute")
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)