Re: [ceph-users] using ceph with hadoop

2013-10-14 Thread Noah Watkins
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

Re: [ceph-users] Using ceph with hadoop error

2013-10-14 Thread Noah Watkins
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

[ceph-users] using ceph with hadoop

2013-10-14 Thread
| 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

[ceph-users] Using ceph with hadoop error

2013-10-13 Thread
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