Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/oscarfmdc/hbase-twitter
- Owner: oscarfmdc
- Created: 2016-12-29T21:04:41.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-18T19:49:57.000Z (over 7 years ago)
- Last Synced: 2024-10-16T01:41:35.144Z (3 months ago)
- Topics: hbase, java, twitter
- Language: Java
- Size: 13.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 analysisStart HBase - bin/start-hbase.sh
Start the shell - bin/hbase shellCheck 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_ZKDATAconf/hbase-env.sh
export JAVA_HOME=PATH_TO_JAVA_HOME
export HBASE_REGIONSERVER_OPTS="-XmsMINm -XmxMAXm"