search for: seqkeylist

Displaying 1 result from an estimated 1 matches for "seqkeylist".

2009 Mar 24
0
A question about rJava and the classpath
...",full.names=T),list.files(paste(hadoop,"lib",sep=.Platform$file.sep,collapse=""),pattern="jar$",full.names=T)) allfiles <- c(allfiles,"/home/sguha/tmp/x/build/jar/rhipe.jar") .jinit(classpath=allfiles) Now, I create a new object .jnew("org/guha/SeqKeyList",.jnull) but get this error Exception in thread "main" java.lang.RuntimeException: java.lang.ClassNotFoundException: org.apache.hadoop.hdfs.DistributedFileSystem at org.apache.hadoop.conf.Configuration.getClass(Configuration.java:720) This does not appear to be possible(ClassNotFou...