We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The Hadoop dependencies have some conflicts with Xenon and downstream applications. The Hadoop deps should be shaded so they do not conflict anymore.
The Hadoop 3 client java libraries are shaded already. If we switch to Hadoop 3 client libraries than this repo jars do not need to be shaded anymore.
The text was updated successfully, but these errors were encountered:
Started work in https://github.com/NLeSC/xenon-adaptors-hadoop/tree/shaded-hadoop3 branch.
The existing tests against Hadoop 2 Docker container are still successful.
Sorry, something went wrong.
Trying to run test suite against Hadoop 3 Docker container is failing.
The hdfs name server is returning internal adress (127.0.0.1) of datanode which is not accessible from the unit test. Error is:
13:02:37.113 [Thread-5] DEBUG org.apache.hadoop.hdfs.DataStreamer - pipeline = [DatanodeInfoWithStorage[127.0.0.1:9866,DS-88b8c019-ea28-4976-9728-82f670be37d3,DISK]], blk_1073741827_1003 13:02:37.114 [Thread-5] DEBUG org.apache.hadoop.hdfs.DataStreamer - Connecting to datanode 127.0.0.1:9866 13:02:37.115 [Thread-5] INFO org.apache.hadoop.hdfs.DataStreamer - Exception in createBlockOutputStream blk_1073741827_1003 java.net.ConnectException: Connection refused
No branches or pull requests
The Hadoop dependencies have some conflicts with Xenon and downstream applications. The Hadoop deps should be shaded so they do not conflict anymore.
The Hadoop 3 client java libraries are shaded already. If we switch to Hadoop 3 client libraries than this repo jars do not need to be shaded anymore.
The text was updated successfully, but these errors were encountered: