You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Hadoop QA (JIRA)" <ji...@apache.org> on 2015/09/23 16:48:04 UTC

[jira] [Commented] (AMBARI-13203) Ambari Pig View - Explain PigScript - Script Details - Shows the pig command instead of pig script

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

Hadoop QA commented on AMBARI-13203:
------------------------------------

{color:red}-1 overall{color}.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12761881/AMBARI-13203_branch-2.1.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 contrib/views/pig.

Test results: https://builds.apache.org/job/Ambari-trunk-test-patch/3838//testReport/
Console output: https://builds.apache.org/job/Ambari-trunk-test-patch/3838//console

This message is automatically generated.

> 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)