[
https://issues.apache.org/jira/browse/ACCUMULO-4753?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16277534#comment-16277534
]
Josh Elser commented on ACCUMULO-4753:
--------------------------------------
bq. So this is caused by having two different versions of commons beanutils on
the classpath? I wonder if this could be avoided by modifying the classpath to
only have one version that works for both commons config versions.
Best as I could tell (investigated briefly last night), this isn't possible.
The difference in beanutil versions between commons-config(1) and
commons-config2 would preclude us from making one or the other work.
Another solution would be to shade commons-configuration (and its dependencies)
into an Accumulo jar, but shading is generally met with opposition in Accumulo
:)
> Update to commons-configuration2
> --------------------------------
>
> Key: ACCUMULO-4753
> URL: https://issues.apache.org/jira/browse/ACCUMULO-4753
> Project: Accumulo
> Issue Type: Task
> Reporter: Josh Elser
> Assignee: Josh Elser
> Priority: Critical
>
> I'm looking at what it would take to get Accumulo working against Hadoop 3.
> Thankfully, the only issue seems to be around the commons-configuration2
> update that Hadoop has changed to. With our use of commons-configuration (1)
> for ClientConfiguration and others, this brings in multiple versions of
> commons-beanutils artifacts which result in exceptions at runtime.
> I think the quickest solution is to just upgrade ourselves to use
> commons-configuration2. The "long-term" solution is to try to switch over to
> the shaded jars that Hadoop is publishing (but I'm reticent to sign up for
> that right now :P).
> I think we need to have a discussion about where we want to land this.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)