Last active
December 14, 2015 10:49
-
-
Save bugcy013/5074641 to your computer and use it in GitHub Desktop.
Hadoop tips
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
| Task tracker | |
| http://172.16.30.128:50060 | |
| Task tracker metrics info | |
| http://172.16.30.128:50060/metrics | |
| Data node block scanner details | |
| http://172.16.30.128:50075/blockScannerReport | |
| Secondary datanode status | |
| http://172.16.30.123:50090/status.jsp | |
| Java metrics for SNN exposed by JVM | |
| http://172.16.30.123:50090/jmx | |
| Java metrics for DN exposed by JVM | |
| http://172.16.30.123:50075/jmx | |
| Java metrics for NN exposed by JVM | |
| http://172.16.30.122:50070/jmx | |
| List Path for particular hdfs location | |
| http://172.16.30.122:50070/listPaths/taqdata/?ugi=hdfs,groups&recursive=yes | |
| Content Summary | |
| http://172.16.30.227:50070/contentSummary/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment