[
https://issues.apache.org/jira/browse/AMBARI-13203?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14907345#comment-14907345
]
Hudson commented on AMBARI-13203:
---------------------------------
SUCCESS: Integrated in Ambari-trunk-Commit #3506 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/3506/])
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=93f86a487e133ce2a04cd3d30ac2a02a6ff63b7a)
* 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)