[
https://issues.apache.org/jira/browse/HBASE-1388?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12725307#action_12725307
]
Jeff Hodges commented on HBASE-1388:
------------------------------------
I asked stack how to access a remote table without the Thrift overhead, but
haven't heard back. The problem that had me using Thrift was hacking around
HBaseConfiguration without needing to sit vpork inside a HBase.. app? exploded
tarball? Whatever the terminology is.
I see there's a constructor for HBaseConfiguration that takes a Configuration
object, but I didn't see any docs on how said Configuration should be laid out
to mock out the HBase config. I'd need some insight from someone into that
before I would put it into place.
Alternatively, feel free to fork and commit another version.
> Implement performance tests using Vpork
> ---------------------------------------
>
> Key: HBASE-1388
> URL: https://issues.apache.org/jira/browse/HBASE-1388
> Project: Hadoop HBase
> Issue Type: Wish
> Components: test
> Reporter: Johan Oskarsson
> Priority: Trivial
>
> It would be useful to have a suite of performance tests so that HBase can be
> compared to other similar projects. This could then be automated on the same
> hardware (perhaps even EC2?).
> There is a project called Vpork, developed by Jon Travis to test Voldemort
> that would be a good starting point. It is written in Groovy and can use the
> Java client libs. This version has been slightly refactored and also supports
> Cassandra:
> http://github.com/johanoskarsson/vpork/tree/master
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.