|
|
-
Re: package org.kosmix.kosmosfs.access does not existNan Zhu 2012-10-16, 21:35
Yes, I fix this issue manually by downloading kfs library and copy it to lib/, but immediately fall into another "package not found " issue
why maven didn't download those depended jars to lib/ directory for me? several days ago, maven did this very well...but from yesterday, it rejects to work, :-( Best, -- Nan Zhu School of Computer Science, McGill University On Tuesday, October 16, 2012 at 5:31 PM, Charles Woerner wrote: > I've seen this happen when the native kfs libs aren't in your java library path. 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 <[EMAIL PROTECTED] (mailto:[EMAIL PROTECTED])> wrote: > > > Hi, all > > > > When I tried to compile Hadoop 1.0.3, it tells me that > > > > src/core/org/apache/hadoop/fs/kfs/KFSImpl.java:30: package org.kosmix.kosmosfs.access does not exist > > > > Can anyone tell me why this issue happen? > > > > Best, > > > > -- > > Nan Zhu > > School of Computer Science, > > McGill University > > > > > |