Gaurav Nagar created AMBARI-17495:
-------------------------------------
Summary: 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
Fix For: 2.4.0
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)