Crux is a reporting application for HBase. Crux provides a simple web based graphical interface to access HBase, query data and create reports. Crux is open sourced under Apache Software Foundation License v2.0.
Lazy loading will be a good feature to have with the reports. I just fired it for BSE Data and it took quite a good amount of time before it failed with exception- "Error: SyntaxError: Unexpected token ILLEGAL". Log says it lost connection with Zookeeper. So, it would be nice to do a lazy loading or use pagination. Somehow we should avoid the time it takes to scan.
Environment
Hadoop: 0.20.203.0 HBase: 0.90.3 MySQL: 5.1 Jetty: 7.4.1 OS: Ubuntu 11.04 Hardware: AMD64 with 4GB
Lazy loading will be a good feature to have with the reports. I just fired it for BSE Data and it took quite a good amount of time before it failed with exception- "Error: SyntaxError: Unexpected token ILLEGAL". Log says it lost connection with Zookeeper. So, it would be nice to do a lazy loading or use pagination. Somehow we should avoid the time it takes to scan.