[ 
https://issues.apache.org/jira/browse/AMBARI-12671?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14661894#comment-14661894
 ] 

Hadoop QA commented on AMBARI-12671:
------------------------------------

{color:red}-1 overall{color}.  Here are the results of testing the latest 
attachment 
  
http://issues.apache.org/jira/secure/attachment/12749264/AMBARI-12671_branch-2.1.patch
  against trunk revision .

    {color:green}+1 @author{color}.  The patch does not contain any @author 
tags.

    {color:red}-1 tests included{color}.  The patch doesn't appear to include 
any new or modified tests.
                        Please justify why no new tests are needed for this 
patch.
                        Also please list what manual steps were performed to 
verify this patch.

    {color:green}+1 javac{color}.  The applied patch does not increase the 
total number of javac compiler warnings.

    {color:green}+1 release audit{color}.  The applied patch does not increase 
the total number of release audit warnings.

    {color:green}+1 core tests{color}.  The patch passed unit tests in 
contrib/views/hive.

Test results: 
https://builds.apache.org/job/Ambari-trunk-test-patch/3543//testReport/
Console output: 
https://builds.apache.org/job/Ambari-trunk-test-patch/3543//console

This message is automatically generated.

> 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)

Reply via email to