Also I updated one of my tables to use MAX_FILESIZE => '268435456' 256M but
there still only splitting at 1GB as I have set in the hbase-site conf file.
Billy
"Jean-Daniel Cryans" <jdcry...@apache.org>
wrote in message
news:31a243e70904111456l69bd7aedld780741f65087...@mail.gmail.com...
Billy,
These are currently the only attributes that you can set on the table
level in the shell.
J-D
On Sat, Apr 11, 2009 at 5:37 PM, Billy Pearson
<sa...@pearsonwholesale.com> wrote:
can we get someone to post the all the correct options for 'table_att' in
the shell in the wiki faq or somewhere?
I know there is these below but I thank their is a major compaction
setting
also but can not find anywhere all the table level options are listed.
alter 't1', {METHOD => 'table_att', MAX_FILESIZE => '10485760',
MEMCACHE_FLUSHSIZE => '1048576', READONLY => 'true'}
Billy