-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to use glusterfs-hadoop plugin #118
Comments
Hi, when you run "mvn package", will get a jar in target/. It won't match the exact version number in this readme of course. Maybe we should update the instructions . In any case... Just take that jar from target and put it in /usr/lib/hadoop/lib and update /etc/hadoop/conf/ core-site and other XML files as instructed on the glusterforge Hadoop wiki set up pages. |
Thanks for your feedback. [INFO] ------------------------------------------------------------------------ What did this error mean? Im trying "sudo mvn package -Dmaven.surefire.debug" .The process stop at "Listening for transport dt_socket at address: 5005". |
I ran "sudo mvn -Dmaven.test.skip=true package" to slove this problem. [INFO] ------------------------------------------------------------------------ |
I want to build glusterfs-hadoop plugin on my hadoop system. I built hadoop0.20.0 and glusterFS3.3beta4 form source tarball on ubuntu12.04 and found the way to install glusterfs-hadoop plugin at "https://forge.gluster.org/hadoop/glusterfs-hadoop/blobs/master/README" , but I could not find "$GLUSTER_HOME/hdfs/0.20.2" at line39. Should I have to move the directory "hadoop/*" to "$GLUSTER_HOME/" ,or another way to solve this problem?
The text was updated successfully, but these errors were encountered: