Skip to content

Commit fd224ae

Browse files
committed
Merge branch 'master' of https://github.com/harisekhon/pytools
2 parents 5741a69 + dcb63ec commit fd224ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Environment variables are supported for convenience and also to hide credentials
8383
- ```welcome.py``` - cool spinning welcome message greeting your username and showing last login time and user (there is also a perl version in my [Tools](https://github.com/harisekhon/tools) repo)
8484
- ```find_duplicate_files.py``` - finds duplicate files in one or more directory trees via multiple methods including file basename, size, MD5 comparison of same sized files, or bespoke regex capture of partial file basename
8585
- ```find_active_server.py``` - generic solution to return the first available healthy server or active master in high availability deployments, useful for chaining with single argument tools. Configurable tests include socket, http, https, ping, url and/or regex content match, multi-threaded for speed. Designed to extend tools that only accept a single ```--host``` option but for which the technology has later added multi-master support or active-standby masters (eg. Hadoop, HBase) or where you want to query cluster wide information available from any online peer (eg. Elasticsearch)
86-
- the following are simplified specialisations of the above program, just pass host arguments, all the details have been baked in, no switches required
86+
The following are simplified specialisations of the above program, just pass host arguments, all the details have been baked in, no switches required
8787
- ```find_active_hadoop_namenode.py``` - finds the active Hadoop Namenode in HDFS HA
8888
- ```find_active_hadoop_resource_manager.py``` - finds the active Hadoop Resource Manager in Yarn HA
8989
- ```find_active_hbase_master.py``` - finds the active HBase Master in HBase HA

0 commit comments

Comments
 (0)