[ 
https://issues.apache.org/jira/browse/AMBARI-13203?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14907392#comment-14907392
 ] 

Hudson commented on AMBARI-13203:
---------------------------------

FAILURE: Integrated in Ambari-branch-2.1 #597 (See 
[https://builds.apache.org/job/Ambari-branch-2.1/597/])
AMBARI-13203. Ambari Pig View - Explain PigScript - Script Details - Shows the 
pig command instead of pig script. (Nitiraj Singh Rathore via yusaku) (yusaku: 
http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=e6ce33e3dac169841a92827330ed90edff24fd61)
* contrib/views/pig/src/main/resources/ui/pig-web/app/controllers/scriptJob.js


> Ambari Pig View - Explain PigScript - Script Details - Shows the pig command 
> instead of pig script
> --------------------------------------------------------------------------------------------------
>
>                 Key: AMBARI-13203
>                 URL: https://issues.apache.org/jira/browse/AMBARI-13203
>             Project: Ambari
>          Issue Type: Bug
>    Affects Versions: 2.1.0
>            Reporter: Nitiraj Singh Rathore
>            Assignee: Nitiraj Singh Rathore
>            Priority: Critical
>             Fix For: 2.1.2
>
>         Attachments: AMBARI-13203_branch-2.1.patch
>
>
> Create a PIG instance from Ambari UI. 
> Open the pig view and create a new pig script.
> Add the following content in Pig View editor
> "
> lines = LOAD '/tmp/hdfs_test_files_in/wordcount' AS (line:chararray);
> words = FOREACH lines GENERATE FLATTEN(TOKENIZE(line)) as word;
> grouped = GROUP words BY word;
> wordcount = FOREACH grouped GENERATE group, COUNT(words);
> DUMP wordcount;
> "
> Execute Explain Command on this script. Allow the script to get completed
> Expand Script Details Section.
> The script contents section contains the command execute on command prompt. 
> It should contain the script executed as part of explain.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to