Yan's Notes

  • Home

  • Tags

  • Categories

  • Archives

  • Search

how did I pass the CKA exam

Posted on 2021-11-26 |
DescriptionI took the CKA exam and got the score of 97 out of 100. The exam is 2 hours and I finished the exam by just 1 hour. In this article, I will ...
Read more »

basic paxos execution flow examples

Posted on 2020-11-08 |
BackgroundThe paper of Paxos Made Simple and the video of implementing replicated logs with paxos are very good materials for learning Paxos. It is no ...
Read more »

java service issue investigation

Posted on 2020-02-08 | Edited on 2020-08-01 |
CPUtop123ps aux |grep javatop -H -p pid # -H : check threads cpu usagetop # check processes cpu usage MEMORYfree1234free -m total ...
Read more »

hadoop mapreduce job execution flow in detail

Posted on 2019-12-14 | Edited on 2020-08-01 |
DescriptionIn this blog, we will look into the execution flow of hadoop mapreduce job (word count) in detail. Word count job is simple and straightfor ...
Read more »

run work count by hadoop 3 and debug hadoop by eclipse in mac

Posted on 2019-12-07 | Edited on 2020-08-01 |
descriptionIn the previous blog, we discussed about how to compile hadoop 3 from the source code and import source code into Eclipse. As one step of t ...
Read more »

build hadoop 3 trunk branch and import into eclipse in mac

Posted on 2019-12-03 | Edited on 2020-08-01 |
DescriptionI tried to build the trunk branch of hadoop git repository and imported it into eclipse then resolved the issues.The date I did it is 2019/ ...
Read more »

how oracle java license change affect users

Posted on 2019-09-23 | Edited on 2020-08-01 |
Oracle javaplatformsoracle java has 3 platforms, Java SE for standard usage, Java EE for enterprise usage, and Java ME for micro usage.They are all sp ...
Read more »

how to pass AWS Solutions Architect Associate Exam

Posted on 2019-09-22 | Edited on 2020-08-01 |
BackgroundI passed the AWS solutions architect assciate exam today, and I would like to share some knowledge for people who want to prepare for the ex ...
Read more »

resilient architecture should also consider hard shutdown

Posted on 2019-04-14 | Edited on 2020-08-01 |
graceful shutdown and hard shutdownWhen a program/service is shutdown unexpectedly, it may be graceful shutdown or hard shutdown.When a service is kil ...
Read more »

YARN UI detailed explanation

Posted on 2019-02-11 | Edited on 2020-08-01 |
DescriptionYARN UI url is {hadoop_master_ip:8088}. There is a lot of information in this UI as follows which is very helpful for analyzing issues. Thi ...
Read more »
12

Wang Yan

20 posts
2 categories
6 tags
© 2021 Wang Yan
Powered by Hexo v3.8.0
|
Theme – NexT.Mist v6.5.0