You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/synapse-analytics/spark/apache-spark-azure-create-spark-configuration.md
+17-17Lines changed: 17 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@ Follow the steps below to create an Apache Spark configuration in an existing Ap
60
60
61
61
1. Select **View Configurations** to open the **Select a Configuration** page. All configurations will be displayed on this page. You can select a configuration that you want to use on this Apache Spark pool.
62
62
63
-

63
+

64
64
65
65
1. Select **Apply** button to save your action.
66
66
@@ -104,27 +104,27 @@ You can import .txt/.conf/.json config in three formats and then convert it to a
104
104
105
105
For .txt config file and .conf config file, you can refer to the following examples:
106
106
107
-
```txt
107
+
```txt
108
108
109
-
spark.synapse.key1 sample
110
-
spark.synapse.key2 true
111
-
# spark.synapse.key3 sample2
109
+
spark.synapse.key1 sample
110
+
spark.synapse.key2 true
111
+
# spark.synapse.key3 sample2
112
112
113
-
```
113
+
```
114
114
115
115
For .json config file, you can refer to the following examples:
116
116
117
-
```json
118
-
{
119
-
"configs": {
120
-
"spark.synapse.key1": "hello world",
121
-
"spark.synapse.key2": "true"
122
-
},
123
-
"annotations": [
124
-
"Sample"
125
-
]
126
-
}
127
-
```
117
+
```json
118
+
{
119
+
"configs": {
120
+
"spark.synapse.key1": "hello world",
121
+
"spark.synapse.key2": "true"
122
+
},
123
+
"annotations": [
124
+
"Sample"
125
+
]
126
+
}
127
+
```
128
128
129
129
> [!NOTE]
130
130
> Synapse Studio will continue to support terraform or bicep-based configuration files.
0 commit comments