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 44A2F10E56 for ; Thu, 16 Jan 2014 19:42:05 +0000 (UTC) Received: (qmail 61614 invoked by uid 500); 16 Jan 2014 19:41:59 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 61516 invoked by uid 500); 16 Jan 2014 19:41:55 -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 61363 invoked by uid 99); 16 Jan 2014 19:41:47 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Jan 2014 19:41:47 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of robert.hanckel@oracle.com designates 141.146.126.69 as permitted sender) Received: from [141.146.126.69] (HELO aserp1040.oracle.com) (141.146.126.69) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Jan 2014 19:41:41 +0000 Received: from ucsinet22.oracle.com (ucsinet22.oracle.com [156.151.31.94]) by aserp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id s0GJfKCR010619 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 16 Jan 2014 19:41:21 GMT Received: from aserz7022.oracle.com (aserz7022.oracle.com [141.146.126.231]) by ucsinet22.oracle.com (8.14.5+Sun/8.14.5) with ESMTP id s0GJfJhe000820 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 16 Jan 2014 19:41:20 GMT Received: from abhmp0009.oracle.com (abhmp0009.oracle.com [141.146.116.15]) by aserz7022.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id s0GJfJuw021600 for ; Thu, 16 Jan 2014 19:41:19 GMT Received: from [10.149.251.59] (/10.149.251.59) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Thu, 16 Jan 2014 11:41:19 -0800 Message-ID: <52D835DE.7010807@oracle.com> Date: Thu, 16 Jan 2014 14:41:18 -0500 From: bob hanckel Organization: Oracle Corporation User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130328 Thunderbird/17.0.5 MIME-Version: 1.0 To: dev@hive.apache.org Subject: Re: Question on building from Hive [trunk] and importing into Eclipse References: <52D8348F.4040203@oracle.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Source-IP: ucsinet22.oracle.com [156.151.31.94] X-Virus-Checked: Checked by ClamAV on apache.org Thanks. Do you toggle the "Search for nested projects" option? and/or "Copy projects into workspace"? On 1/16/2014 2:37 PM, Brock Noland wrote: > I personally use File->Import->Existing Projects into Workspace > > > On Thu, Jan 16, 2014 at 1:35 PM, bob hanckel wrote: > >> What's the recommended way of importing Hive into Eclipse from the Hive >> truck? >> >> I'm building Hive using the recommendations in the Hive Developer FAQ. >> The build works fine, and I see generated eclipse files related to it. >> The FAQ >> says to then "import the workspace". Typically with Eclipse I'm used >> to import projects into workspaces. I'm using Eclipse (Keplar). >> >> I tried importing via File->Import->Existing Projects into Workspace >> with some success. (If this is what I should do, should I enable >> sub-projects?) >> >> Is import File->Import->Maven better? >> >> Thanks, >> >> Bob >> >> >> >