Skip to content

Adds multiget and multiput to hbase store#229

Open
MansurAshraf wants to merge 4 commits into
twitter:developfrom
MansurAshraf:hbase
Open

Adds multiget and multiput to hbase store#229
MansurAshraf wants to merge 4 commits into
twitter:developfrom
MansurAshraf:hbase

Conversation

@MansurAshraf
Copy link
Copy Markdown
Contributor

Adds multiget and multiput to hbase store to increase performance

@MansurAshraf
Copy link
Copy Markdown
Contributor Author

Can someone re-trigger the build? There was an error last time

@rubanm
Copy link
Copy Markdown
Contributor

rubanm commented Apr 15, 2014

Done..

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

seems unused

@johnynek
Copy link
Copy Markdown
Contributor

Sorry I was slow to comment here. Looking forward to merging soon.

Do want to find a solution to tho K <% Array[Byte] pattern.

trait Hash[-K, +T] {
  def hash(k: K): T
}

has been proposed a few times. We need to think of some laws for it: maybe:
``Equiv.equiv(k1, k2) => hash(k1) == hash(k2)andProb(hash(k1) == hash(k2) | k1 != k2) <= eps` for some value of eps.

@CLAassistant
Copy link
Copy Markdown

CLAassistant commented Jul 18, 2019

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants