Dear Wiki user, You have subscribed to a wiki page or wiki category on "Lucene-hadoop Wiki" for change notification.
The following page has been changed by stack: http://wiki.apache.org/lucene-hadoop/Hbase The comment on the change is: Minor edits. Break out hbase shell as its own bullet item. ------------------------------------------------------------------------------ = Bigtable-like structured storage for Hadoop HDFS = '''NEWS:''' - 1. A simple [wiki:Hbase/HbaseShell shell] for manipulating HBase tables contributed by Edward Yoon. -- ''Added 2007/07/10''' + * A simple [wiki:Hbase/HbaseShell shell] for manipulating HBase tables contributed by Edward Yoon. -- ''Added 2007/07/10''' - 1. Map/Reduce connector for HBase - contributed by Vuk Ercegovac -- ''Added 2007/06/30'' + * Map/Reduce connector for HBase - contributed by Vuk Ercegovac -- ''Added 2007/06/30'' - 1. Scripts to start and stop a hbase cluster have been added. See ''${HBASE_HOME}/bin''. List cluster participants in the ''${HBASE_HOME}/conf/regionservers'' file). -- ''Added 2007/06/21'' + * Scripts to start and stop a hbase cluster have been added. See ${HBASE_HOME}/bin. List cluster participants in ${HBASE_HOME}/conf/regionservers file). -- ''Added 2007/06/21'' - 1. A script to run distributed clients executing the Performance Evaluation tests described in the Google Bigtable paper has been added and tested to completion running against a small cluster of 4 region servers. See [wiki:Hbase/PerformanceEvaluation Tools for evaluating HBase performance and scalability] -- ''Added 2007/06/21'' + * A script to run distributed clients executing the Performance Evaluation tests described in the Google Bigtable paper has been added and tested to completion running against a small cluster of 4 region servers. See [wiki:Hbase/PerformanceEvaluation Tools for evaluating HBase performance and scalability] -- ''Added 2007/06/21'' - 1. It is now possible to add or delete column families after a table exists. Before either of these operations the table being updated must be taken off-line (disabled) -- ''Added 2007/05/30'' + * It is now possible to add or delete column families after a table exists. Before either of these operations the table being updated must be taken off-line (disabled) -- ''Added 2007/05/30'' - 1. Data compression is available on a per-column family basis. -- ''Added 2007/05/30'' The options are: + * Data compression is available on a per-column family basis. -- ''Added 2007/05/30'' The options are: * no compression * record level compression * block level compression - 1. HBase now has its own component in the [https://issues.apache.org/jira/browse/HADOOP Hadoop Jira]. Bug reports, contributions, etc. should be tagged with the component '''contrib/hbase'''. + * HBase now has its own component in the [https://issues.apache.org/jira/browse/HADOOP Hadoop Jira]. Bug reports, contributions, etc. should be tagged with the component '''contrib/hbase'''. - 1. HBase is being updated frequently. The latest code can always be found in the [http://svn.apache.org/viewvc/lucene/hadoop/trunk/src/contrib/hbase/ trunk of the Hadoop svn tree]. + * HBase is being updated frequently. The latest code can always be found in the [http://svn.apache.org/viewvc/lucene/hadoop/trunk/src/contrib/hbase/ trunk of the Hadoop svn tree]. == Background == @@ -64, +64 @@ == Project Links == * [wiki:Hbase/HbaseArchitecture Hbase Architecture - a work in progress] - * [http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Nightly/javadoc/org/apache/hadoop/hbase/package-summary.html#package_description Getting Started] Link to the 'Getting Started' description hosted inside the HBase javadoc package description. Also see page on the [wiki:Hbase/HbaseShell HBase Shell] + * [http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Nightly/javadoc/org/apache/hadoop/hbase/package-summary.html#package_description Getting Started] description hosted inside the HBase javadoc package description. + * The [wiki:Hbase/HbaseShell HBase Shell home page] describes current state of a basic HBase shell. Includes links to wiki pages describing future shell developments. - * [http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Nightly/javadoc/org/apache/hadoop/hbase/package-summary.html API Docs] Pointer to HBase javadocs built as part of Hadoop nightlies + * [http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Nightly/javadoc/org/apache/hadoop/hbase/package-summary.html HBase API Docs] built as part of Hadoop nightlies * [wiki:Hbase/PerformanceEvaluation Tools for evaluating HBase performance and scalability] == Initial Contributors == @@ -82, +83 @@ Architectural comments should be posted on same page as the portion of the architecture to which the comment is directed. Thank you. - ---- -