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 7FF7610B65 for ; Thu, 13 Feb 2014 09:28:42 +0000 (UTC) Received: (qmail 12683 invoked by uid 500); 13 Feb 2014 09:28:39 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 12560 invoked by uid 500); 13 Feb 2014 09:28:38 -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 12538 invoked by uid 99); 13 Feb 2014 09:28:36 -0000 Received: from reviews-vm.apache.org (HELO reviews.apache.org) (140.211.11.40) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Feb 2014 09:28:36 +0000 Received: from reviews.apache.org (localhost [127.0.0.1]) by reviews.apache.org (Postfix) with ESMTP id 770DE1C0325; Thu, 13 Feb 2014 09:28:35 +0000 (UTC) Content-Type: multipart/alternative; boundary="===============2195205881220869676==" MIME-Version: 1.0 Subject: Review Request 18065: HIVE-6024 Load data local inpath unnecessarily creates a copy task From: "Mohammad Islam" To: "Ashutosh Chauhan" Cc: "Mohammad Islam" , "hive" Date: Thu, 13 Feb 2014 09:28:35 -0000 Message-ID: <20140213092835.22558.74517@reviews.apache.org> X-ReviewBoard-URL: https://reviews.apache.org Auto-Submitted: auto-generated Sender: "Mohammad Islam" X-ReviewGroup: hive X-ReviewRequest-URL: https://reviews.apache.org/r/18065/ X-Sender: "Mohammad Islam" Reply-To: "Mohammad Islam" X-ReviewRequest-Repository: hive-git --===============2195205881220869676== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/18065/ ----------------------------------------------------------- Review request for hive and Ashutosh Chauhan. Bugs: HIVE-6024 https://issues.apache.org/jira/browse/HIVE-6024 Repository: hive-git Description ------- Excerpt from the JIRA: "Load data command creates an additional copy task only when its loading from local It doesn't create this additional copy task while loading from DFS though." Diffs ----- itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/history/TestHiveHistory.java 8beef09 ql/src/java/org/apache/hadoop/hive/ql/exec/MoveTask.java ed7787d ql/src/java/org/apache/hadoop/hive/ql/metadata/Hive.java e59decc ql/src/java/org/apache/hadoop/hive/ql/metadata/Table.java d13d0b0 ql/src/java/org/apache/hadoop/hive/ql/parse/LoadSemanticAnalyzer.java a22a15f ql/src/java/org/apache/hadoop/hive/ql/plan/MoveWork.java 407450e ql/src/test/org/apache/hadoop/hive/ql/exec/TestExecDriver.java 5991aae Diff: https://reviews.apache.org/r/18065/diff/ Testing ------- Ran some existing q tests with "LOAD DATA LOCAL INPATH". Thanks, Mohammad Islam --===============2195205881220869676==--