[ https://issues.apache.org/jira/browse/HADOOP-2415?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Edward Yoon deleted HADOOP-2415: -------------------------------- > [Hbase] Addition of Hbase Examples > ---------------------------------- > > Key: HADOOP-2415 > URL: https://issues.apache.org/jira/browse/HADOOP-2415 > Project: Hadoop > Issue Type: New Feature > Environment: All > Reporter: Edward Yoon > Assignee: Edward Yoon > Priority: Minor > > I decided to make the example package. > {code} > hql > jar ./build/contrib/hbase/hadoop-0.16.0-dev-hbase-examples.jar > An example program must be given as the first argument. > Valid program names are: > apachelogfetcher: A apache access_log fetcher > tableprojection: Selects a subset of the columnfamilies of a relation > using mapreduce > ... > hql > jar ./build/contrib/hbase/hadoop-0.16.0-dev-hbase-examples.jar > tableprojection > Usage: tableprojection input output "column-list" > hql > jar ./build/contrib/hbase/hadoop-0.16.0-dev-hbase-examples.jar > tableprojection movieLog_table projectedTable "year: length:" > ... > {code} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.