Giter Club home page Giter Club logo

Comments (8)

chrajeshbabu avatar chrajeshbabu commented on July 28, 2024

Yes you start deploy cluster like 0.90.4.
Currently it's supported on top of HBase 0.94.8.
To build hindex, you can run "mvn clean package -DskipTests" as how we build hbase. By default it works with hadoop 1.x.

from hindex.

xuxc avatar xuxc commented on July 28, 2024

thx for u answer,
that's to say: i need to build hbase0.94.8 firstly,and then build hindex? or just build hindex and deploy it?

from hindex.

chrajeshbabu avatar chrajeshbabu commented on July 28, 2024

just build hindex and deploy it. Thanks

from hindex.

xuxc avatar xuxc commented on July 28, 2024

hi,
i'd like to know how index region's rowkey change when user region split,
i found the pic in pdf namely SecondaryIndex Design.pdf:
Note that index table's rowkeys are start with "001",but such region after split is start with "005",
is something wrong in that PDF?
if so, how to change index region's rowkey like "001_idxname_value_key" to "005_idxname_value_key"? ("005" means the index region's start key)

thank you!

from hindex.

anoopsjohn avatar anoopsjohn commented on July 28, 2024

After split HBase will kick start a compaction. As u know the split will create ref files and reading from those files use HalfStoreFileReader. The compaction will use these readers and do actual split of the file into 2.
In case of index region split we will use Special halfStoreFileReader. This reader when output the Cells during compaction will do this rewrite of 001->005

from hindex.

xuxc avatar xuxc commented on July 28, 2024

that's to say,when compacting Cells ,Special halfStoreFileReader will put a new rowkey ("005_idxname_value_key" ) instead of old one for a particular row?

from hindex.

anoopsjohn avatar anoopsjohn commented on July 28, 2024

Yes. The special reader will output cell with replaced rk. 001 part will be replaced to 005 (as that is the start key now)

from hindex.

xuxc avatar xuxc commented on July 28, 2024

Hi ,
i'd like to know is it possible to change HRegion's split threshold dynamically?
i.e I use some algorithm like genetic algorithm to modify split threshold without manual intervention,
if so, what should I focus on?
thanks ,
xuxc
12.16

from hindex.

Related Issues (20)

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.