You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by "Krystal (JIRA)" <ji...@apache.org> on 2015/03/24 18:07:52 UTC

[jira] [Created] (DRILL-2535) Column labels on drill profile page are incorrect

Krystal created DRILL-2535:
------------------------------

             Summary: Column labels on drill profile page are incorrect
                 Key: DRILL-2535
                 URL: https://issues.apache.org/jira/browse/DRILL-2535
             Project: Apache Drill
          Issue Type: Bug
          Components: Client - HTTP
    Affects Versions: 0.9.0
            Reporter: Krystal
            Assignee: Jason Altekruse


git.commit.id=4d398edf87d2ec6fab6c552b1f5a33fb31b955bc

The section where it breaks down data per majorId/operatorId/operatorType as shown below in the UI Query and Planning page contains mis-leading column headers.  These column names are  Max Batches, Max Records and Peak Mem.  The values displayed here are just listing of records from the profile json; there were no aggregations performed.  Therefore, the column name should be just "Batches", "Records", and "Memory"

02-xx-03 - HASH_AGGREGATE
Minor Fragment	Setup	Process	Wait	Max Batches	Max Records	Peak Mem
02-00-03	0.312	0.192	0.000	80	80,195	4MB
02-01-03	0.310	0.188	0.000	80	79,797	4MB
02-02-03	0.312	0.192	0.000	80	80,008	4MB



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