Skip to content

Commit bf7e7c0

Browse files
committed
Updates for databricks doc updates
1 parent 0a0ce39 commit bf7e7c0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/data-factory/transform-data-databricks-jar.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.custom: synapse
66
ms.topic: conceptual
77
ms.author: abnarain
88
author: nabhishek
9-
ms.date: 10/03/2024
9+
ms.date: 01/16/2025
1010
ms.subservice: orchestration
1111
---
1212

@@ -119,17 +119,17 @@ For more information, see the [Databricks documentation](/azure/databricks/dev-t
119119

120120
### You can use the Workspace UI:
121121

122-
1. [Use the Databricks workspace UI](/azure/databricks/libraries/#create-a-library)
122+
1. [Use the Databricks workspace UI](/azure/databricks/libraries/cluster-libraries#install-a-library-on-a-cluster)
123123

124-
2. To obtain the dbfs path of the library added using UI, you can use [Databricks CLI](/azure/databricks/dev-tools/cli/#install-the-cli).
124+
2. To obtain the dbfs path of the library added using UI, you can use [Databricks CLI](/azure/databricks/dev-tools/cli/fs-commands#list-the-contents-of-a-directory).
125125

126126
Typically the Jar libraries are stored under dbfs:/FileStore/jars while using the UI. You can list all through the CLI: *databricks fs ls dbfs:/FileStore/job-jars*
127127

128128
### Or you can use the Databricks CLI:
129129

130-
1. Follow [Copy the library using Databricks CLI](/azure/databricks/dev-tools/cli/#copy-a-file-to-dbfs)
130+
1. Follow [Copy the library using Databricks CLI](/azure/databricks/dev-tools/cli/fs-commands#copy-a-directory-or-a-file)
131131

132-
2. Use Databricks CLI [(installation steps)](/azure/databricks/dev-tools/cli/#install-the-cli)
132+
2. Use Databricks CLI [(installation steps)](/azure/databricks/dev-tools/cli/commands#compute-commands)
133133

134134
As an example, to copy a JAR to dbfs:
135135
`dbfs cp SparkPi-assembly-0.1.jar dbfs:/docs/sparkpi.jar`

0 commit comments

Comments
 (0)