The error below seems to indicate that Hadoop isn't aware of the `ceph://`
file system. You'll need to manually add this to your core-site.xml:
>* *>* fs.ceph.impl*>*
>org.apache.hadoop.fs.ceph.CephFileSystem*>* *
> report:FileSystem ceph://192.168.22.158:6789 is not a distributed
On Sun, Oct 13, 2013 at 8:28 PM, 鹏 wrote:
> hi all:
> Exception in thread "main" java.lang.NoClassDefFoundError:
> com/ceph/fs/cephFileAlreadyExisteException
> at java.lang.class.forName0(Native Method)
This looks like a bug, which I'll fixup today. But it shouldn't be
related to
|
hi all
I follow the mail configure the ceph with hadoop
(http://permalink.gmane.org/gmane.comp.file-systems.ceph.user/1809).
1. Install additional packages: libcephfs-java libcephfs-jni using the
commonds:
./configure --enable-cephfs-java
make & make install
hi all:
I configure the ceph with hadoop system; when I run the commod
# hadoop fs -ls
It return the folliws :
Exception in thread "main" java.lang.NoClassDefFoundError:
com/ceph/fs/cephFileAlreadyExisteException
at java.lang.class.forName0(Native Method