Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DRILL-8515] upgrade to hbase client 2.6.1 #2968

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

pjfanning
Copy link
Contributor

@pjfanning pjfanning commented Dec 26, 2024

Description

DRILL-8515

Upgrade HBase client due to issues with zookeeper upgrade - #2893

Documentation

(Please describe user-visible changes similar to what should appear in the Drill documentation.)

Testing

(Please describe how this PR has been tested.)

@pjfanning
Copy link
Contributor Author

Running into

Caused by: java.lang.NoSuchMethodError: 'io.opentelemetry.api.trace.Span org.apache.hadoop.hbase.trace.TraceUtil.createSpan(java.lang.String)'
	at org.apache.hadoop.hbase.regionserver.HRegionServer.<init>(HRegionServer.java:631)
	at org.apache.hadoop.hbase.master.HMaster.<init>(HMaster.java:474)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490)
	at org.apache.hadoop.hbase.util.JVMClusterUtil.createMasterThread(JVMClusterUtil.java:124)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants