Skip to content

support hadoop 3.2.2 #29

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

Closed
wants to merge 3 commits into from
Closed

support hadoop 3.2.2 #29

wants to merge 3 commits into from

Conversation

songgane
Copy link
Member

@songgane songgane commented Jul 1, 2021

Since hadoop 3.2.2, ObserverNameNode is supported. (https://hadoop.apache.org/docs/r3.2.2/hadoop-project-dist/hadoop-hdfs/ObserverNameNode.html)

Because Trino is using hadoop 3.2.0, If Trino is used in the 3.2.2, the following error will occur.


SQL Error [16777232]: Query failed (#...): Couldn't create proxy provider class org.apache.hadoop.hdfs.server.namenode.ha.ObserverReadProxyProvider

If Trino upgrade to 3.2.2, I don't know what side effects there might be. But in my environment, I didn't find the problem.

The referenced guava :11.0.2 has been updated to 27.0-jre .
So I changed the depredicated com.google.common.net.HostAndPort.getHostPort to getHost.

@cla-bot cla-bot bot added the cla-signed label Jul 1, 2021
@electrum electrum self-requested a review July 2, 2021 01:37
@electrum electrum self-assigned this Jul 2, 2021
@yohengyang
Copy link

yohengyang commented Oct 21, 2021

@electrum hi,could you help review the code

@findepi
Copy link
Member

findepi commented Oct 30, 2021

Hadoop 3.3.1 is available. Any reason not to upgrade to the latest version?

@yxydde
Copy link

yxydde commented Feb 9, 2022

why blocked ?

@electrum
Copy link
Member

Apologies for not reviewing this. Closing in favor of #44

@electrum electrum closed this Jun 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

5 participants