rzo1 commented on PR #1189:
URL:
https://github.com/apache/incubator-stormcrawler/pull/1189#issuecomment-2041554233
> Currently fails with java.lang.NoClassDefFoundError:
org/apache/hadoop/hdfs/client/HdfsDataOutputStream$SyncFlag
```bash
<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` ;-)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]