Return-Path: X-Original-To: apmail-hadoop-mapreduce-dev-archive@minotaur.apache.org Delivered-To: apmail-hadoop-mapreduce-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4EABE6ABF for ; Tue, 7 Jun 2011 13:49:03 +0000 (UTC) Received: (qmail 90899 invoked by uid 500); 7 Jun 2011 13:49:02 -0000 Delivered-To: apmail-hadoop-mapreduce-dev-archive@hadoop.apache.org Received: (qmail 90839 invoked by uid 500); 7 Jun 2011 13:49:02 -0000 Mailing-List: contact mapreduce-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mapreduce-dev@hadoop.apache.org Delivered-To: mailing list mapreduce-dev@hadoop.apache.org Received: (qmail 90831 invoked by uid 99); 7 Jun 2011 13:49:02 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Jun 2011 13:49:02 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of praveensripati@gmail.com designates 209.85.214.48 as permitted sender) Received: from [209.85.214.48] (HELO mail-bw0-f48.google.com) (209.85.214.48) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Jun 2011 13:48:55 +0000 Received: by bwz8 with SMTP id 8so7308523bwz.35 for ; Tue, 07 Jun 2011 06:48:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=QwJlj3IWUNE/Nlmw2/Gih+cuQfba+ywLD1GYjpNjZp0=; b=vTbbwVtnQt4L/lXObRVCVc5fmBzmNRQqdeozC5F12sH3l4Pt1Cow/+x0KwBQQw9IBA pk6CBnEZGr7b4rbxOCTn9ynh+Ag5VUczTvBATYu0/ireE25rvamuuOXv36HxzdWzAnbt tHMnB/Fvr8PPlFjb/5whx9kJvZZW6UJsAXdxw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=ERu1sd7iuMmdDLSBlSM5UwO80L9bPPIoIbh7XXX6FgpTokZfAFKlpGSwK3rSt+ZHGv c6DVgrCBMXLJowmg/kWtxhMiFQR9KeZsF6th6ma2O460zG+wUXfh0Bg6Lmr9W0FYu6aA Wx0pqMCVhaMqbX3rGjHRAASNvB5BYJzItZjNk= MIME-Version: 1.0 Received: by 10.204.46.98 with SMTP id i34mr321306bkf.95.1307454514808; Tue, 07 Jun 2011 06:48:34 -0700 (PDT) Received: by 10.204.26.195 with HTTP; Tue, 7 Jun 2011 06:48:34 -0700 (PDT) Date: Tue, 7 Jun 2011 19:18:34 +0530 Message-ID: Subject: Building mapreduce/trunk in Eclipse From: Praveen Sripati To: mapreduce-dev@hadoop.apache.org Content-Type: multipart/alternative; boundary=0016e6d99adeea48e904a51f79ed X-Virus-Checked: Checked by ClamAV on apache.org --0016e6d99adeea48e904a51f79ed Content-Type: text/plain; charset=ISO-8859-1 Hi, I am trying to setup common, hdfs, mapreduce trunk in eclipse. The common and hdfs setups were OK, but faced some problems with the mapreduce setup. Here are the steps I followed 1. Checked out the trunk code for the above projects in eclipse. 2. Ran the ant build from eclipse for compile and eclipse targets, which were successful. Then did a refresh of the project. 3. Then did a 'Project -> Build Project' from Eclipse. After the 3rd step got a couple of "The import cannot be resolved" for the below Java classes. Then ran the find for the below classes in the svn checkout directory and could not find the files. Am I doing something wrong or the build is broken in the trunk? import org.apache.hadoop.test.system.ControlAction; import org.apache.hadoop.test.system.process.RemoteProcess; import org.apache.hadoop.test.system.DaemonProtocol; import org.apache.hadoop.test.system.AbstractDaemonClient; import org.apache.hadoop.test.system.AbstractDaemonCluster; import org.apache.hadoop.test.system.process.ClusterProcessManager; import org.apache.hadoop.test.system.process.HadoopDaemonRemoteCluster; import org.apache.hadoop.test.system.process.MultiUserHadoopDaemonRemoteCluster; import org.apache.hadoop.test.system.process.RemoteProcess; import org.apache.hadoop.test.system.process.HadoopDaemonRemoteCluster.HadoopDaemonInfo; Thanks, Praveen --0016e6d99adeea48e904a51f79ed--