Skip to content

Commit bbd5087

Browse files
authored
Merge pull request #4 from MikeRayMSFT/rajmera3-config-table-updates
Rajmera3 config table updates
2 parents 2c28260 + ab424e4 commit bbd5087

378 files changed

Lines changed: 5415 additions & 3808 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.acrolinx-config.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
{:allowed-branchname-matches ["master" "release-.*" "sandbox-.*"]
2-
:allowed-filename-matches ["(?i)^docs/(?:(?!toc.yml))" "docs-msdn"]}
2+
:allowed-filename-matches ["(?i)docs/(?:(?!toc.yml))" "docs-msdn"]}

.github/workflows/stale.yml

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
name: Mark stale issues and pull requests
2+
3+
on:
4+
schedule:
5+
- cron: "0 */6 * * *"
6+
7+
jobs:
8+
stale:
9+
10+
runs-on: ubuntu-latest
11+
12+
steps:
13+
- uses: actions/stale@v3
14+
with:
15+
repo-token: ${{ secrets.GITHUB_TOKEN }}
16+
days-before-pr-stale: 14
17+
days-before-pr-close: 14
18+
stale-pr-label: inactive
19+
close-pr-label: auto-close
20+
exempt-pr-labels: keep-open
21+
stale-pr-message: >
22+
This pull request has been inactive for 14 days.
23+
If you are finished with your changes don't forget to add `#sign-off` to a comment in your PR to publish your changes.
24+
If this PR is inactive for 14 more days, it will be closed automatically. Thank you!
25+
26+
SQL Docs Team
27+
28+
[Contact Us](mailto:rogue1@microsoft.com)
29+
30+
[Contributor Guide](https://review.docs.microsoft.com/en-us/help/contribute/sql-server-docs-contribute?branch=master)
31+
close-pr-message: >
32+
This pull request has been inactive for 28 days. At this time, we are closing the PR.
33+
If you decide to continue working on your change, you can reopen the PR and continue working. Thank you!
34+
35+
SQL Docs Team
36+
37+
[Contact Us](mailto:rogue1@microsoft.com)
38+
39+
[Contributor Guide](https://review.docs.microsoft.com/en-us/help/contribute/sql-server-docs-contribute?branch=master)
40+

.openpublishing.publish.config.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
{
22
"build_entry_point": "docs",
33
"docsets_to_publish": [
4+
{
5+
"docset_name": "azure-data-studio",
6+
"build_source_folder": "azure-data-studio",
7+
"build_output_subfolder": "azure-data-studio",
8+
"locale": "en-us",
9+
"monikers": [],
10+
"moniker_ranges": [],
11+
"open_to_public_contributors": true,
12+
"type_mapping": {
13+
"Conceptual": "Content"
14+
},
15+
"build_entry_point": "docs",
16+
"template_folder": "_themes"
17+
},
418
{
519
"docset_name": "sql-content",
620
"build_source_folder": "docs",

.openpublishing.redirection.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42360,6 +42360,11 @@
4236042360
"redirect_url": "/sql/machine-learning/r/creating-workflows-that-use-r-in-sql-server",
4236142361
"redirect_document_id": true
4236242362
},
42363+
{
42364+
"source_path": "docs/machine-learning/r/creating-workflows-that-use-r-in-sql-server.md",
42365+
"redirect_url": "https://techcommunity.microsoft.com/t5/sql-server-integration-services/operationalize-your-machine-learning-project-using-sql-server/ba-p/388296",
42366+
"redirect_document_id": false
42367+
},
4236342368
{
4236442369
"source_path": "docs/advanced-analytics/r/data-exploration-and-predictive-modeling-with-r.md",
4236542370
"redirect_url": "/sql/machine-learning/r/data-exploration-and-predictive-modeling-with-r",
@@ -42368,7 +42373,12 @@
4236842373
{
4236942374
"source_path": "docs/advanced-analytics/r/how-to-create-a-stored-procedure-using-sqlrutils.md",
4237042375
"redirect_url": "/sql/machine-learning/r/how-to-create-a-stored-procedure-using-sqlrutils",
42371-
"redirect_document_id": true
42376+
"redirect_document_id": false
42377+
},
42378+
{
42379+
"source_path": "docs/sql/machine-learning/r/how-to-create-a-stored-procedure-using-sqlrutils.md",
42380+
"redirect_url": "/machine-learning-server/r-reference/sqlrutils/how-to-create-a-stored-procedure-from-r",
42381+
"redirect_document_id": false
4237242382
},
4237342383
{
4237442384
"source_path": "docs/advanced-analytics/r/how-to-create-mdx-queries-using-olapr.md",

azure-data-studio/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- name: Index
2+
href: index.md
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- name: Docs
2+
tocHref: /
3+
topicHref: /

azure-data-studio/docfx.json

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
{
2+
"build": {
3+
"content": [
4+
{
5+
"files": [
6+
"**/*.md",
7+
"**/*.yml"
8+
],
9+
"exclude": [
10+
"**/obj/**",
11+
"**/includes/**",
12+
"_themes/**",
13+
"_themes.pdf/**",
14+
"**/docfx.json",
15+
"_repo.en-us/**",
16+
"README.md",
17+
"LICENSE",
18+
"LICENSE-CODE",
19+
"ThirdPartyNotices.md"
20+
]
21+
}
22+
],
23+
"resource": [
24+
{
25+
"files": [
26+
"**/*.png",
27+
"**/*.jpg"
28+
],
29+
"exclude": [
30+
"**/obj/**",
31+
"**/includes/**",
32+
"_themes/**",
33+
"_themes.pdf/**",
34+
"**/docfx.json",
35+
"_repo.en-us/**"
36+
]
37+
}
38+
],
39+
"overwrite": [],
40+
"externalReference": [],
41+
"globalMetadata": {
42+
"breadcrumb_path": "/azure-data-studio/breadcrumb/toc.json",
43+
"extendBreadcrumb": true,
44+
"feedback_system": "None"
45+
},
46+
"fileMetadata": {},
47+
"template": [],
48+
"dest": "azure-data-studio",
49+
"markdownEngineName": "markdig"
50+
}
51+
}

azure-data-studio/index.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: Welcome to Azure Data Studio
3+
description: Intro to Azure Data Studio
4+
ms.prod: azure-data-studio
5+
ms.technology: azure-data-studio
6+
ms.topic: overview
7+
author: yualan
8+
ms.author: alayu
9+
ms.reviewer: maghan
10+
ms.custom:
11+
ms.date: 3/3/2021
12+
---
13+
14+
# Welcome to azure-data-studio!
Lines changed: 106 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,106 @@
1+
---
2+
title: azdata bdc gateway settings reference
3+
titleSuffix: SQL Server big data clusters
4+
description: Reference article for azdata bdc gateway settings commands.
5+
ms.prod: sql
6+
ms.technology: big-data-cluster
7+
---
8+
9+
# azdata bdc gateway settings
10+
11+
Applies to [!INCLUDE [azure-data-cli-azdata](../../includes/azure-data-cli-azdata.md)]
12+
13+
The following article provides reference for the **gateway settings** commands in the **azdata** tool. For more information about other **azdata** commands, see [azdata reference](reference-azdata.md)
14+
15+
## Commands
16+
|Command|Description|
17+
| --- | --- |
18+
[azdata bdc gateway settings set](#azdata-bdc-gateway-settings-set) | Set gateway service-scope settings.
19+
[azdata bdc gateway settings show](#azdata-bdc-gateway-settings-show) | Show gateway service-scope settings and optionally gateway settings for specified resources.
20+
21+
## azdata bdc gateway settings set
22+
Provides the ability to set a service-scoped or resource-scoped setting. Specify the full name of the setting and the value. Does not apply the setting to the running BDC. Run upgrade to do so.
23+
```bash
24+
azdata bdc gateway settings set --settings -s
25+
26+
```
27+
### Examples
28+
Set the gateway timeout limit.
29+
```bash
30+
azdata bdc gateway settings set --settings gateway-site.gateway.httpclient.socketTimeout=100s –resources gateway
31+
```
32+
33+
### Required Parameters
34+
#### `--settings -s`
35+
Sets the configured value for the provided settings. Multiple settings can be set using a comma separated list.
36+
### Optional Parameters
37+
#### `--resources`
38+
Sets the given setting(s) for the provided resource(s). Resources can be listed as a comma separated list.
39+
40+
### Global Arguments
41+
#### `--debug`
42+
Increase logging verbosity to show all debug logs.
43+
#### `--help -h`
44+
Show this help message and exit.
45+
#### `--output -o`
46+
Output format. Allowed values: json, jsonc, table, tsv. Default: json.
47+
#### `--query -q`
48+
JMESPath query string. See [http://jmespath.org/](http://jmespath.org/) for more information and examples.
49+
#### `--verbose`
50+
Increase logging verbosity. Use --debug for full debug logs.
51+
52+
## azdata bdc gateway settings show
53+
Shows the BDC's `gateway` service-scope (optionally resource-scope) settings. By default, this command shows user-configured service-scope settings. Filters are available to show all settings (system-managed & configurable), configurable settings, or pending settings. To see a specific service-scope or resource-scope setting, you can provide the setting name. Use “recursive” to show settings for all resources as part of the service.
54+
```bash
55+
56+
azdata bdc gateway settings show
57+
[--settings -s]
58+
[--filter-option -f]
59+
[--recursive -rec]
60+
[--include-details -i]
61+
[--description -d]
62+
```
63+
### Examples
64+
Show the user configured Gateway resource-scope settings.
65+
```bash
66+
azdata bdc gateway settings show --resource gateway
67+
```
68+
Show the gateway timeout limit.
69+
```bash
70+
azdata bdc gateway settings show --settings gateway-site.gateway.httpclient.socketTimeout --resources gateway
71+
```
72+
Show the pending settings changes for the Gateway resource.
73+
```bash
74+
azdata bdc gateway settings show --filter-options=pending –-resource gateway --include-details
75+
```
76+
### Optional Parameters
77+
#### `--filter-options | -f`
78+
Options to filter which service-level or resource-scope settings are shown, rather than only user configured settings. Filters are available to show all settings (system-managed & user-configurable), all configurable settings, or pending settings. Options: `userConfigured`, `all`, `pending`, `configurable`.
79+
#### `--settings | -s`
80+
Shows information for the specified setting name(s)
81+
#### `--include-details | -i`
82+
Includes additional details for the settings chosen to be shown
83+
#### `--description | -d`
84+
Include the description of the setting. Must be used with --include-details
85+
#### `--resources | -r`
86+
Shows the setting(s) information for the given resource(s). Resources can be listed as a comma separated list.
87+
#### `--recursive | -rec`
88+
Shows the setting information for the given scope (service or service-resource) as well as all lower-scoped components (resources).
89+
90+
### Global Arguments
91+
#### `--debug`
92+
Increase logging verbosity to show all debug logs.
93+
#### `--help -h`
94+
Show this help message and exit.
95+
#### `--output -o`
96+
Output format. Allowed values: json, jsonc, table, tsv. Default: json.
97+
#### `--query -q`
98+
JMESPath query string. See [http://jmespath.org/](http://jmespath.org/) for more information and examples.
99+
#### `--verbose`
100+
Increase logging verbosity. Use --debug for full debug logs.
101+
102+
## Next steps
103+
104+
For more information about other **azdata** commands, see [azdata reference](reference-azdata.md).
105+
106+
For more information about how to install the **azdata** tool, see [Install azdata to manage SQL Server 2019 big data clusters](../install/deploy-install-azdata.md).
Lines changed: 110 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,110 @@
1+
---
2+
title: azdata bdc hdfs settings reference
3+
titleSuffix: SQL Server big data clusters
4+
description: Reference article for azdata bdc hdfs settings commands.
5+
ms.prod: sql
6+
ms.technology: big-data-cluster
7+
---
8+
9+
# azdata bdc hdfs settings
10+
11+
Applies to [!INCLUDE [azure-data-cli-azdata](../../includes/azure-data-cli-azdata.md)]
12+
13+
The following article provides reference for the **hdfs settings** commands in the **azdata** tool. For more information about other **azdata** commands, see [azdata reference](reference-azdata.md)
14+
15+
## Commands
16+
|Command|Description|
17+
| --- | --- |
18+
[azdata bdc hdfs settings set](#azdata-bdc-hdfs-settings-set) | Set hdfs service-scope settings.
19+
[azdata bdc hdfs settings show](#azdata-bdc-hdfs-settings-show) | Show hdfs service-scope settings and optionally hdfs settings for specified resources.
20+
21+
## azdata bdc hdfs settings set
22+
Provides the ability to set a service-scoped or resource-scoped setting. Specify the full name of the setting and the value. Does not apply the setting to the running BDC. Run upgrade to do so.
23+
```bash
24+
azdata bdc hdfs settings set --settings -s
25+
26+
```
27+
### Examples
28+
Disable volume readthrough for the HDFS service
29+
```bash
30+
azdata bdc hdfs settings set --settings hdfs-site dfs.datanode.provided.volume.readthrough=false
31+
```
32+
Set the replication factor for the Storage Pool resource
33+
```bash
34+
azdata bdc hdfs settings set --settings hdfs-site.dfs.replication=3 –resources storage-0
35+
```
36+
37+
### Required Parameters
38+
#### `--settings -s`
39+
Sets the configured value for the provided settings. Multiple settings can be set using a comma separated list.
40+
### Optional Parameters
41+
#### `--resources`
42+
Sets the given setting(s) for the provided resource(s). Resources can be listed as a comma separated list.
43+
44+
### Global Arguments
45+
#### `--debug`
46+
Increase logging verbosity to show all debug logs.
47+
#### `--help -h`
48+
Show this help message and exit.
49+
#### `--output -o`
50+
Output format. Allowed values: json, jsonc, table, tsv. Default: json.
51+
#### `--query -q`
52+
JMESPath query string. See [http://jmespath.org/](http://jmespath.org/) for more information and examples.
53+
#### `--verbose`
54+
Increase logging verbosity. Use --debug for full debug logs.
55+
56+
## azdata bdc hdfs settings show
57+
Shows the BDC's `hdfs` service-scope (optionally resource-scope) settings. By default, this command shows user-configured service-scope settings. Filters are available to show all settings (system-managed & configurable), configurable settings, or pending settings. To see a specific service-scope or resource-scope setting, you can provide the setting name. Use “recursive” to show settings for all resources as part of the service.
58+
```bash
59+
60+
azdata bdc hdfs settings show
61+
[--settings -s]
62+
[--filter-option -f]
63+
[--recursive -rec]
64+
[--include-details -i]
65+
[--description -d]
66+
```
67+
### Examples
68+
Show the user configured HDFS service-scope settings
69+
```bash
70+
azdata bdc hdfs settings show
71+
```
72+
Show the replication factor for HDFS in the Storage Pool.
73+
```bash
74+
azdata bdc hdfs settings show --settings hdfs-site.dfs.replication --resources storage-0
75+
```
76+
Show the pending settings changes for the HDFS service-scope and resource-scope settings
77+
```bash
78+
azdata bdc hdfs settings show --filter-options=pending --recursive --include-details
79+
```
80+
### Optional Parameters
81+
#### `--filter-options | -f`
82+
Options to filter which service-level or resource-scope settings are shown, rather than only user configured settings. Filters are available to show all settings (system-managed & user-configurable), all configurable settings, or pending settings. Options: `userConfigured`, `all`, `pending`, `configurable`.
83+
#### `--settings | -s`
84+
Shows information for the specified setting name(s)
85+
#### `--include-details | -i`
86+
Includes additional details for the settings chosen to be shown
87+
#### `--description | -d`
88+
Include the description of the setting. Must be used with --include-details
89+
#### `--resources | -r`
90+
Shows the setting(s) information for the given resource(s). Resources can be listed as a comma separated list.
91+
#### `--recursive | -rec`
92+
Shows the setting information for the given scope (service or service-resource) as well as all lower-scoped components (resources).
93+
94+
### Global Arguments
95+
#### `--debug`
96+
Increase logging verbosity to show all debug logs.
97+
#### `--help -h`
98+
Show this help message and exit.
99+
#### `--output -o`
100+
Output format. Allowed values: json, jsonc, table, tsv. Default: json.
101+
#### `--query -q`
102+
JMESPath query string. See [http://jmespath.org/](http://jmespath.org/) for more information and examples.
103+
#### `--verbose`
104+
Increase logging verbosity. Use --debug for full debug logs.
105+
106+
## Next steps
107+
108+
For more information about other **azdata** commands, see [azdata reference](reference-azdata.md).
109+
110+
For more information about how to install the **azdata** tool, see [Install azdata to manage SQL Server 2019 big data clusters](../install/deploy-install-azdata.md).

0 commit comments

Comments
 (0)