Hypertale集群常见问题 1.启动: 1)Master: 问题1; ERROR Hypertable.Master : main (/home/wl/src/hypertable/src/cc/Hypertable/Master/main.cc:293): Hypertable::Exception: Error reading metalog file: /hypertable/servers/master/log/mml/0: read 7169/7169 - HYPERTABLE table does not exist at bool Hypertable::MetaLog::Reader::load_file(const Hypertable::String&) (/home/wl/src/hypertable/src/cc/Hypertable/Lib/MetaLogReader.cc:221) at void Hypertable::Table::initialize() (/home/wl/src/hypertable/src/cc/Hypertable/Lib/Table.cc:95): sys/METADATA 解决办法: sudo -u hdfs hadoop fs -rm -r -f /hypertable sudo -u hdfs hadoop fs -mkdir /hypertable sudo -u hdfs hadoop fs -chmod 777 /hypertable 问题2: ERROR Hypertable.Master : main (/home/wl