[
https://issues.apache.org/jira/browse/HBASE-17680?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15883050#comment-15883050
]
Ted Yu commented on HBASE-17680:
--------------------------------
Performed "mvn install -DskipTests" on docker (running on Mac):
{code}
[INFO] Apache HBase - Shaded - Server ..................... SUCCESS [ 14.793 s]
[INFO] Apache HBase - Archetypes .......................... SUCCESS [ 0.220 s]
[INFO] Apache HBase - Exemplar for hbase-client archetype . SUCCESS [ 20.397 s]
[INFO] Apache HBase - Exemplar for hbase-shaded-client archetype SUCCESS [
23.015 s]
[INFO] Apache HBase - Archetype builder ................... SUCCESS [ 42.005 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 16:33 min
[INFO] Finished at: 2017-02-24T16:33:22+00:00
{code}
On Mac, same command took:
{code}
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:42 min
[INFO] Finished at: 2017-02-24T08:38:48-08:00
{code}
Building C++ code using buck is very fast.
We should leverage the agility of C++ in docker environment.
> Run mini cluster through JNI in tests
> -------------------------------------
>
> Key: HBASE-17680
> URL: https://issues.apache.org/jira/browse/HBASE-17680
> Project: HBase
> Issue Type: Sub-task
> Reporter: Ted Yu
> Assignee: Ted Yu
> Attachments: 17680.v1.txt, 17680.v3.txt, 17680.v8.txt
>
>
> Currently tests start local hbase cluster through hbase shell.
> There is less control over the configuration of the local cluster this way.
> This issue would replace hbase shell with JNI interface to mini cluster.
> We would have full control over the cluster behavior.
> Thanks to [~devaraj] who started this initiative.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)