From 7d8a7d82dfb9d12178bdc5d0ab212c80aabd9564 Mon Sep 17 00:00:00 2001 From: Greg Lu Date: Tue, 27 Apr 2010 16:40:55 -0400 Subject: [PATCH] Defaulting hbase spec env to bigrecord-driver instead of hbase-rest. --- bigrecord/spec/connections/bigrecord.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bigrecord/spec/connections/bigrecord.yml b/bigrecord/spec/connections/bigrecord.yml index 820e773..21281f0 100644 --- a/bigrecord/spec/connections/bigrecord.yml +++ b/bigrecord/spec/connections/bigrecord.yml @@ -1,7 +1,7 @@ -hbase: +hbase_rest: adapter: hbase_rest api_address: http://localhost:8080 -hbase_brd: +hbase: adapter: hbase zookeeper_quorum: localhost zookeeper_client_port: 2181 @@ -12,4 +12,4 @@ cassandra: keyspace: Bigrecord servers: - localhost:9160 - - 127.0.0.1:9160 \ No newline at end of file + - 127.0.0.1:9160