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

2017-02-09 Thread Sergey Shelukhin (JIRA)

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

Sergey Shelukhin updated HIVE-15831:

   Resolution: Fixed
Fix Version/s: 2.2.0
   Status: Resolved  (was: Patch Available)

Committed to master. Thanks for the patch!

> 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
> Fix For: 2.2.0
>
> Attachments: HIVE-15831.1.patch
>
>
> 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)


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

2017-02-07 Thread Takanobu Asanuma (JIRA)

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

Takanobu Asanuma updated HIVE-15831:

Status: Patch Available  (was: Open)

> 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
> Attachments: HIVE-15831.1.patch
>
>
> 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)


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

2017-02-07 Thread Takanobu Asanuma (JIRA)

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

Takanobu Asanuma updated HIVE-15831:

Attachment: HIVE-15831.1.patch

Uploaded the first patch. It also removes unused imports.

> 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
> Attachments: HIVE-15831.1.patch
>
>
> 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)


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

2017-02-06 Thread Takanobu Asanuma (JIRA)

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


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

2017-02-06 Thread Takanobu Asanuma (JIRA)

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

Takanobu Asanuma updated HIVE-15831:

Environment: (was: 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
>




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