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
With the modularization of tika 2.x, it would be useful to allow users to drop extra jars in a /tika-bin/ directory for extra-functionality. For example, adding the tika-fetcher-http module might look like this: https://cwiki.apache.org/confluence/download/attachments/186877907/Dockerfile?version=1&modificationDate=1629216716183&api=v2
If we added the -cp /tika-bin/* stuff, though, users could extend logical spark more easily.
-cp /tika-bin/*
If there are better options, please let me know.
Thank you!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
With the modularization of tika 2.x, it would be useful to allow users to drop extra jars in a /tika-bin/ directory for extra-functionality. For example, adding the tika-fetcher-http module might look like this: https://cwiki.apache.org/confluence/download/attachments/186877907/Dockerfile?version=1&modificationDate=1629216716183&api=v2
If we added the
-cp /tika-bin/*
stuff, though, users could extend logical spark more easily.If there are better options, please let me know.
Thank you!
The text was updated successfully, but these errors were encountered: