Skip to content
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

Cloudera cdh3 #1

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

Cloudera cdh3 #1

wants to merge 8 commits into from

Conversation

gensth
Copy link

@gensth gensth commented Aug 20, 2011

Dear Huyphan,

thanks for your great code and sharing it public!

I was successfully able to make my HDFS accessible over WebDAV, even using Cloudera's Hadoop distribution which differs from Apache's e.g. in the user management. Jipeeee :-)

I hope you could use the following adjustments I made to your code in my fork at https://github.com/gensth/HDFS-over-Webdav by pulling them into your repository:

  • preparing the directory structure for mavenizing (without eclipse project files, also adjusted your ant script so that it still should work fine)
  • use the standard compliant UTF-8 encoding to decode WebDAV resource paths (seemed to be correct this way and not using the system's default encoding, is that correct?)
  • detailing user info (command line help) with default values
  • and now two branches ...
    • master: containing your original, but mavenized code based on the Apache's distribution 0.20.1
    • cloudera-cdh3: containing the mavenized and adjusted code based on Cloudera's cdh3-1 distribution

I mavenized the code just for a easier deployment (build using 'mvn package' with the result file 'target/hdfs-over-webdav-0.20.1-SNAPSHOT-jar-with-dependencies-without-log4j-config.jar' (oh yea, pretty long :-( )

The more advanced branch is the cloudera-cdh3. For me it would be best if you could merge that into your repository. - But still all choices are yours :-)
Please let me what you could deal with the new code (sorry, I'm not very used working with github ... still).

Best regards,
Max

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant