[ 
https://issues.apache.org/jira/browse/HBASE-3428?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jo sung jun updated HBASE-3428:
-------------------------------

    Attachment: StressTest.java
                HBaseClient.java
                AbstractHBase.java

Don't forget inserting property in hbase-site.xml

        <!--  Secondary Indexes in Habase. -->
        <property>
                <name>hbase.regionserver.class</name>
                
<value>org.apache.hadoop.hbase.ipc.IndexedRegionInterface</value>
        </property>

        <property>
                <name>hbase.regionserver.impl</name>
                
<value>org.apache.hadoop.hbase.regionserver.tableindexed.IndexedRegionServer</value>
        </property>

Thanks.

> HBase examples ( sources attachment )
> -------------------------------------
>
>                 Key: HBASE-3428
>                 URL: https://issues.apache.org/jira/browse/HBASE-3428
>             Project: HBase
>          Issue Type: Improvement
>          Components: client
>    Affects Versions: 0.20.6
>         Environment: Ubuntu, Windows 7 32bit
>            Reporter: jo sung jun
>         Attachments: AbstractHBase.java, HBaseClient.java, StressTest.java
>
>
> I know I am new Hbase user.
> When I learn Hbase, I was to hard about learning that.
> I couldn't find well made examples
> now, I wrote somd examples for Hbase starter.
> I wish this examples can help you.
> few more days later, I'll write more good examples.
> sources.
> AbstractHBase.java
> HBaseClient.java
> StressTest.java
> Thanks.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to