This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
IMPORTANT DISCLAIMER: Many of the found "properties" aren't really useful or mistakenly listed, | |
like those starting with "org.apache.hadoop.*". The tool simply greps a pattern in the matching | |
files, and some of them are not used as properties. On the other hand, all named properties from | |
the given configuration file are removed, so quite a few are valid. Again, some of those are still | |
hidden on purpose, since it is not useful to tinker with them unless in extreme situations, or | |
during test runs. Be VERY CAREFUL of what you do. I warned ya! | |
$ sh target/bin/run-finder -d /projects/opensource/hbase/hbase-trunk-rw-git/ -u -s \ | |
--exclude **/generated --exclude **/generated/** --exclude **/target \ | |
--exclude **/test/** -c hbase-common/src/main/resources/hbase-default.xml -o /dev/null |