Skip to content

Commit

Permalink
updating ycsb version to 0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
aakarshg committed Oct 29, 2019
1 parent 873df98 commit ec78272
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ycsb-wrapper/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ FROM centos:7
USER root
RUN rpm -ivh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
RUN yum install -y java
RUN curl -O --location https://github.com/brianfrankcooper/YCSB/releases/download/0.15.0/ycsb-0.15.0.tar.gz
RUN curl -O --location https://github.com/brianfrankcooper/YCSB/releases/download/0.17.0/ycsb-0.17.0.tar.gz
RUN mkdir ycsb
RUN tar xzf ycsb-0.15.0.tar.gz -C ycsb --strip-components 1
RUN tar xzf ycsb-0.17.0.tar.gz -C ycsb --strip-components 1
RUN yum install -y redis
RUN yum install -y git python-pip
RUN pip install --upgrade pip
Expand Down

0 comments on commit ec78272

Please sign in to comment.