Return-Path: X-Original-To: apmail-hive-dev-archive@www.apache.org Delivered-To: apmail-hive-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6D733FCAC for ; Fri, 14 Nov 2014 19:15:37 +0000 (UTC) Received: (qmail 27572 invoked by uid 500); 14 Nov 2014 19:15:34 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 27452 invoked by uid 500); 14 Nov 2014 19:15:34 -0000 Mailing-List: contact dev-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hive.apache.org Delivered-To: mailing list dev@hive.apache.org Received: (qmail 27399 invoked by uid 500); 14 Nov 2014 19:15:34 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 27388 invoked by uid 99); 14 Nov 2014 19:15:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Nov 2014 19:15:34 +0000 Date: Fri, 14 Nov 2014 19:15:34 +0000 (UTC) From: "Hive QA (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HIVE-8872) Hive view of HBase range scan intermittently returns incorrect data. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HIVE-8872?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14212664#comment-14212664 ] Hive QA commented on HIVE-8872: ------------------------------- {color:green}Overall{color}: +1 all checks pass Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/12681565/HIVE-8872.1.patch {color:green}SUCCESS:{color} +1 6686 tests passed Test results: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/1791/testReport Console output: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/1791/console Test logs: http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-TRUNK-Build-1791/ Messages: {noformat} Executing org.apache.hive.ptest.execution.PrepPhase Executing org.apache.hive.ptest.execution.ExecutionPhase Executing org.apache.hive.ptest.execution.ReportingPhase {noformat} This message is automatically generated. ATTACHMENT ID: 12681565 - PreCommit-HIVE-TRUNK-Build > Hive view of HBase range scan intermittently returns incorrect data. > -------------------------------------------------------------------- > > Key: HIVE-8872 > URL: https://issues.apache.org/jira/browse/HIVE-8872 > Project: Hive > Issue Type: Bug > Affects Versions: 0.13.1 > Reporter: Yongzhi Chen > Assignee: Yongzhi Chen > Attachments: HIVE-8872.1.patch, HIVE-8872.2.patch > > > This need running in cluster: > 1. Create a hive external table pointing to a hbase table. > 2. Create views to the hive table(for example 30 views), each view looks like following with different range check: > CREATE VIEW hview_nn AS SELECT * FROM hivehbasetable WHERE (pk >='pk_nn_0' AND pk <= pk_nn_A') > 3. Create same number of hive new tables as views. > 4. then runs several queries in parallel (30 threads): > INSERT OVERWRITE TABLE hivenewtable_nn SELECT * FROM hview_nn //nn is from 01 to 30 > 5 After insert, check the hivenewtables, some values are not right. -- This message was sent by Atlassian JIRA (v6.3.4#6332)