ibmcb / cbtool

Cloud Rapid Experimentation and Analysis Toolkit
Apache License 2.0
78 stars 49 forks source link

AI time not reported - redis dependency #54

Closed bowers closed 9 years ago

bowers commented 9 years ago

I noticed that the data load time wasn't being reported in the CloudBench GUI for a hadoop job.

The hadoop job launch script is taking time stamps from the cloudbench orchestrator node using redis, with a time command. The 'time' command wasn't implemented in redis until 2.6.0, whereas the dependency check for redis on the orchestrator node is looking for redis-ver = 2.5.0.

A possible resolution (if this is an issue) is to make the requirement 2.6.0 or later on the orchestrator node.

ibmcb commented 9 years ago

Fixed on the latest commit (Dec 1, 2014)