Remove redundant wt from filenames.

This commit is contained in:
Gregory Burd 2013-04-20 12:49:14 -04:00
parent a1459ce607
commit 48141346f0

View file

@ -107,7 +107,7 @@ start(Partition, Config) ->
"lsm" "lsm"
end, end,
{ok, Connection} = establish_connection(Config, Type), {ok, Connection} = establish_connection(Config, Type),
Table = Type ++ ":wt" ++ integer_to_list(Partition), Table = Type ++ ":" ++ integer_to_list(Partition),
Compressor = Compressor =
case wterl:config_value(block_compressor, Config, "snappy") of case wterl:config_value(block_compressor, Config, "snappy") of
{block_compressor, "snappy"}=C -> [C]; {block_compressor, "snappy"}=C -> [C];