A few things:
1) it sounds like you do not need to work on the under development hbase
codebase, so I'd recommend focusing on using an hbase 2.x release
(preferably 2.3.4 since that's what you mention running)
If something comes up later where you do need the under development
codebase, please br
Hi Josh, first of all thanks for any help you can provide... I do appreciate
it.
`-DskipTests` is the standard Maven "ism" to skip tests. Your output
appears to indicate that you were running tests, so perhaps your
invocation was incorrect? You've not provided enough information for us
to know wh
`-DskipTests` is the standard Maven "ism" to skip tests. Your output
appears to indicate that you were running tests, so perhaps your
invocation was incorrect? You've not provided enough information for us
to know why exactly your build failed.
You do not have to build HBase from source in ord
hi,
my ultimate goal is to have a basic CRUD client to hbase using the java api.
in trying to get there, I downloaded the source for hbase 3.0.0 because of the
client source and wanted to build this client and test it against my hbase
instance that is running.
the hbase source is not building due