Hello @Janne Kujanpää ,
Thanks for the question and using MS Q&A platform.
The below are the steps to update Apache Commos Text 1.10 version:
Step1: Create an init script as shown below:
init script:
#!/bin/bash
wget --quiet -O /dbfs/tmp/commons-text-1.10.0.jar https://repo1.maven.org/maven2/org/apache/commons/commons-text/1.10.0/commons-text-1.10.0.jar
rm -rf /databricks/jars/*commons-text*.jar
cp /dbfs/tmp/commons-text-1.10.0.jar /databricks/jars/
Step2: After you run the above snippet from a notebook, there will the apache-commons-text-install.sh file in /dbfs/databricks/scripts folder
Step3: After confirming the file is good, add this to the init script to the cluster as shown below:
Step4: Restart the cluster, after that you will see the 1.10 version
Hope this will help. Please let us know if any further queries.
------------------------------
- Please don't forget to click on
or upvote
button whenever the information provided helps you. Original posters help the community find answers faster by identifying the correct answer. Here is how
- Want a reminder to come back and check responses? Here is how to subscribe to a notification
- If you are interested in joining the VM program and help shape the future of Q&A: Here is jhow you can be part of Q&A Volunteer Moderators