benchflow / analysers

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

Using container names when necessary #89

Closed Cerfoglg closed 8 years ago

Cerfoglg commented 8 years ago

  

VincenzoFerme commented 8 years ago

@Cerfoglg you also need to use the host_id paired with the container_name

Cerfoglg commented 8 years ago

@VincenzoFerme We don't need it where we use container name, the host id is paired with container ID mainly for the container properties table and identifying unique containers.

Also, due to how Cassandra queries work, if we use both we end up having problems performing selects

Cerfoglg commented 8 years ago

@VincenzoFerme Corrected back to using host id, see also here https://github.com/benchflow/docker-images/pull/19

VincenzoFerme commented 8 years ago

:+1: