Rice-Comp413-2016 / RDFS

The Rice Comp413 class (2016-2017) implementation of HDFS. (This will eventually be put under an open source license, which one TBD).
4 stars 2 forks source link

Add logging framework. #22

Closed kyler-m closed 8 years ago

pelmers commented 8 years ago

Don't do these if it takes more than 5 minutes, but I would consider squashing all the readme tweaks into one commit (rebase -i develop, and put f in front of all tweak commits after the first).

And changing vagrant@vagrant the author field of commits to yourself (commit --amend --author "first last x@y.com --no-edit").

pelmers commented 8 years ago

adding to above, the rebase would remove the no-op self-merge commit

kyler-m commented 8 years ago

I was planning on just taking advantage of Github's merge-and-squash to condense all of my commits into one

pelmers commented 8 years ago

oh, perfect -- disregard