You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "jo sung jun (JIRA)" <ji...@apache.org> on 2011/01/07 01:16:45 UTC

[jira] Created: (HBASE-3428) HBase examples ( sources attachment )

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


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.


[jira] Commented: (HBASE-3428) HBase examples ( sources attachment )

Posted by "stack (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-3428?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12978637#action_12978637 ] 

stack commented on HBASE-3428:
------------------------------

Thank you for doing the fancy examples Jo Sung Jun.

> 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.


[jira] Updated: (HBASE-3428) HBase examples ( sources attachment )

Posted by "jo sung jun (JIRA)" <ji...@apache.org>.
     [ 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.