benchflow / analysers

Spark scripts utilised to analyse data and compute performance metrics
Other
0 stars 1 forks source link

Investigate whether it is needed to store an array with the size of the total number of available cores #54

Closed VincenzoFerme closed 8 years ago

VincenzoFerme commented 8 years ago

Investigate the following: https://github.com/benchflow/analysers/pull/51#discussion-diff-56677844.

@Cerfoglg if possible, discuss here why do you actually need it with an example.

Cerfoglg commented 8 years ago

@VincenzoFerme As previously discussed, we have the array with all the cores to maintain the indexes of the cores as reported by Docker. However we do now get that size from the host info we collect.