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

Aravindan Vijayan updated AMBARI-19873:
---------------------------------------
    Fix Version/s:     (was: 2.5.0)
                   3.0.0

> 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
>              Labels: hive-view
>             Fix For: 3.0.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)

Reply via email to