- 2231 Views
- 2 replies
- 3 kudos
I am working on converting manual global init scripts into a terraform IaC process for multiple environments. Within terraform, we are using the resource "databricks_global_init_script" and set the content_base64 with the following:base64encoded(<<-...
- 2231 Views
- 2 replies
- 3 kudos
Latest Reply
Atanu
Databricks Employee
I am looking into it @Kristian Foster Are you able to get it working?
1 More Replies
- 12429 Views
- 1 replies
- 0 kudos
Hi there,I am trying to set up databricks storage account access in Global init script. according to Azure Databricks document on creating cluster with driver config for all clusters (https://learn.microsoft.com/en-us/azure/databricks/archive/compute...
- 12429 Views
- 1 replies
- 0 kudos
- 5905 Views
- 3 replies
- 1 kudos
I have a JAR I want to be installed as a library on all clusters. I have tried both wget /databricks/jars/ some_repoandcp /dbfs/FileStore/jars/name_of_jar.jar /databricks/jars/clusters start up but the JAR is not installed as a library. I am aware th...
- 5905 Views
- 3 replies
- 1 kudos
Latest Reply
Found a solution.echo /databricks/databricks-hive /databricks/jars /databricks/glue | xargs -n 1 cp /dbfs/FileStore/jars/NAME_OF_THE_JAR.jarhad to first add the jar as a library through the GUI via Create -> Library then uploaded the downloaded JAR. ...
2 More Replies
by
Vikram
• New Contributor II
- 3521 Views
- 4 replies
- 4 kudos
How can we update the OpenSSL version for the cluster to address this vulnerability ?https://ubuntu.com/security/CVE-2022-0778Tried with this global init script to auto update the openssl version but does not seem to work as apt-utils is missing. apt...
- 3521 Views
- 4 replies
- 4 kudos
Latest Reply
Atanu
Databricks Employee
I can see below from our internal communication. CVSSv3 score: 4.0 (Medium) AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:N/A:LReference: https://www.openssl.org/news/secadv/20220315.txtSeverity: HighThe BN_mod_sqrt() function, which computes a modular square root, ...
3 More Replies
- 864 Views
- 0 replies
- 0 kudos
If we want to read from a kms encrypted s3 bucket, but write out unencrypted, Do we use the global init script?I am wondering how to “toggle” btw reading encrypted, and writing unencrypted
- 864 Views
- 0 replies
- 0 kudos