Return-Path: X-Original-To: apmail-hive-user-archive@www.apache.org Delivered-To: apmail-hive-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id ACCC017AEF for ; Tue, 6 Jan 2015 01:18:42 +0000 (UTC) Received: (qmail 21646 invoked by uid 500); 6 Jan 2015 01:18:42 -0000 Delivered-To: apmail-hive-user-archive@hive.apache.org Received: (qmail 21583 invoked by uid 500); 6 Jan 2015 01:18:42 -0000 Mailing-List: contact user-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hive.apache.org Delivered-To: mailing list user@hive.apache.org Received: (qmail 21573 invoked by uid 99); 6 Jan 2015 01:18:42 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Jan 2015 01:18:42 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of gates@hortonworks.com designates 209.85.220.44 as permitted sender) Received: from [209.85.220.44] (HELO mail-pa0-f44.google.com) (209.85.220.44) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Jan 2015 01:18:16 +0000 Received: by mail-pa0-f44.google.com with SMTP id et14so29839380pad.31 for ; Mon, 05 Jan 2015 17:15:59 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type; bh=2vhPKSaUtEcPaG95mJsTm2pDKMymAD436Sy9qVXnFDs=; b=l32bjSOIjVkSMFVyENxPPNoagn9btQ9H2MLIAy6fG7hAizkKtH6LrK76ZN3EveR8Qb 72bWuM/Qdg4Yt9HmrSeCOVZVuPfbR2a0XBribVcWdX+xsh2vrJAKQOmP86a8n9kFSLqW 7wpXLLZ3IQYBen2jzmI9mJ4NJ/Q4OX0SmvVtKmsAzKsfVcWIapZ8snQdtxbAa6UgQg1/ x4GPrbxX07o2r85ybXCDOdhuf0FY4+4iHRrecnWZocgFDV7lXmSqf8TCtcGX1ZkTPsle SOQKxhaq92g6cnhWGJ9edYp1rHLdwa8fK5X7nmYLcC9ksx94nLF7uZeoV7l4WKwm8ygh qLtg== X-Gm-Message-State: ALoCoQmAHcL/oD9S1Qfd1TxK/UmVHaECwmHU1gUzyTl5R7eamv2IZMRGn/3RP5hAQgBlzSRvRQIfUhwm4vphr01noO8dPSeAcr9e9SWomxio9FFietxluZ4= X-Received: by 10.66.141.71 with SMTP id rm7mr97047175pab.20.1420506959583; Mon, 05 Jan 2015 17:15:59 -0800 (PST) Received: from Alan-Gatess-MacBook-Pro.local (outbound.hortonworks.com. [192.175.27.2]) by mx.google.com with ESMTPSA id nl14sm44681473pdb.81.2015.01.05.17.15.57 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 05 Jan 2015 17:15:58 -0800 (PST) Message-ID: <54AB374B.6050904@hortonworks.com> Date: Mon, 05 Jan 2015 17:15:55 -0800 From: Alan Gates User-Agent: Postbox 3.0.11 (Macintosh/20140602) MIME-Version: 1.0 To: user@hive.apache.org Subject: Re: Hive 14 performance and scalability? References: In-Reply-To: Content-Type: multipart/related; boundary="------------010900070502070506090300" X-Virus-Checked: Checked by ClamAV on apache.org --------------010900070502070506090300 Content-Type: multipart/alternative; boundary="------------030308060808060300080409" This is a multi-part message in MIME format. --------------030308060808060300080409 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: quoted-printable Mike, I've tested it with inserts, updates, and deletes in the 100k rows per=20 partition range, and with multiple but not hundreds of users. The thing=20 to keep in mind is the transactional changes don't affect tables that=20 you don't explicitly mark as transactional, so this shouldn't affect=20 existing installs or users who aren't interested in the functionality. Given our design we don't expect long running transactions to be an=20 issue, other than it will prevent cleaning up old versions of the data=20 used by the long running query, which may result in temporary bloat for=20 a table or partition. Also, keep in mind that currently all DML=20 operations are auto-commit so it is harder (though not impossible) to=20 get a long running transaction. Alan. > Michael Segel > December 11, 2014 at 3:23 > Hi, > > While I haven=92t upgraded to HDP 2.2, I have to ask if the transaction > processing introduced in 14 has been tested at scale in terms of both > users, and data size? > > I am curious as to what happens if you have a long transaction how well > it copes. > > > Thx > > -Mike --=20 Sent with Postbox --=20 CONFIDENTIALITY NOTICE NOTICE: This message is intended for the use of the individual or entity to= =20 which it is addressed and may contain information that is confidential,=20 privileged and exempt from disclosure under applicable law. If the reader= =20 of this message is not the intended recipient, you are hereby notified that= =20 any printing, copying, dissemination, distribution, disclosure or=20 forwarding of this communication is strictly prohibited. If you have=20 received this communication in error, please contact the sender immediately= =20 and delete it from your system. Thank You. --------------030308060808060300080409 Content-Type: text/html; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Mike,

I've tested it with inserts, updates, and deletes in the 100k rows per=20 partition range, and with multiple but not hundreds of users.=A0 The thing to keep in mind is the transactional changes don't affect tables that=20 you don't explicitly mark as transactional, so this shouldn't affect=20 existing installs or users who aren't interested in the functionality.

Given our design we don't expect long running transactions to be an=20 issue, other than it will prevent cleaning up old versions of the data=20 used by the long running query, which may result in temporary bloat for a table or partition.=A0 Also, keep in mind that currently all DML=20 operations are auto-commit so it is harder (though not impossible) to=20 get a long running transaction.

Alan.

= = =20 December 11, 201= 4 at 3:23
Hi,

While I=20 haven=92t upgraded to HDP 2.2, I have to ask if the transaction
process= ing introduced in 14 has been tested at scale in terms of both
users,=20 and data size?

I am curious as to what happens if you have a=20 long transaction how well
it copes.


Thx

-Mike
<= /div>

--
Sent with Postbox

CONFIDENTIALITY NOTICE
NOTICE: This message is = intended for the use of the individual or entity to which it is addressed a= nd may contain information that is confidential, privileged and exempt from= disclosure under applicable law. If the reader of this message is not the = intended recipient, you are hereby notified that any printing, copying, dis= semination, distribution, disclosure or forwarding of this communication is= strictly prohibited. If you have received this communication in error, ple= ase contact the sender immediately and delete it from your system. Thank Yo= u. --------------030308060808060300080409-- --------------010900070502070506090300 Content-Type: image/jpeg; x-apple-mail-type=stationery; name="compose-unknown-contact.jpg" Content-Transfer-Encoding: base64 Content-ID: Content-Disposition: inline; filename="compose-unknown-contact.jpg" /9j/4AAQSkZJRgABAQEARwBHAAD/2wBDAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEC AQEBAQEBAgICAgICAgICAgICAgICAgICAgICAgICAgICAgL/2wBDAQEBAQEBAQICAgICAgIC AgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgL/wAAR CAAZABkDAREAAhEBAxEB/8QAGAAAAwEBAAAAAAAAAAAAAAAABgcICQr/xAA0EAABAwMCAgUK BwAAAAAAAAACAQMEBQYRABITIQcUMUF2CBUXIjI2N0JRtVRWkZOV0dL/xAAYAQEAAwEAAAAA AAAAAAAAAAADAAEEAv/EACQRAAICAAQGAwAAAAAAAAAAAAABAhEDMrHREyExM0FxgfDx/9oA DAMBAAIRAxEAPwDuEt+gW/ULet6oVC3rfqNQqFv0OfPn1GhUqfOmzZtKZlS5UqZMaNwzNwiJ VIl7eXLCaZIGwBl3TY8epPx2+jy2ZNPjvkwc9uhW8j7nCPhvOsQliYIeS7cvCpp8o50qwrC4 v3lsNSDbdmTEhvs2tahxpfV3WnmbbozJEw/gwdadbYExVRXKEKoSdvJcaOSqxE7/AAiX0gXx +a69/JSf9alIlste0VzaNpeFrcT9KKymotyiaZ0KRCnzacoE7Kjzn4gi2KqUh3jqDHDHv4mR UfruTWlMzlVUKIVNp9GguEJnAh0+IZjyAiisgyRDnu5azS8miKqjOTVkKqS/psG37fo1Fbab eg25b8eZPeFJBBJSjMG5HjMeyihnaauZwe4OGiju13GAcpOwBeN+U8/IkGbsiS8b7ryogmbz hbyc9REROfZhERO5ETShjPtvpGqTUyLErytS4siSwx5x2tRH4hPOI0DkjZtaJtFxuVEbIUUi yeNujlBUJGbJN6nM/Cyf2Hf60YgjvKA+NPSP4gT7axpcPtr51YWJnYn9dnAQWl722p4ot37y zqnlfp6FrqbwawG8/9k= --------------010900070502070506090300--