[
https://issues.apache.org/jira/browse/HIVE-11900?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15398017#comment-15398017
]
Vihang Karajgaonkar commented on HIVE-11900:
--------------------------------------------
This seems to be working in the latest version.
{code}
$ ./beeline -u jdbc:hive2://localhost:10000/default hive hive
0: jdbc:hive2://localhost:10000/default> show tables;
+----------------+--+
| tab_name |
+----------------+--+
| likes |
| longkeyvalues |
| names |
| src2 |
| table_3 |
| test |
| test123 |
+----------------+--+
7 rows selected (0.173 seconds)
0: jdbc:hive2://localhost:10000/default> !quit
{code}
{code}
$ ./beeline -u jdbc:hive2://localhost:10000/default hive hive
--maxColumnWidth=10
0: jdbc:hive2://localhost:10000/default> show tables;
+------------+--+
| tab_name |
+------------+--+
| likes |
| longkeyvalues |
| names |
| src2 |
| table_3 |
| test |
| test123 |
+------------+--+
7 rows selected (0.12 seconds)
0: jdbc:hive2://localhost:10000/default>
{code}
> The MaxColumn width is not changing
> -----------------------------------
>
> Key: HIVE-11900
> URL: https://issues.apache.org/jira/browse/HIVE-11900
> Project: Hive
> Issue Type: Bug
> Components: Beeline
> Affects Versions: 0.13.0
> Environment: SUSE
> Reporter: Chetan Bhat
> Priority: Minor
> Original Estimate: 2,520h
> Remaining Estimate: 2,520h
>
> In Beeline command line interface user inputs the command bin/beeline -u
> jdbc:hive2://10.19.92.183:10000 [^] --maxColumnWidth=25
> Actual Result : Maxcolumn width does not change
> Expected Result : Maxcolumn width should change.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)