You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tez.apache.org by "TezQA (JIRA)" <ji...@apache.org> on 2015/05/16 08:47:59 UTC

[jira] [Commented] (TEZ-2453) Tez UI: show the dagInfo is the application has set the same.

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

TezQA commented on TEZ-2453:
----------------------------

{color:red}-1 overall{color}.  Here are the results of testing the latest attachment
  http://issues.apache.org/jira/secure/attachment/12733028/TEZ-2453.1.patch
  against master revision cea05e3.

    {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 javadoc{color}.  There were no new javadoc warning messages.

    {color:green}+1 findbugs{color}.  The patch does not introduce any new Findbugs (version 2.0.3) warnings.

        {color:red}-1 release audit{color}.  The applied patch generated 1 release audit warnings.

    {color:green}+1 core tests{color}.  The patch passed unit tests in .

Test results: https://builds.apache.org/job/PreCommit-TEZ-Build/683//testReport/
Release audit warnings: https://builds.apache.org/job/PreCommit-TEZ-Build/683//artifact/patchprocess/patchReleaseAuditProblems.txt
Console output: https://builds.apache.org/job/PreCommit-TEZ-Build/683//console

This message is automatically generated.

> Tez UI: show the dagInfo is the application has set the same.
> -------------------------------------------------------------
>
>                 Key: TEZ-2453
>                 URL: https://issues.apache.org/jira/browse/TEZ-2453
>             Project: Apache Tez
>          Issue Type: Bug
>          Components: UI
>            Reporter: Prakash Ramachandran
>            Assignee: Prakash Ramachandran
>         Attachments: TEZ-2453.1.patch
>
>
> hive/pig etc can set additional info on the dag using 
> {code}
> /**
>    * Set description info for this DAG that can be used for visualization purposes.
>    * @param dagInfo JSON blob as a serialized string.
>    *                Recognized keys by the UI are:
>    *                    "context" - The application context in which this DAG is being used.
>    *                                For example, this could be set to "Hive" or "Pig" if
>    *                                this is being run as part of a Hive or Pig script.
>    *                    "description" - General description on what this DAG is going to do.
>    *                                In the case of Hive, this could be the SQL query text.
>    * @return {@link DAG}
>    */
> {code}
> It would be useful to show this information.



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