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

[jira] [Created] (AMBARI-19873) Last line in the query editor is not visible and is non editable - Hive view 1.5.0

Supreeth Sharma created AMBARI-19873:
----------------------------------------

             Summary: Last line in the query editor is not visible and is non editable - Hive view 1.5.0
                 Key: AMBARI-19873
                 URL: https://issues.apache.org/jira/browse/AMBARI-19873
             Project: Ambari
          Issue Type: Bug
          Components: ambari-views
    Affects Versions: 2.5.0
            Reporter: Supreeth Sharma
            Priority: Critical
             Fix For: 2.5.0


Last line in the query editor is not visible and is non editable.
Live cluster : http://172.22.78.102:8080/#/main/views/HIVE/1.5.0/AUTO_HIVE_INSTANCE
Sample query :
create external table call_center_txt
(
    cc_call_center_sk        int,
    cc_call_center_id        string,
    cc_rec_start_date        string,
    cc_rec_end_date          string,
    cc_closed_date_sk        int,
    cc_open_date_sk          int,
    cc_name                  string,
    cc_class                 string,
    cc_employees             int,
    cc_sq_ft                 int,
    cc_hours                 string,
    cc_manager               string,
    cc_mkt_id                int,
    cc_mkt_class             string,
    cc_mkt_desc              string,
    cc_market_manager        string,
    cc_division              int,
    cc_division_name         string,
    cc_company               int,
    cc_company_name          string,
    cc_street_number         string,
    cc_street_name           string,
    cc_street_type           string,
    cc_suite_number          string,
    cc_city                  string,
    cc_county                string,
    cc_state                 string,
    cc_zip                   string,
    cc_country               string,
    cc_gmt_offset            decimal(5,2),
    cc_tax_percentage        decimal(5,2)
)
row format delimited fields terminated by '|' 
location '${HDFS_LOCATION}';
Steps to reproduce :
1) Navigate to Hive 1.5.0 query editor.
2) Provide above sample query as the input
3) Check that the last line 'location '${HDFS_LOCATION}';' is not visible to the user.



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