原创 嵌入式Linux開發必要環境搭建(虛擬機共享文件夾,交叉編譯器,內核編譯庫)

一:虛擬機(ubuntu——Linux2.6內核)------主機系統window xp(window 7我沒有測試,應該也可以) 二:交叉編譯器配置 三:執行menuconfig時必要庫安裝     一:虛擬機文件夾共享 1)安裝虛擬機

原创 關於mini2440的一個裸機程序——LED與按鍵中斷

 /* *File : main.c *Description : When you press the key, * the LED will show the key_value of key by th

原创 mini2440----keil for ARM下的調試與下載環境的搭建。

題外話:編譯環境選擇推薦 對於剛剛接觸ARM裸機編程的各位,我要特別的進行提醒一下,就是關於編譯環境的選擇問題。目前主流的有ADS+AXD,KEIL FOR ARM,IAR FOR ARM三種,我開始使用的ADS+AXD進行學習,因爲光

原创 有用的網站

http://ifeve.com/disruptor/ http://www.cnblogs.com/chenssy/category/525010.html https://yq.aliyun.com/articles/7260

原创 HMaster功能與啓動

相關文章鏈接: http://blog.csdn.net/hanhuili/article/details/19080583 http://blog.csdn.net/firstephen/article/details/9256715

原创 HBase啓動

# HBase中組件及啓動流程記錄   ## 1.服務組件 - Client     -包含訪問HBase的接口,並維護cache來加快對HBase的訪問,比如region的位置信息     - Master     - 爲Region

原创 HBase Compaction解析

瞭解HBase的童鞋都知道,HBase是一種Log-Structured Merge Tree架構模式,用戶數據寫入先寫WAL,再寫緩存,滿足一定條件後緩存數據會執行flush操作真正落盤,形成一個數據文件HFile。隨着數據寫入不斷增

原创 如何KILL<defunct> process

From your output we see a "defunct", which means the process has either completed its task or has been corrupted or ki

原创 RegionServer的整體結構

相關文章鏈接: http://blog.csdn.net/firstephen/article/details/9256715 http://www.binospace.com/index.php/hbase-in-depth-analy

原创 maven 打包報錯

Require upper bound dependencies error for org.springframework:spring-context-support:3.2.5.RELEASE paths to dependenc

原创 消耗CPU和內存的腳本

用法 ./shell.sh 4 (4爲4內核) 查看cpu內核數量 > lscpu 執行後會出現一堆kill命令,方便kill掉進程 #!/bin/bash   endless_loop()   {   echo -ne "

原创 Bucket Cache源碼閱讀

如何開啓: 配置hbase-site.xml的如下幾個參數: <property> <name>hbase.bucketcache.ioengine</name> <value>file:/ssd/hbase/cache.data</

原创 COMPACT分析

相關文章鏈接: http://blog.csdn.net/hljlzc2007/article/details/10980949 http://www.th7.cn/db/nosql/201612/217383.shtml    源文檔

原创 How to convert a Map to List in Java?

List<Value> list = new ArrayList<Value>(map.values()); assuming: Map<Key,Value> map;

原创 【故障排查】DataNode進程佔用大量CPU,導致服務器夯死

故障現場:Hadoop集羣某臺機器cpu、內存均佔用100%,其中cpu的sys_cpu指標非常高;最高峯達到100%,根據當時捕捉的現場TOP出來的數據可以看到,datanode進程佔用cpu1124%。 故障分析:通過排查datan