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 B1C4618D5A for ; Sat, 27 Feb 2016 01:29:15 +0000 (UTC) Received: (qmail 34478 invoked by uid 500); 27 Feb 2016 01:29:15 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 34405 invoked by uid 500); 27 Feb 2016 01:29:15 -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 34389 invoked by uid 99); 27 Feb 2016 01:29:14 -0000 Received: from reviews-vm.apache.org (HELO reviews.apache.org) (140.211.11.40) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 27 Feb 2016 01:29:14 +0000 Received: from reviews.apache.org (localhost [127.0.0.1]) by reviews.apache.org (Postfix) with ESMTP id 87F4C2E6C60; Sat, 27 Feb 2016 01:29:14 +0000 (UTC) Content-Type: multipart/alternative; boundary="===============0445896019429002071==" MIME-Version: 1.0 Subject: Re: Review Request 43836: Don't create empty bucket files From: j.prasanth.j@gmail.com To: j.prasanth.j@gmail.com Cc: Ashutosh Chauhan , hive Date: Sat, 27 Feb 2016 01:29:14 -0000 Message-ID: <20160227012914.28813.16079@reviews.apache.org> X-ReviewBoard-URL: https://reviews.apache.org/ Auto-Submitted: auto-generated Sender: noreply@reviews.apache.org X-ReviewGroup: hive X-Auto-Response-Suppress: DR, RN, OOF, AutoReply X-ReviewRequest-URL: https://reviews.apache.org/r/43836/ X-Sender: noreply@reviews.apache.org References: <20160222160944.27514.60969@reviews.apache.org> In-Reply-To: <20160222160944.27514.60969@reviews.apache.org> Reply-To: j.prasanth.j@gmail.com X-ReviewRequest-Repository: hive-git --===============0445896019429002071== MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/43836/#review121041 ----------------------------------------------------------- ql/src/test/results/clientpositive/union_fast_stats.q.out (line 120) Is this expected? I thought in MR, the number of files will not change. - Prasanth_J On Feb. 22, 2016, 4:09 p.m., Ashutosh Chauhan wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/43836/ > ----------------------------------------------------------- > > (Updated Feb. 22, 2016, 4:09 p.m.) > > > Review request for hive and Prasanth_J. > > > Bugs: HIVE-13040 > https://issues.apache.org/jira/browse/HIVE-13040 > > > Repository: hive-git > > > Description > ------- > > Avoid creating empty files. > > > Diffs > ----- > > ql/src/java/org/apache/hadoop/hive/ql/exec/StatsNoJobTask.java 2f0a167 > ql/src/java/org/apache/hadoop/hive/ql/exec/Utilities.java 7a62ff9 > ql/src/java/org/apache/hadoop/hive/ql/io/AcidUtils.java 520ae74 > ql/src/java/org/apache/hadoop/hive/ql/io/orc/OrcInputFormat.java f36f707 > ql/src/java/org/apache/hadoop/hive/ql/io/orc/OrcOutputFormat.java 3fb6a86 > ql/src/java/org/apache/hadoop/hive/ql/txn/compactor/CompactorMR.java fea0764 > ql/src/java/org/apache/hadoop/hive/ql/txn/compactor/Initiator.java 3705a34 > ql/src/test/org/apache/hadoop/hive/ql/io/orc/TestInputOutputFormat.java 9b1d7ae > ql/src/test/results/clientpositive/dynpart_sort_opt_vectorization.q.out be2b61e > ql/src/test/results/clientpositive/spark/vector_outer_join1.q.out 69d3f9c > ql/src/test/results/clientpositive/spark/vector_outer_join4.q.out c42ec7e > ql/src/test/results/clientpositive/tez/dynpart_sort_opt_vectorization.q.out 79558d5 > ql/src/test/results/clientpositive/tez/dynpart_sort_optimization.q.out fbeea6b > ql/src/test/results/clientpositive/tez/union_fast_stats.q.out 41c0d71 > ql/src/test/results/clientpositive/tez/vector_outer_join1.q.out d962621 > ql/src/test/results/clientpositive/tez/vector_outer_join4.q.out 9db8e00 > ql/src/test/results/clientpositive/union_fast_stats.q.out a02ff04 > shims/0.23/src/main/java/org/apache/hadoop/hive/shims/Hadoop23Shims.java 31060a2 > > Diff: https://reviews.apache.org/r/43836/diff/ > > > Testing > ------- > > Regression suite > > > Thanks, > > Ashutosh Chauhan > > --===============0445896019429002071==--