Return-Path: X-Original-To: apmail-hadoop-common-user-archive@www.apache.org Delivered-To: apmail-hadoop-common-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 51E7CD71C for ; Tue, 16 Oct 2012 21:32:19 +0000 (UTC) Received: (qmail 96226 invoked by uid 500); 16 Oct 2012 21:32:14 -0000 Delivered-To: apmail-hadoop-common-user-archive@hadoop.apache.org Received: (qmail 96143 invoked by uid 500); 16 Oct 2012 21:32:14 -0000 Mailing-List: contact user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hadoop.apache.org Delivered-To: mailing list user@hadoop.apache.org Received: (qmail 96136 invoked by uid 99); 16 Oct 2012 21:32:14 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Oct 2012 21:32:14 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of charleswoerner@gmail.com designates 209.85.220.48 as permitted sender) Received: from [209.85.220.48] (HELO mail-pa0-f48.google.com) (209.85.220.48) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Oct 2012 21:32:06 +0000 Received: by mail-pa0-f48.google.com with SMTP id kp12so7805696pab.35 for ; Tue, 16 Oct 2012 14:31:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=references:in-reply-to:mime-version:content-transfer-encoding :content-type:message-id:cc:x-mailer:from:subject:date:to; bh=5b15w039iooS2j7hId/B0GoVs/5qZ45WtvC0TSsxzc8=; b=bwdaEoOLT9JbvrrGFV/NFWMWfOjpsVo/FtBDObAxhuWzz5WVDpbodLxcxjFBb2Aab9 JyqrS6EU41T7/gzP5i1YVcAFC6huU66V4NZm/ZYpMphT+Xq1DYqoHHUVJPT2qzBNqikx nhm4BznSxb+JmCufJTdq3gJpSkqDAQfQJZjtXJvCKV0mHBOu1g9brZNCvDjk8+UopbHq vza3bc1g6BTyoTTTvvPBcOAzm1lyQwRBdhwf/dmMJpeGA+iQu5LQOuoNuqHnKNX3W7Em Vkji6gT1QuheS2Ijf4lTn8MkA/A5cOREbgkt2veDLdZHxRaZpTU+3IHMplwityspCz63 7SXQ== Received: by 10.68.248.1 with SMTP id yi1mr51100641pbc.93.1350423106167; Tue, 16 Oct 2012 14:31:46 -0700 (PDT) Received: from [10.128.32.139] ([72.5.114.2]) by mx.google.com with ESMTPS id mt15sm1704543pbc.49.2012.10.16.14.31.08 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 16 Oct 2012 14:31:44 -0700 (PDT) References: <66C7DB254AE74345B6C5207FFEA97821@gmail.com> In-Reply-To: <66C7DB254AE74345B6C5207FFEA97821@gmail.com> Mime-Version: 1.0 (1.0) Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii Message-Id: Cc: "user@hadoop.apache.org" X-Mailer: iPhone Mail (9B179) From: Charles Woerner Subject: Re: package org.kosmix.kosmosfs.access does not exist Date: Tue, 16 Oct 2012 14:31:04 -0700 To: "user@hadoop.apache.org" X-Virus-Checked: Checked by ClamAV on apache.org I've seen this happen when the native kfs libs aren't in your java library p= ath. Add them to both LD_LIBRARY_PATH and -Djava.library.path Sent from my iPhone On Oct 16, 2012, at 1:55 PM, Nan Zhu wrote: > Hi, all >=20 > When I tried to compile Hadoop 1.0.3, it tells me that >=20 > src/core/org/apache/hadoop/fs/kfs/KFSImpl.java:30: package org.kosmix.kosm= osfs.access does not exist >=20 > Can anyone tell me why this issue happen?=20 >=20 > Best, >=20 > --=20 > Nan Zhu > School of Computer Science, > McGill University >=20