You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Takanobu Asanuma (JIRA)" <ji...@apache.org> on 2017/02/07 04:29:41 UTC

[jira] [Updated] (HIVE-15831) LLAP: Fix a problem of the output of LlapDump

     [ https://issues.apache.org/jira/browse/HIVE-15831?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Takanobu Asanuma updated HIVE-15831:
------------------------------------
    Description: 
The output of llapdump doesn't include the first column at the moment.

This is an output example:
{noformat}
url: jdbc:hive2://{hiveserver2_interactive}
user: hive
query: select column1, column2 from table_a limit 10
column1:int,column2:float
Results:

, 258.0
, 645.0
, 652.0
, 1336.096
, 97.1828
, 1864.4
, 10428.4
, 2346.3
, 425.1
, 228.9
{noformat}

> LLAP: Fix a problem of the output of LlapDump
> ---------------------------------------------
>
>                 Key: HIVE-15831
>                 URL: https://issues.apache.org/jira/browse/HIVE-15831
>             Project: Hive
>          Issue Type: Bug
>          Components: llap
>            Reporter: Takanobu Asanuma
>            Assignee: Takanobu Asanuma
>
> The output of llapdump doesn't include the first column at the moment.
> This is an output example:
> {noformat}
> url: jdbc:hive2://{hiveserver2_interactive}
> user: hive
> query: select column1, column2 from table_a limit 10
> column1:int,column2:float
> Results:
> , 258.0
> , 645.0
> , 652.0
> , 1336.096
> , 97.1828
> , 1864.4
> , 10428.4
> , 2346.3
> , 425.1
> , 228.9
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)