Git Product home page Git Product logo

hbase-transactional-tableindexed's Introduction

This project is a transactional and indexing extension for hbase. 

Installation:
 Drop the jar in the classpath of your application
 
Configuration: 
 One of the two regionserver extensions must be turned on by setting the appropriate configuration
 (in hbase-site.xml). 
 
 To enable just the indexing extension: set 
 'hbase.regionserver.class' to 'org.apache.hadoop.hbase.ipc.IndexedRegionInterface' 
 and 
 'hbase.regionserver.impl' to 'org.apache.hadoop.hbase.regionserver.tableindexed.IndexedRegionServer'
 
 To enable the transactional extension (which includes the indexing): set 
 'hbase.regionserver.class' to 'org.apache.hadoop.hbase.ipc.TransactionalRegionInterface' 
  and
 'hbase.regionserver.impl' to 'org.apache.hadoop.hbase.regionserver.transactional.TransactionalRegionServer'
 
 
 For more details, looks at the package.html in the appropriate client package of the source. 

hbase-transactional-tableindexed's People

Contributors

clintam avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

hbase-transactional-tableindexed's Issues

Build error

Since I could find the Hadoop version mentioned in POM in any repository I instead used 0.20.2 using the following command - mvn clean install -Dhadoop.version=0.20.2
For it I get compile time errors @ commit 31f84ba -

[INFO] 3 errors
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure

/media/projects/projects/hbase-transactional-tableindexed/src/main/java/org/apache/hadoop/hbase/regionserver/transactional/THLog.java:[50,33] cannot find symbol
symbol : constructor SequenceFileLogWriter(java.lang.Class<org.apache.hadoop.hbase.regionserver.transactional.THLogKey>)
location: class org.apache.hadoop.hbase.regionserver.wal.SequenceFileLogWriter

/media/projects/projects/hbase-transactional-tableindexed/src/main/java/org/apache/hadoop/hbase/regionserver/transactional/THLog.java:[60,4] method does not override or implement a method from a supertype

/media/projects/projects/hbase-transactional-tableindexed/src/main/java/org/apache/hadoop/hbase/regionserver/transactional/THLog.java:[76,33] cannot find symbol
symbol : constructor SequenceFileLogReader(java.lang.Class<org.apache.hadoop.hbase.regionserver.transactional.THLogKey>)
location: class org.apache.hadoop.hbase.regionserver.wal.SequenceFileLogReader

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.