From 61d83987252eaa281c50288ede6f1a36c4c653c2 Mon Sep 17 00:00:00 2001 From: dfquaresma Date: Tue, 11 Sep 2018 18:06:25 -0300 Subject: [PATCH] [elasticsearch5-rest] add forgotten elasticsearch5-rest binding. --- bin/ycsb | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/ycsb b/bin/ycsb index 1181725ef8..f796833e13 100755 --- a/bin/ycsb +++ b/bin/ycsb @@ -71,6 +71,7 @@ DATABASES = { "dynamodb" : "com.yahoo.ycsb.db.DynamoDBClient", "elasticsearch": "com.yahoo.ycsb.db.ElasticsearchClient", "elasticsearch5": "com.yahoo.ycsb.db.elasticsearch5.ElasticsearchClient", + "elasticsearch5-rest": "com.yahoo.ycsb.db.elasticsearch5.ElasticsearchRestClient", "foundationdb" : "com.yahoo.ycsb.db.foundationdb.FoundationDBClient", "geode" : "com.yahoo.ycsb.db.GeodeClient", "googlebigtable" : "com.yahoo.ycsb.db.GoogleBigtableClient",