Thursday, February 6, 2020

Node calculation

Daily Ingestion rate 1 TB
Replication Factor 3
Size of Hard Disk 48 (12 * 4 TB)
Buffer memory 25% or 0.25
Memory to be stored in HD 1 * 3 = 3TB
Memory can be used for storing and processing 48-(48*0.25) = 36 TB
Number of Nodes reqd (3*365)/36 =~31 Nodes

No comments:

Post a Comment

Python Challenges Program

Challenges program: program 1: #Input :ABAABBCA #Output: A4B3C1 str1="ABAABBCA" str2="" d={} for x in str1: d[x]=d...