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

Upgrade to Storm 2.6.2, fix #1188 #1189

Merged
merged 2 commits into from
Apr 15, 2024
Merged

Upgrade to Storm 2.6.2, fix #1188 #1189

merged 2 commits into from
Apr 15, 2024

Conversation

jnioche
Copy link
Contributor

@jnioche jnioche commented Apr 6, 2024

No description provided.

Signed-off-by: Julien Nioche <julien@digitalpebble.com>
@jnioche jnioche marked this pull request as draft April 6, 2024 16:47
@jnioche
Copy link
Contributor Author

jnioche commented Apr 6, 2024

Currently fails with java.lang.NoClassDefFoundError: org/apache/hadoop/hdfs/client/HdfsDataOutputStream$SyncFlag

@rzo1
Copy link
Contributor

rzo1 commented Apr 7, 2024

Currently fails with java.lang.NoClassDefFoundError: org/apache/hadoop/hdfs/client/HdfsDataOutputStream$SyncFlag

<dependency>
    <groupId>org.apache.hadoop</groupId>
    <artifactId>hadoop-client-api</artifactId>
    <version>3.3.6</version>
</dependency>

will fix it (for now). We should open a Jira in Storm to get the Hadoop Client API back into storm-hdfs ;-)

Signed-off-by: Julien Nioche <julien@digitalpebble.com>
@jnioche
Copy link
Contributor Author

jnioche commented Apr 10, 2024

Currently fails with java.lang.NoClassDefFoundError: org/apache/hadoop/hdfs/client/HdfsDataOutputStream$SyncFlag

<dependency>
    <groupId>org.apache.hadoop</groupId>
    <artifactId>hadoop-client-api</artifactId>
    <version>3.3.6</version>
</dependency>

will fix it (for now). We should open a Jira in Storm to get the Hadoop Client API back into storm-hdfs ;-)

See https://issues.apache.org/jira/browse/STORM-4053

@rzo1 rzo1 merged commit 5d33ebb into main Apr 15, 2024
7 checks passed
@rzo1 rzo1 deleted the 1188 branch April 15, 2024 08:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants