티스토리 뷰

공부

[HBase] tuning

승가비 2022. 11. 7. 15:58
728x90
hbase.regionserver.handler.count
30 -> 100

hbase.rpc.timeout
90000 -> 180000​
hbase.client.write.buffer
hbase.regionserver.handler.count
hbase.hregion.memstore.flush.size
hbase.regionserver.global.memstore.upperLimit
hbase.hregion.max.filesize
hbase.hstore.blockingStoreFiles
hbase.client.scanner.caching
hbase.rpc.timeout

https://dydwnsekd.tistory.com/34

 

HBase 튜닝하기

하둡 클러스터 운영중 HBase read/write 관련 성능 이슈 발생 일부 HBase 옵션 변경으로 문제를 해결하였는데 리서치 결과와 성능 변경사항에 대해 정리 hbase.client.write.buffer 클라이언트에서 서버로 데

dydwnsekd.tistory.com

http://kysepark.blogspot.com/2016/08/hbase-write.html

 

HBase write 성능 튜닝

HBase에 데이터 적재를 가능한 많이 할 수 있도록 HBase write 성능 튜닝을 하였다. 튜닝 결과 먼저 튜닝 결과부터 얘기하겠다. 튜닝 결과 3개의 region server 환경 하에서 최대 초당 30만개의 로그를 HBase

kysepark.blogspot.com

 

728x90

'공부' 카테고리의 다른 글

[Gradle] Error: Could not find or load main class org.gradle.wrapper.GradleWrapperMain  (0) 2022.11.07
[Spark] dataframe to table  (0) 2022.11.07
[bitbucket] gradle build & s3 deploy  (0) 2022.11.07
[AWS] graviton  (0) 2022.11.07
[AWS] SES (email)  (0) 2022.11.07
댓글