jacobstanley / hadoop-tools

Tools for working with Hadoop, written with performance in mind.
Other
37 stars 15 forks source link

Added chown subcommand #21

Closed luke-clifton closed 7 years ago

luke-clifton commented 7 years ago

Depends on https://github.com/jystic/hadoop-rpc/pull/14

kfish commented 7 years ago

@jystic I merged the hadoop-rpc part of this, I guess hadoop-rpc needs a version bump and release, and hadoop-tools.cabal needs its hadoop-rpc lower bound bumped as part of this PR.

I don't have any way to test this atm, can you do that release or give @luke-clifton access to do it?

jacobstanley commented 7 years ago

Yep can do, thanks for merging hadoop-rpc

I wonder if it would be better for me to move hadoop-rpc in to this project so it's easier to build both together. As in, have both hadoop-rpc and hadoop-tools as packages in this git repo.

jacobstanley commented 7 years ago

This seems fine building locally, I'm going to merge it and then sort out all the build stuff so this is easier in the future.