[
https://issues.apache.org/jira/browse/KUDU-2411?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16542306#comment-16542306
]
Mike Percy commented on KUDU-2411:
----------------------------------
I threw together a proof-of-concept of this today by building on EL6, copying
all the deps (except for a few system libs like libpthread, libc, libdl,
libgcc, etc), changing the rpath to point to the deps, and running it on Ubuntu
16.04. And I was able to run the binaries to the point that --help did not
crash. I'm going to work on making generation of such an artifact a bit less
hacky and try a more interesting test when I find a few spare minutes to work
on it.
> Create a public test utility artifact
> -------------------------------------
>
> Key: KUDU-2411
> URL: https://issues.apache.org/jira/browse/KUDU-2411
> Project: Kudu
> Issue Type: Improvement
> Components: java
> Affects Versions: 1.7.0
> Reporter: Grant Henke
> Assignee: Grant Henke
> Priority: Major
> Labels: community
>
> Create a public published test utility jar that contains useful testing
> utilities for applications that integrate with Kudu including things like
> BaseKuduTest.java and MiniKuduCluster.java.
> This has the added benefit of eliminating the unusual dependency on all of
> kudu-clients test in each of the other java modules. This could likely be
> used in our examples code too.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)