Skip to content

Commit d38109e

Browse files
authored
Merge pull request #251783 from v-akarnase/patch-39
Update hdinsight-config-for-vscode.md
2 parents 6398c0f + 9d7d3dd commit d38109e

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

articles/hdinsight/hdinsight-config-for-vscode.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Azure HDInsight configuration settings reference
33
description: Introduce the configuration of Azure HDInsight extension.
44
ms.service: hdinsight
55
ms.topic: how-to
6-
ms.date: 08/30/2022
6+
ms.date: 09/19/2023
77
ms.custom:
88
---
99

@@ -29,52 +29,52 @@ For general information about working with settings in VS Code, refer to [User a
2929
| HDInsight: Azure Environment | Azure | Azure environment |
3030
| HDInsight: Disable Open Survey Link | Checked | Enable/Disable opening HDInsight survey |
3131
| HDInsight: Enable Skip Pyspark Installation | Unchecked | Enable/Disable skipping pyspark installation |
32-
| HDInsight: Login Tips Enable | Unchecked | When this option is checked, there will be a prompt when logging in to Azure |
32+
| HDInsight: Login Tips Enable | Unchecked | When this option is checked, there is a prompt when logging in to Azure |
3333
| HDInsight: Previous Extension Version | Display the version number of the current extension | Show the previous extension version|
3434
| HDInsight: Results Font Family | -apple-system,BlinkMacSystemFont,Segoe WPC,Segoe UI,HelveticaNeue-Light,Ubuntu,Droid Sans,sans-serif | Set the font family for the results grid; set to blank to use the editor font |
3535
| HDInsight: Results Font Size | 13 |Set the font size for the results gird; set to blank to use the editor size |
3636
| HDInsight Cluster: Linked Cluster | -- | Linked clusters urls. Also can edit the JSON file to set |
37-
| HDInsight Hive: Apply Localization | Unchecked | [Optional] Configuration options for localizing into VSCode's configured locale (must restart VSCode for settings to take effect)|
37+
| HDInsight Hive: Apply Localization | Unchecked | [Optional] Configuration options for localizing into Visual Studio Code's configured locale (must restart Visual Studio Code for settings to take effect)|
3838
| HDInsight Hive: Copy Include Headers | Unchecked | [Optional] Configuration option for copying results from the Results View |
3939
| HDInsight Hive: Copy Remove New Line | Checked | [Optional] Configuration options for copying multi-line results from the Results View |
4040
| HDInsight Hive › Format: Align Column Definitions In Columns | Unchecked | Should column definition be aligned |
4141
| HDInsight Hive › Format: Datatype Casing | none | Should data types be formatted as UPPERCASE, lowercase, or none (not formatted) |
4242
| HDInsight Hive › Format: Keyword Casing | none | Should keywords be formatted as UPPERCASE, lowercase, or none (not formatted) |
4343
| HDInsight Hive › Format: Place Commas Before Next Statement | Unchecked | Should commas be placed at the beginning of each statement in a list for example ', mycolumn2' instead of at the end 'mycolumn1,'|
44-
| HDInsight Hive › Format: Place Select Statement References On New Line | Unchecked | Should references to objects in a select statement be split into separate lines? For example, for 'SELECT C1, C2 FROM T1' both C1 and C2 will be on separate lines
44+
| HDInsight Hive › Format: Place Select Statement References On New Line | Unchecked | Should references to objects in a SELECT statement be split into separate lines? For example, for 'SELECT C1, C2 FROM T1' both C1 and C2 is on separate lines
4545
| HDInsight Hive: Log Debug Info | Unchecked | [Optional] Log debug output to the VS Code console (Help -> Toggle Developer Tools)
4646
| HDInsight Hive: Messages Default Open | Checked | True for the messages pane to be open by default; false for closed|
47-
| HDInsight Hive: Results Font Family | -apple-system,BlinkMacSystemFont,Segoe WPC,Segoe UI,HelveticaNeue-Light,Ubuntu,Droid Sans,sans-serif | Set the font family for the results grid; set to blank to use the editor font |
47+
| HDInsight Hive: Results Font Family | -apple-system, BlinkMacSystemFont, Segoe WPC,Segoe UI, HelveticaNeue-Light, Ubuntu, Droid Sans, sans-serif | Set the font family for the results grid; set to blank to use the editor font |
4848
| HDInsight Hive: Results Font Size | 13 | Set the font size for the results grid; set to blank to use the editor size |
49-
| HDInsight Hive › Save As Csv: Include Headers | Checked | [Optional] When true, column headers are included when saving results as CSV |
49+
| HDInsight Hive › Save as `csv`: Include Headers | Checked | [Optional] When true, column headers are included when saving results as CSV |
5050
| HDInsight Hive: Shortcuts | -- | Shortcuts related to the results window |
5151
| HDInsight Hive: Show Batch Time| Unchecked | [Optional] Should execution time is shown for individual batches |
5252
| HDInsight Hive: Split Pane Selection | next | [Optional] Configuration options for which column new result panes should open in |
53-
| HDInsight Job Submission: Cluster Conf | -- | Cluster Configuration |
54-
| HDInsight Job Submission: Livy Conf | -- | Livy Configuration. POST/batches |
55-
| HDInsight Jupyter: Append Results| Checked | Whether to append the results to results window, else clear and display. |
53+
| HDInsight Job Submission: Cluster `Conf` | -- | Cluster Configuration |
54+
| HDInsight Job Submission: Livy `Conf` | -- | Livy Configuration. POST/batches |
55+
| HDInsight Jupyter: Append Results| Checked | Whether to append the results to the results window or to clear and display them. |
5656
| HDInsight Jupyter: Languages | -- | Default settings per language. |
57-
| HDInsight Jupyter › Log: Verbose | Unchecked | If enable verbose logging |
58-
| HDInsight Jupyter › Notebook: Startup Args | Can add item | 'jupyter notebook' command-line arguments. Each argument is a separate item in the array. For a full list type 'jupyter notebook--help' in a terminal window. |
57+
| HDInsight Jupyter › Log: Verbose | Unchecked | If enable verbose logging. |
58+
| HDInsight Jupyter › Notebook: Startup Args | Can add item | `jupyter notebook` command-line arguments. Each argument is a separate item in the array. For a full list type `jupyter notebook--help` in a terminal window. |
5959
| HDInsight Jupyter › Notebook: Startup Folder | ${workspaceRoot} |-- |
60-
| HDInsight Jupyter: Python Extension Enabled | Checked | Use Python-Interactive-Window of ms-python extension when submitting pySpark Interactive jobs. Otherwise, use our own jupyter window |
60+
| HDInsight Jupyter: Python Extension Enabled | Checked | Use Python-Interactive-Window of ms-python extension when submitting pySpark Interactive jobs. Otherwise, use our own `jupyter` window. |
6161
| HDInsight Spark.NET: 7z | C:\Program Files\7-Zip | <Path to 7z.exe> |
6262
| HDInsight Spark.NET: HADOOP_HOME | D:\winutils | <Path to bin\winutils.exe> windows OS only |
6363
| HDInsight Spark.NET: JAVA_HOME | C:\Program Files\Java\jdk1.8.0_201\ | Path to Java Home|
6464
| HDInsight Spark.NET: SCALA_HOME | C:\Program Files (x86)\scala\ | Path to Scala Home |
6565
| HDInsight Spark.NET: SPARK_HOME | D:\spark-2.3.3-bin-hadoop2.7\ | Path to Spark Home |
6666
| Hive: Persist Query Result Tabs | Unchecked | Hive PersistQueryResultTabs |
6767
| Hive: Split Pane Selection | next | [Optional] Configuration options for which column new result panes should open in |
68-
| Hive Interactive: Copy Executable Folder | Unchecked | If copy the hive interactive service runtime folder to user's tmp folder |
68+
| Hive Interactive: Copy Executable Folder | Unchecked | If copy the hive interactive service runtime folder to user's tmp folder. |
6969
| Hql Interactive Server: Wrapper Port | 13424 | Hive interactive service port |
7070
| Hql Language Server: Language Wrapper Port | 12342 | Hive language service port servers listen to. |
7171
| Hql Language Server: Max Number Of Problems | 100 | Controls the maximum number of problems produced by the server. |
7272
| Synapse Spark Compute: Synapse Spark Compute Azure Environment | blank | synapse Spark Compute Azure environment |
73-
| Synapse Spark pool Job Submission: Livy Conf | -- | Livy Configuration. POST/batches
74-
| Synapse Spark pool Job Submission: Synapse Spark Pool Cluster Conf | -- | Synapse Spark Pool Configuration |
73+
| Synapse Spark pool Job Submission: `Livy Conf` | -- | Livy Configuration. POST/batches
74+
| Synapse Spark pool Job Submission: `Synapse Spark Pool Cluster Conf` | -- | Synapse Spark Pool Configuration |
7575

7676

7777
## Next steps
7878

79-
- For information about Azure HDInsight for VSCode, see [Spark & Hive for Visual Studio Code Tools](/sql/big-data-cluster/spark-hive-tools-vscode).
79+
- For information about Azure HDInsight for Visual Studio Code, see [Spark & Hive for Visual Studio Code Tools](/sql/big-data-cluster/spark-hive-tools-vscode).
8080
- For a video that demonstrates using Spark & Hive for Visual Studio Code, see [Spark & Hive for Visual Studio Code](https://go.microsoft.com/fwlink/?linkid=858706).

0 commit comments

Comments
 (0)