# File lib/big_record/connection_adapters/hbase_rest_adapter.rb, line 420 def column_families_list @column_families.map{|x| x[:name]}.join(", ") end