Return-Path: Delivered-To: apmail-hadoop-hive-dev-archive@locus.apache.org Received: (qmail 67620 invoked from network); 3 Jan 2009 00:00:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Jan 2009 00:00:24 -0000 Received: (qmail 96379 invoked by uid 500); 3 Jan 2009 00:00:24 -0000 Delivered-To: apmail-hadoop-hive-dev-archive@hadoop.apache.org Received: (qmail 96361 invoked by uid 500); 3 Jan 2009 00:00:24 -0000 Mailing-List: contact hive-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hive-dev@hadoop.apache.org Delivered-To: mailing list hive-dev@hadoop.apache.org Received: (qmail 96350 invoked by uid 99); 3 Jan 2009 00:00:24 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Jan 2009 16:00:24 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 03 Jan 2009 00:00:23 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 5081B234C4A8 for ; Fri, 2 Jan 2009 15:59:44 -0800 (PST) Message-ID: <774449354.1230940784328.JavaMail.jira@brutus> Date: Fri, 2 Jan 2009 15:59:44 -0800 (PST) From: "Joydeep Sen Sarma (JIRA)" To: hive-dev@hadoop.apache.org Subject: [jira] Commented: (HIVE-204) Provide option to run hadoop via TestMiniMR In-Reply-To: <1020240712.1230755984270.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HIVE-204?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12660427#action_12660427 ] Joydeep Sen Sarma commented on HIVE-204: ---------------------------------------- ok. i am not sure why exactly - but we had trouble trying to do this (local mode same vm). if the localmode, same vm combination can be made to work - the minimr stuff is not relevant - is it? also - for the minimr cluster - will it run in a separate jvm? or will it be running in the same jvm (as cli/driver etc.)? > Provide option to run hadoop via TestMiniMR > ------------------------------------------- > > Key: HIVE-204 > URL: https://issues.apache.org/jira/browse/HIVE-204 > Project: Hadoop Hive > Issue Type: Improvement > Components: Testing Infrastructure > Reporter: Raghotham Murthy > > Right now MapRedTask does an exec on the hadoop command line. This prevents us from stepping through query execution code. If there were an option to run hadoop via MiniMR, this will create tasks within the same VM and so allows stepping into the execution code. See, src/test/org/apache/hadoop/mapred/TestMiniMRWithDFS.java in the hadoop source code for an example. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.