[
https://issues.apache.org/jira/browse/AMBARI-12671?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rohit Choudhary updated AMBARI-12671:
-------------------------------------
Attachment: AMBARI-12671_branch-2.1.patch
> Progress bar in Hive view shows 100% but job is still running
> -------------------------------------------------------------
>
> Key: AMBARI-12671
> URL: https://issues.apache.org/jira/browse/AMBARI-12671
> Project: Ambari
> Issue Type: Bug
> Components: ambari-views
> Affects Versions: 2.1.1
> Reporter: Rohit Choudhary
> Priority: Critical
> Fix For: 2.1.1
>
> Attachments: AMBARI-12671_branch-2.1.patch
>
>
> PROBLEM: Progress bar in Hive view shows 100% but job is still running
> IMPACT: confusion to customers and don't know if it ran or not hence
> critical since it affects user experience.
> -download this file on your machine
> https://s3.amazonaws.com/hw-sandbox/tutorial1/NYSE-2000-2001.tsv.gz
> -now go to ambari hive views and execute to create the table:
> CREATE TABLE `nyse_stocks`(
> `exchange` string,
> `stock_symbol` string,
> `date` string,
> `stock_price_open` float,
> `stock_price_high` float,
> `stock_price_low` float,
> `stock_price_close` float,
> `stock_volume` bigint,
> `stock_price_adj_close` float)
> ROW FORMAT DELIMITED
> FIELDS TERMINATED BY '\t'
> STORED AS INPUTFORMAT
> 'org.apache.hadoop.mapred.TextInputFormat'
> OUTPUTFORMAT
> 'org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat'
> -now upload file as mentioned above, using the files browser view and place
> it in the newly created path:
> /apps/hive/warehouse/nyse_stocks/
> -go to hive view and execute select count(*) from nyse_stocks;
> it should error
> then execute it again after you should see the attached screenshot.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)