[
https://issues.apache.org/jira/browse/AMBARI-17495?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15356948#comment-15356948
]
Hadoop QA commented on AMBARI-17495:
------------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12815430/AMBARI-17495_branch-2.4.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:red}-1 core tests{color}. The test build failed in
contrib/views/pig
Test results:
https://builds.apache.org/job/Ambari-trunk-test-patch/7610//testReport/
Console output:
https://builds.apache.org/job/Ambari-trunk-test-patch/7610//console
This message is automatically generated.
> Pig - Pig Helper - Relational Operator - GROUP and COGROUP function when
> selected, param section display incorrect number of param
> ----------------------------------------------------------------------------------------------------------------------------------
>
> Key: AMBARI-17495
> URL: https://issues.apache.org/jira/browse/AMBARI-17495
> Project: Ambari
> Issue Type: Bug
> Affects Versions: 2.4.0
> Reporter: Gaurav Nagar
> Assignee: Gaurav Nagar
> Priority: Minor
> Fix For: 2.4.0
>
> Attachments: AMBARI-17495_branch-2.4.patch
>
>
> Stesp:-
> 1) Log into the Ambari application with valid credentials
> 2) Select PIG instance
> 3) Create a PIG script
> 4) Select Relational Operator from PIG HELPER dropdown
> 5) Select GROUP/COGROUP from Relational Operator dropdown
> Actual Result:-
> When selected GROUP from dropdown, following function will be displayed in
> the script editor "GROUP %VAR% BY %VAR%", and in param section only one %VAR%
> section is been displayed.
> Expected Result:-
> When selected GROUP from dropdown, following function will be displayed in
> the script editor "GROUP %VAR% BY %VAR%", and in param section two %VAR%
> section should be displayed as GROUP function contains two %VAR%.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)