Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/oscarfmdc/hbase-twitter

Java application that stores trending topics from Twitter into HBase and provides users with a set of queries for data analysis
https://github.com/oscarfmdc/hbase-twitter

hbase java twitter

Last synced: about 1 month ago
JSON representation

Java application that stores trending topics from Twitter into HBase and provides users with a set of queries for data analysis

Awesome Lists containing this project

README

        

# Hbase Twitter
Java application that stores trending topics from Twitter into HBase and provides users with a set of queries for data analysis

Start HBase - bin/start-hbase.sh
Start the shell - bin/hbase shell

Check at http://localhost:60010 that HBase is running

Standalone Configuration:

conf/hbase-site.xml:

hbase.rootdir
file://OUR_ABSOLUTE_PATH/hbase-data/


hbase.zookeeper.property.dataDir
PATH_FOR_ZKDATA

conf/hbase-env.sh
export JAVA_HOME=PATH_TO_JAVA_HOME
export HBASE_REGIONSERVER_OPTS="-XmsMINm -XmxMAXm"