Cannot create table with DateTiered compaction in hbase 0.98.6. Also tried alter table to change existing table to DateTiered Storage, this hangs indefinately.
Create table command create 'XXX', { NAME => 'f1', COMPRESSION => 'SNAPPY', DATA_BLOCK_ENCODING => 'FAST_DIFF', REPLICATION_SCOPE => '1', CONFIGURATION => {'hbase.hstore.engine.class' => 'org.apache.hadoop.hbase.regionserver.DateTieredStoreEngine'}} error: ERROR: 60000 millis timeout while waiting for channel Does anyone know DateTiered storage is supported in hbase 0.98.6? Or am i doing something wrong in create table? -- View this message in context: http://apache-hbase.679495.n3.nabble.com/Cannot-create-table-with-DateTiered-compaction-tp4081690.html Sent from the HBase User mailing list archive at Nabble.com.