[jira] [Created] (HIVE-11974) Table name created using long name does not display full name in show tables command

2015-09-28 Thread Chetan Bhat (JIRA)
Chetan Bhat created HIVE-11974:
--

 Summary: Table name created using long name does not display full 
name in show tables command
 Key: HIVE-11974
 URL: https://issues.apache.org/jira/browse/HIVE-11974
 Project: Hive
  Issue Type: Bug
  Components: Beeline
Affects Versions: 0.13.0
 Environment: SUSE 11
Reporter: Chetan Bhat
Priority: Minor


User creates a Hive table with long name having 180 characters.
The table is created.
User executes the show tables command.

Actual Output
The table name does not display the complete name with 180 characters in 
Beeline show tables output.

Expected Output :
The table name should display the complete table name with 180 characters in 
Beeline show tables output.



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


[jira] [Created] (HIVE-11961) Create table displays Result inappropriately in beeline.

2015-09-25 Thread Chetan Bhat (JIRA)
Chetan Bhat created HIVE-11961:
--

 Summary: Create table displays Result inappropriately in beeline.
 Key: HIVE-11961
 URL: https://issues.apache.org/jira/browse/HIVE-11961
 Project: Hive
  Issue Type: Bug
  Components: Beeline
Affects Versions: 0.13.0
 Environment: SUSE
Reporter: Chetan Bhat
Priority: Minor


In beeline User tries to create a table using the create table DDL query.
create table test(
  idint,
  dtDontQuery   string,
  name  string
)
partitioned by (date string);

Actual Result :
The result field is displayed inappropriately instead of confirmation message.
+-+
| Result  |
+-+
+-+

Expected Result :
Confirmation message needs to be displayed instead of result field.



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


[jira] [Created] (HIVE-11900) The MaxColumn width is not changing

2015-09-21 Thread Chetan Bhat (JIRA)
Chetan Bhat created HIVE-11900:
--

 Summary: 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


In Beeline command line interface user inputs the command bin/beeline -u 
jdbc:hive2://10.19.92.183:1 [^] --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)


[jira] [Created] (HIVE-11798) The Beeline report should not display the header when --showHeader is set to false.

2015-09-11 Thread Chetan Bhat (JIRA)
Chetan Bhat created HIVE-11798:
--

 Summary: The Beeline report should not display the header when 
--showHeader is set to false.
 Key: HIVE-11798
 URL: https://issues.apache.org/jira/browse/HIVE-11798
 Project: Hive
  Issue Type: Bug
  Components: Beeline
Affects Versions: 0.13.0
 Environment: SUSE Linux 11
Reporter: Chetan Bhat
Priority: Minor


In Beeline tool User sets the --showheader option as false.
In command line interface user inputs the command bin/beeline -u 
jdbc:hive2://10.19.92.183:1 [^] --showHeader=false

Actual Result : The Beeline report displays the column name.

Expected Result : The Beeline report should not display the header when 
--showHeader is set to false.



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