From b3e8f466ec66332ebc676a2c77b32d7965f511d8 Mon Sep 17 00:00:00 2001 From: Kevin Cunnane Date: Tue, 23 Jul 2019 11:54:33 -0700 Subject: [PATCH] Replace Big Data Cluster with big data cluster (#6467) * Replace Big Data Cluster with big data cluster Official docs guidance is to use "big data cluster" instead of "Big Data Cluster" * Use doublequotes and full product name --- extensions/big-data-cluster/package.nls.json | 4 ++-- .../src/bigDataCluster/tree/addControllerNode.ts | 2 +- .../mssql/notebooks/TSG/cluster-status.ipynb | 10 +++++----- extensions/mssql/package.nls.json | 4 ++-- extensions/mssql/src/localizedConstants.ts | 2 +- .../src/sparkFeature/dialog/dialogCommands.ts | 2 +- .../notebook/src/jupyter/jupyterSessionManager.ts | 2 +- .../src/services/tools/azdataTool.ts | 4 ++-- resources/xlf/de/big-data-cluster.de.xlf | 12 ++++++------ resources/xlf/de/mssql.de.xlf | 8 ++++---- resources/xlf/en/big-data-cluster.xlf | 6 +++--- resources/xlf/en/mssql.xlf | 8 ++++---- resources/xlf/es/big-data-cluster.es.xlf | 12 ++++++------ resources/xlf/es/mssql.es.xlf | 8 ++++---- resources/xlf/fr/big-data-cluster.fr.xlf | 12 ++++++------ resources/xlf/fr/mssql.fr.xlf | 8 ++++---- resources/xlf/it/big-data-cluster.it.xlf | 12 ++++++------ resources/xlf/it/mssql.it.xlf | 8 ++++---- resources/xlf/ja/big-data-cluster.ja.xlf | 12 ++++++------ resources/xlf/ja/mssql.ja.xlf | 14 +++++++------- resources/xlf/ja/notebook.ja.xlf | 2 +- resources/xlf/ja/resource-deployment.ja.xlf | 6 +++--- resources/xlf/ko/big-data-cluster.ko.xlf | 12 ++++++------ resources/xlf/ko/mssql.ko.xlf | 8 ++++---- resources/xlf/pt-br/big-data-cluster.pt-BR.xlf | 12 ++++++------ resources/xlf/pt-br/mssql.pt-BR.xlf | 8 ++++---- resources/xlf/ru/big-data-cluster.ru.xlf | 12 ++++++------ resources/xlf/ru/mssql.ru.xlf | 8 ++++---- resources/xlf/zh-hans/big-data-cluster.zh-Hans.xlf | 12 ++++++------ resources/xlf/zh-hans/mssql.zh-Hans.xlf | 8 ++++---- resources/xlf/zh-hant/big-data-cluster.zh-Hant.xlf | 12 ++++++------ resources/xlf/zh-hant/mssql.zh-Hant.xlf | 8 ++++---- 32 files changed, 129 insertions(+), 129 deletions(-) diff --git a/extensions/big-data-cluster/package.nls.json b/extensions/big-data-cluster/package.nls.json index 2dc924eda7..ab1d67523f 100644 --- a/extensions/big-data-cluster/package.nls.json +++ b/extensions/big-data-cluster/package.nls.json @@ -1,6 +1,6 @@ { - "description": "Support for managing SQL Server Big Data Clusters", - "text.sqlServerBigDataClusters": "SQL Server Big Data Clusters", + "description": "Support for managing SQL Server big data clusters", + "text.sqlServerBigDataClusters": "SQL Server big data clusters", "command.addController.title": "Connect to Controller", "command.deleteController.title" : "Delete", "command.refreshController.title" : "Refresh" diff --git a/extensions/big-data-cluster/src/bigDataCluster/tree/addControllerNode.ts b/extensions/big-data-cluster/src/bigDataCluster/tree/addControllerNode.ts index 73397636a4..6b2c68d769 100644 --- a/extensions/big-data-cluster/src/bigDataCluster/tree/addControllerNode.ts +++ b/extensions/big-data-cluster/src/bigDataCluster/tree/addControllerNode.ts @@ -17,7 +17,7 @@ export class AddControllerNode extends TreeNode { private readonly nodeType: string; constructor() { - super(localize('textBigDataClusterControllerWithDots', 'Add Big Data Cluster Controller...')); + super(localize('textBigDataClusterControllerWithDots', "Add SQL Server big data cluster controller...")); this.nodeType = BdcItemType.addController; } diff --git a/extensions/mssql/notebooks/TSG/cluster-status.ipynb b/extensions/mssql/notebooks/TSG/cluster-status.ipynb index cf5d0d97ed..c87ca17790 100644 --- a/extensions/mssql/notebooks/TSG/cluster-status.ipynb +++ b/extensions/mssql/notebooks/TSG/cluster-status.ipynb @@ -22,7 +22,7 @@ "cells": [ { "cell_type": "markdown", - "source": "![11811317_10153406249401648_2787740058697948111_n](https://raw.githubusercontent.com/Microsoft/sqlworkshops/master/graphics/solutions-microsoft-logo-small.png)\n\n# View the status of your big data cluster\nThis notebook allows you to see the status of the controller, master instance, and pools in your SQL Server big data cluster.\n\n## Important Instructions\n### **Before you begin, you will need:**\n* Big data cluster name\n* Controller username\n* Controller password\n* Controller endpoint \n\nYou can find the controller endpoint from the big data cluster dashboard in the Service Endpoints table. The endpoint is listed as **Cluster Management Service.**\n\nIf you do not know the credentials, ask the admin who deployed your cluster.\n\n### **Prerequisites**\nEnsure the following tools are installed and added to PATH before proceeding.\n\n|Tools|Description|Installation|\n|---|---|---|\n|kubectl | Command-line tool for monitoring the underlying Kuberentes cluster | [Installation](https://kubernetes.io/docs/tasks/tools/install-kubectl/#install-kubectl-binary-using-native-package-management) |\n|azdata | Command-line tool for installing and managing a big data cluster |[Installation](https://docs.microsoft.com/en-us/sql/big-data-cluster/deploy-install-azdata?view=sqlallproducts-allversions) |\n\n### **Instructions**\n* For the best experience, click **Run Cells** on the toolbar above. This will automatically execute all code cells below and show the cluster status in each table.\n* When you click **Run Cells** for this Notebook, you will be prompted at the *Log in to your big data cluster* code cell to provide your login credentials. Follow the prompts and press enter to proceed.\n* **You won't need to modify any of the code cell contents** in this Notebook. If you accidentally made a change, you can reopen this Notebook from the bdc dashboard.\n\n\n", + "source": "![11811317_10153406249401648_2787740058697948111_n](https://raw.githubusercontent.com/Microsoft/sqlworkshops/master/graphics/solutions-microsoft-logo-small.png)\n\n# View the status of your SQL Server big data cluster\nThis notebook allows you to see the status of the controller, master instance, and pools in your SQL Server big data cluster.\n\n## Important Instructions\n### **Before you begin, you will need:**\n* Big data cluster name\n* Controller username\n* Controller password\n* Controller endpoint \n\nYou can find the controller endpoint from the SQL Server big data cluster dashboard in the Service Endpoints table. The endpoint is listed as **Cluster Management Service.**\n\nIf you do not know the credentials, ask the admin who deployed your cluster.\n\n### **Prerequisites**\nEnsure the following tools are installed and added to PATH before proceeding.\n\n|Tools|Description|Installation|\n|---|---|---|\n|kubectl | Command-line tool for monitoring the underlying Kuberentes cluster | [Installation](https://kubernetes.io/docs/tasks/tools/install-kubectl/#install-kubectl-binary-using-native-package-management) |\n|azdata | Command-line tool for installing and managing a SQL Server big data cluster |[Installation](https://docs.microsoft.com/en-us/sql/big-data-cluster/deploy-install-azdata?view=sqlallproducts-allversions) |\n\n### **Instructions**\n* For the best experience, click **Run Cells** on the toolbar above. This will automatically execute all code cells below and show the cluster status in each table.\n* When you click **Run Cells** for this Notebook, you will be prompted at the *Log in to your SQL Server big data cluster* code cell to provide your login credentials. Follow the prompts and press enter to proceed.\n* **You won't need to modify any of the code cell contents** in this Notebook. If you accidentally made a change, you can reopen this Notebook from the bdc dashboard.\n\n\n", "metadata": {} }, { @@ -51,24 +51,24 @@ }, { "cell_type": "markdown", - "source": "## **Log in to your big data cluster**\r\nTo view cluster status, you will need to connect to your big data cluster through mssqlctl. \r\n\r\nWhen you run this code cell, you will be prompted for:\r\n- Cluster name\r\n- Controller username\r\n- Controller password\r\n\r\nTo proceed:\r\n- **Click** on the input box\r\n- **Type** the login info\r\n- **Press** enter.\r\n\r\nIf your cluster is missing a configuration file, you will be asked to provide your controller endpoint. (Format: **https://00.00.00.000:00000**)", + "source": "## **Log in to your SQL Server big data cluster**\r\nTo view cluster status, you will need to connect to your SQL Server big data cluster through mssqlctl. \r\n\r\nWhen you run this code cell, you will be prompted for:\r\n- Cluster name\r\n- Controller username\r\n- Controller password\r\n\r\nTo proceed:\r\n- **Click** on the input box\r\n- **Type** the login info\r\n- **Press** enter.\r\n\r\nIf your cluster is missing a configuration file, you will be asked to provide your controller endpoint. (Format: **https://00.00.00.000:00000**)", "metadata": {} }, { "cell_type": "code", - "source": "import os, getpass, json\nimport pandas as pd\nimport numpy as np\nfrom IPython.display import *\n\ndef PromptForInfo(promptMsg, isPassword, errorMsg):\n if isPassword:\n promptResponse = getpass.getpass(prompt=promptMsg)\n else:\n promptResponse = input(promptMsg)\n if promptResponse == \"\":\n raise SystemExit(errorMsg + '\\n')\n return promptResponse\n\n# Prompt user inputs:\ncluster_name = PromptForInfo('Please provide your Cluster Name: ', False, 'Cluster Name is required!')\n\ncontroller_username = PromptForInfo('Please provide your Controller Username for login: ', False, 'Controller Username is required!')\n\ncontroller_password = PromptForInfo('Controller Password: ', True, 'Password is required!')\nprint('***********')\n\n!azdata logout\n# Login in to your big data cluster \ncmd = f'azdata login -n {cluster_name} -u {controller_username} -a yes'\nprint(\"Start \" + cmd)\nos.environ['CONTROLLER_USERNAME'] = controller_username\nos.environ['CONTROLLER_PASSWORD'] = controller_password\nos.environ['ACCEPT_EULA'] = 'yes'\n\nloginResult = !{cmd}\nif 'ERROR: Please check your kube config or specify the correct controller endpoint with: --controller-endpoint https://:.' in loginResult[0] or 'ERROR' in loginResult[0]:\n controller_ip = input('Please provide your Controller endpoint: ')\n if controller_ip == \"\":\n raise SystemExit(f'Controller IP is required!' + '\\n')\n else:\n cmd = f'azdata login -n {cluster_name} -e {controller_ip} -u {controller_username} -a yes'\n loginResult = !{cmd}\nprint(loginResult)", + "source": "import os, getpass, json\nimport pandas as pd\nimport numpy as np\nfrom IPython.display import *\n\ndef PromptForInfo(promptMsg, isPassword, errorMsg):\n if isPassword:\n promptResponse = getpass.getpass(prompt=promptMsg)\n else:\n promptResponse = input(promptMsg)\n if promptResponse == \"\":\n raise SystemExit(errorMsg + '\\n')\n return promptResponse\n\n# Prompt user inputs:\ncluster_name = PromptForInfo('Please provide your Cluster Name: ', False, 'Cluster Name is required!')\n\ncontroller_username = PromptForInfo('Please provide your Controller Username for login: ', False, 'Controller Username is required!')\n\ncontroller_password = PromptForInfo('Controller Password: ', True, 'Password is required!')\nprint('***********')\n\n!azdata logout\n# Login in to your SQL Server big data cluster \ncmd = f'azdata login -n {cluster_name} -u {controller_username} -a yes'\nprint(\"Start \" + cmd)\nos.environ['CONTROLLER_USERNAME'] = controller_username\nos.environ['CONTROLLER_PASSWORD'] = controller_password\nos.environ['ACCEPT_EULA'] = 'yes'\n\nloginResult = !{cmd}\nif 'ERROR: Please check your kube config or specify the correct controller endpoint with: --controller-endpoint https://:.' in loginResult[0] or 'ERROR' in loginResult[0]:\n controller_ip = input('Please provide your Controller endpoint: ')\n if controller_ip == \"\":\n raise SystemExit(f'Controller IP is required!' + '\\n')\n else:\n cmd = f'azdata login -n {cluster_name} -e {controller_ip} -u {controller_username} -a yes'\n loginResult = !{cmd}\nprint(loginResult)", "metadata": {}, "outputs": [], "execution_count": 0 }, { "cell_type": "markdown", - "source": "## **Status of big data cluster**\r\nAfter you successfully login to your bdc, you can view the overall status of each container before drilling down into each component.", + "source": "## **Status of SQL Server big data cluster**\r\nAfter you successfully login to your bdc, you can view the overall status of each container before drilling down into each component.", "metadata": {} }, { "cell_type": "code", - "source": "# Display status of big data cluster\ndef formatColumnNames(column):\n return ' '.join(word[0].upper() + word[1:] for word in column.split())\n\npd.set_option('display.max_colwidth', -1)\ndef show_results(input):\n input = ''.join(input)\n results = json.loads(input)\n df = pd.DataFrame(results)\n df.columns = [formatColumnNames(n) for n in results[0].keys()]\n mydata = HTML(df.to_html(render_links=True))\n display(mydata)\n\nresults = !azdata bdc status show\nstrRes = ''.join(results)\njsonRes = json.loads(strRes)\ndtypes = '{'\nspark = [x for x in jsonRes if x['kind'] == 'Spark']\nif spark:\n spark_exists = True\nelse:\n spark_exists = False\nshow_results(results)", + "source": "# Display status of SQL Server big data cluster\ndef formatColumnNames(column):\n return ' '.join(word[0].upper() + word[1:] for word in column.split())\n\npd.set_option('display.max_colwidth', -1)\ndef show_results(input):\n input = ''.join(input)\n results = json.loads(input)\n df = pd.DataFrame(results)\n df.columns = [formatColumnNames(n) for n in results[0].keys()]\n mydata = HTML(df.to_html(render_links=True))\n display(mydata)\n\nresults = !azdata bdc status show\nstrRes = ''.join(results)\njsonRes = json.loads(strRes)\ndtypes = '{'\nspark = [x for x in jsonRes if x['kind'] == 'Spark']\nif spark:\n spark_exists = True\nelse:\n spark_exists = False\nshow_results(results)", "metadata": {}, "outputs": [], "execution_count": 0 diff --git a/extensions/mssql/package.nls.json b/extensions/mssql/package.nls.json index 0646483ab3..defbbcb58a 100644 --- a/extensions/mssql/package.nls.json +++ b/extensions/mssql/package.nls.json @@ -16,8 +16,8 @@ "notebook.command.new": "New Notebook", "notebook.command.open": "Open Notebook", - "tab.bigDataClusterDescription": "Tasks and information about your SQL Server Big Data Cluster", - "title.bigDataCluster": "SQL Server Big Data Cluster", + "tab.bigDataClusterDescription": "Tasks and information about your SQL Server big data cluster", + "title.bigDataCluster": "SQL Server big data cluster", "title.submitSparkJob": "Submit Spark Job", "title.newSparkJob": "New Spark Job", "title.openSparkHistory": "View Spark History", diff --git a/extensions/mssql/src/localizedConstants.ts b/extensions/mssql/src/localizedConstants.ts index 345a3c0ffa..f683815496 100644 --- a/extensions/mssql/src/localizedConstants.ts +++ b/extensions/mssql/src/localizedConstants.ts @@ -24,4 +24,4 @@ export function sparkJobSubmissionYarnUIMessage(yarnUIURL: string): string { ret export function sparkJobSubmissionSparkHistoryLinkMessage(sparkHistoryLink: string): string { return localize('sparkJobSubmission_SparkHistoryLinkMessage', 'Spark History Url: {0} ', sparkHistoryLink); } export function sparkJobSubmissionGetApplicationIdFailed(err: string): string { return localize('sparkJobSubmission_GetApplicationIdFailed', 'Get Application Id Failed. {0}', err); } export function sparkJobSubmissionLocalFileNotExisted(path: string): string { return localize('sparkJobSubmission_LocalFileNotExisted', 'Local file {0} does not existed. ', path); } -export const sparkJobSubmissionNoSqlBigDataClusterFound = localize('sparkJobSubmission_NoSqlBigDataClusterFound', 'No Sql Server Big Data Cluster found.'); +export const sparkJobSubmissionNoSqlBigDataClusterFound = localize('sparkJobSubmission_NoSqlBigDataClusterFound', 'No Sql Server big data cluster found.'); diff --git a/extensions/mssql/src/sparkFeature/dialog/dialogCommands.ts b/extensions/mssql/src/sparkFeature/dialog/dialogCommands.ts index 58d104be2b..0755951fca 100644 --- a/extensions/mssql/src/sparkFeature/dialog/dialogCommands.ts +++ b/extensions/mssql/src/sparkFeature/dialog/dialogCommands.ts @@ -63,7 +63,7 @@ export class OpenSparkJobSubmissionDialogCommand extends Command { let selectedHost: string = await vscode.window.showQuickPick(displayList, { placeHolder: localize('sparkJobSubmission_PleaseSelectSqlWithCluster', - 'Please select SQL Server with Big Data Cluster. ') + "Please select SQL Server with big data cluster.") }); let errorMsg = localize('sparkJobSubmission_NoSqlSelected', 'No Sql Server is selected.'); if (!selectedHost) { throw new Error(errorMsg); } diff --git a/extensions/notebook/src/jupyter/jupyterSessionManager.ts b/extensions/notebook/src/jupyter/jupyterSessionManager.ts index 84e4597158..3f956c9114 100644 --- a/extensions/notebook/src/jupyter/jupyterSessionManager.ts +++ b/extensions/notebook/src/jupyter/jupyterSessionManager.ts @@ -246,7 +246,7 @@ export class JupyterSession implements nb.ISession { await this.getClusterEndpoint(connection.id, KNOX_ENDPOINT_KNOX) || await this.getClusterEndpoint(connection.id, KNOX_ENDPOINT_GATEWAY); if (!clusterEndpoint) { - return Promise.reject(new Error(localize('connectionNotValid', 'Spark kernels require a connection to a SQL Server big data cluster master instance.'))); + return Promise.reject(new Error(localize('connectionNotValid', "Spark kernels require a connection to a SQL Server big data cluster master instance."))); } connection.options[KNOX_ENDPOINT_SERVER] = clusterEndpoint.ipAddress; connection.options[KNOX_ENDPOINT_PORT] = clusterEndpoint.port; diff --git a/extensions/resource-deployment/src/services/tools/azdataTool.ts b/extensions/resource-deployment/src/services/tools/azdataTool.ts index 9c4ac1b0b9..a79c18a99e 100644 --- a/extensions/resource-deployment/src/services/tools/azdataTool.ts +++ b/extensions/resource-deployment/src/services/tools/azdataTool.ts @@ -13,7 +13,7 @@ export class AzdataTool implements ITool { } get description(): string { - return localize('resourceDeployment.AzdataDescription', 'A command-line utility written in Python that enables cluster administrators to bootstrap and manage the big data cluster via REST APIs'); + return localize('resourceDeployment.AzdataDescription', "A command-line utility written in Python that enables cluster administrators to bootstrap and manage the big data cluster via REST APIs"); } get type(): ToolType { @@ -21,6 +21,6 @@ export class AzdataTool implements ITool { } get displayName(): string { - return localize('resourceDeployment.AzdataDisplayName', 'azdata'); + return localize('resourceDeployment.AzdataDisplayName', "azdata"); } } \ No newline at end of file diff --git a/resources/xlf/de/big-data-cluster.de.xlf b/resources/xlf/de/big-data-cluster.de.xlf index 869c946690..c4f5d71cff 100644 --- a/resources/xlf/de/big-data-cluster.de.xlf +++ b/resources/xlf/de/big-data-cluster.de.xlf @@ -3,12 +3,12 @@ - Support for managing SQL Server Big Data Clusters - Support for managing SQL Server Big Data Clusters + Support for managing SQL Server big data clusters + Support for managing SQL Server big data clusters - SQL Server Big Data Clusters - SQL Server Big Data Clusters + SQL Server big data clusters + SQL Server big data clusters Connect to Controller @@ -35,8 +35,8 @@ - Add Big Data Cluster Controller... - Add Big Data Cluster Controller... + Add big data cluster controller... + Add big data cluster controller... Connect to Controller diff --git a/resources/xlf/de/mssql.de.xlf b/resources/xlf/de/mssql.de.xlf index d5545989b9..7407a03742 100644 --- a/resources/xlf/de/mssql.de.xlf +++ b/resources/xlf/de/mssql.de.xlf @@ -59,11 +59,11 @@ Notebook öffnen - Tasks and information about your SQL Server Big Data Cluster + Tasks and information about your SQL Server big data cluster Aufgaben und Informationen zu Ihrem SQL Server-Big Data-Cluster - SQL Server Big Data Cluster + SQL Server big data cluster SQL Server-Big Data-Cluster @@ -655,7 +655,7 @@ - Please select SQL Server with Big Data Cluster. + Please select SQL Server with big data cluster. Wählen Sie SQL Server mit Big Data-Cluster aus. @@ -1023,7 +1023,7 @@ Die lokale Datei "{0}" ist nicht vorhanden. - No Sql Server Big Data Cluster found. + No Sql Server big data cluster found. Es wurde kein SQL Server-Big Data-Cluster gefunden. diff --git a/resources/xlf/en/big-data-cluster.xlf b/resources/xlf/en/big-data-cluster.xlf index 247c8cc04c..cd6d176b8c 100644 --- a/resources/xlf/en/big-data-cluster.xlf +++ b/resources/xlf/en/big-data-cluster.xlf @@ -2,10 +2,10 @@ - Support for managing SQL Server Big Data Clusters + Support for managing SQL Server big data clusters - SQL Server Big Data Clusters + SQL Server big data clusters Connect to Controller @@ -24,7 +24,7 @@ - Add Big Data Cluster Controller... + Add big data cluster controller... Connect to Controller diff --git a/resources/xlf/en/mssql.xlf b/resources/xlf/en/mssql.xlf index 277ba80e88..b30a3cda57 100644 --- a/resources/xlf/en/mssql.xlf +++ b/resources/xlf/en/mssql.xlf @@ -44,10 +44,10 @@ Open Notebook - Tasks and information about your SQL Server Big Data Cluster + Tasks and information about your SQL Server big data cluster - SQL Server Big Data Cluster + SQL Server big data cluster Submit Spark Job @@ -485,7 +485,7 @@ - Please select SQL Server with Big Data Cluster. + Please select SQL Server with big data cluster. No Sql Server is selected. @@ -770,7 +770,7 @@ Local file {0} does not existed. - No Sql Server Big Data Cluster found. + No Sql Server big data cluster found. \ No newline at end of file diff --git a/resources/xlf/es/big-data-cluster.es.xlf b/resources/xlf/es/big-data-cluster.es.xlf index 04f358d28a..1a25aae9a3 100644 --- a/resources/xlf/es/big-data-cluster.es.xlf +++ b/resources/xlf/es/big-data-cluster.es.xlf @@ -3,12 +3,12 @@ - Support for managing SQL Server Big Data Clusters - Support for managing SQL Server Big Data Clusters + Support for managing SQL Server big data clusters + Support for managing SQL Server big data clusters - SQL Server Big Data Clusters - SQL Server Big Data Clusters + SQL Server big data clusters + SQL Server big data clusters Connect to Controller @@ -35,8 +35,8 @@ - Add Big Data Cluster Controller... - Add Big Data Cluster Controller... + Add big data cluster controller... + Add big data cluster controller... Connect to Controller diff --git a/resources/xlf/es/mssql.es.xlf b/resources/xlf/es/mssql.es.xlf index 28b86360da..cc32e805e0 100644 --- a/resources/xlf/es/mssql.es.xlf +++ b/resources/xlf/es/mssql.es.xlf @@ -59,11 +59,11 @@ Abra Notebook - Tasks and information about your SQL Server Big Data Cluster + Tasks and information about your SQL Server big data cluster Tareas e información sobre el clúster de macrodatos de SQL Server - SQL Server Big Data Cluster + SQL Server big data cluster Clúster de macrodatos de SQL Server @@ -655,7 +655,7 @@ - Please select SQL Server with Big Data Cluster. + Please select SQL Server with big data cluster. Seleccione SQL Server con un clúster de macrodatos @@ -1023,7 +1023,7 @@ No existe el archivo local {0}. - No Sql Server Big Data Cluster found. + No Sql Server big data cluster found. No se ha encontrado ningún clúster de macrodatos de SQL Server. diff --git a/resources/xlf/fr/big-data-cluster.fr.xlf b/resources/xlf/fr/big-data-cluster.fr.xlf index c571cd89f4..217e015264 100644 --- a/resources/xlf/fr/big-data-cluster.fr.xlf +++ b/resources/xlf/fr/big-data-cluster.fr.xlf @@ -3,12 +3,12 @@ - Support for managing SQL Server Big Data Clusters - Support for managing SQL Server Big Data Clusters + Support for managing SQL Server big data clusters + Support for managing SQL Server big data clusters - SQL Server Big Data Clusters - SQL Server Big Data Clusters + SQL Server big data clusters + SQL Server big data clusters Connect to Controller @@ -35,8 +35,8 @@ - Add Big Data Cluster Controller... - Add Big Data Cluster Controller... + Add big data cluster controller... + Add big data cluster controller... Connect to Controller diff --git a/resources/xlf/fr/mssql.fr.xlf b/resources/xlf/fr/mssql.fr.xlf index 68c5467cef..4af2e97c50 100644 --- a/resources/xlf/fr/mssql.fr.xlf +++ b/resources/xlf/fr/mssql.fr.xlf @@ -59,11 +59,11 @@ Ouvrir le notebook - Tasks and information about your SQL Server Big Data Cluster + Tasks and information about your SQL Server big data cluster Tâches et informations concernant votre cluster Big Data SQL Server - SQL Server Big Data Cluster + SQL Server big data cluster Cluster SQL Server Big Data @@ -655,7 +655,7 @@ - Please select SQL Server with Big Data Cluster. + Please select SQL Server with big data cluster. Sélectionnez SQL Server avec le cluster Big Data. @@ -1023,7 +1023,7 @@ Le fichier local {0} n'existe pas. - No Sql Server Big Data Cluster found. + No Sql Server big data cluster found. Aucun cluster Big Data SQL Server. diff --git a/resources/xlf/it/big-data-cluster.it.xlf b/resources/xlf/it/big-data-cluster.it.xlf index 0882cd1930..8fbbde2774 100644 --- a/resources/xlf/it/big-data-cluster.it.xlf +++ b/resources/xlf/it/big-data-cluster.it.xlf @@ -3,12 +3,12 @@ - Support for managing SQL Server Big Data Clusters - Support for managing SQL Server Big Data Clusters + Support for managing SQL Server big data clusters + Support for managing SQL Server big data clusters - SQL Server Big Data Clusters - SQL Server Big Data Clusters + SQL Server big data clusters + SQL Server big data clusters Connect to Controller @@ -35,8 +35,8 @@ - Add Big Data Cluster Controller... - Add Big Data Cluster Controller... + Add big data cluster controller... + Add big data cluster controller... Connect to Controller diff --git a/resources/xlf/it/mssql.it.xlf b/resources/xlf/it/mssql.it.xlf index 96bf03b823..42fcc5a7a0 100644 --- a/resources/xlf/it/mssql.it.xlf +++ b/resources/xlf/it/mssql.it.xlf @@ -59,11 +59,11 @@ Apri notebook - Tasks and information about your SQL Server Big Data Cluster + Tasks and information about your SQL Server big data cluster Attività e informazioni sul cluster Big Data di SQL Server - SQL Server Big Data Cluster + SQL Server big data cluster CLUSTER BIG DATA DI SQL SERVER @@ -655,7 +655,7 @@ - Please select SQL Server with Big Data Cluster. + Please select SQL Server with big data cluster. Selezionare SQL Server con Cluster Big Data. @@ -1023,7 +1023,7 @@ Il file locale {0} non esiste. - No Sql Server Big Data Cluster found. + No Sql Server big data cluster found. Non è stato trovato alcun cluster Big Data di SQL Server. diff --git a/resources/xlf/ja/big-data-cluster.ja.xlf b/resources/xlf/ja/big-data-cluster.ja.xlf index 8a6eec8a33..a133b0b449 100644 --- a/resources/xlf/ja/big-data-cluster.ja.xlf +++ b/resources/xlf/ja/big-data-cluster.ja.xlf @@ -3,12 +3,12 @@ - Support for managing SQL Server Big Data Clusters - Support for managing SQL Server Big Data Clusters + Support for managing SQL Server big data clusters + Support for managing SQL Server big data clusters - SQL Server Big Data Clusters - SQL Server Big Data Clusters + SQL Server big data clusters + SQL Server big data clusters Connect to Controller @@ -35,8 +35,8 @@ - Add Big Data Cluster Controller... - Add Big Data Cluster Controller... + Add big data cluster controller... + Add big data cluster controller... Connect to Controller diff --git a/resources/xlf/ja/mssql.ja.xlf b/resources/xlf/ja/mssql.ja.xlf index 42daa1e79a..6cb0ca9b81 100644 --- a/resources/xlf/ja/mssql.ja.xlf +++ b/resources/xlf/ja/mssql.ja.xlf @@ -59,11 +59,11 @@ ノートブックを開く - Tasks and information about your SQL Server Big Data Cluster - SQL Server Big Data Cluster に関するタスクと情報 + Tasks and information about your SQL Server big data cluster + SQL Server big data cluster に関するタスクと情報 - SQL Server Big Data Cluster + SQL Server big data cluster SQL Server のビッグ データ クラスター @@ -655,8 +655,8 @@ - Please select SQL Server with Big Data Cluster. - Big Data Cluster が含まれる SQL Server を選択してください。 + Please select SQL Server with big data cluster. + big data cluster が含まれる SQL Server を選択してください。 No Sql Server is selected. @@ -1023,8 +1023,8 @@ ローカル ファイル {0} が存在しません。 - No Sql Server Big Data Cluster found. - SQL Server Big Data Cluster が見つかりません。 + No Sql Server big data cluster found. + SQL Server big data cluster が見つかりません。 diff --git a/resources/xlf/ja/notebook.ja.xlf b/resources/xlf/ja/notebook.ja.xlf index 988180066d..291ae0635b 100644 --- a/resources/xlf/ja/notebook.ja.xlf +++ b/resources/xlf/ja/notebook.ja.xlf @@ -292,7 +292,7 @@ Spark kernels require a connection to a SQL Server big data cluster master instance. - Spark カーネルは、SQL Server Big Data Cluster マスター インスタンスへの接続を必要とします。 + Spark カーネルは、SQL Server big data cluster マスター インスタンスへの接続を必要とします。 diff --git a/resources/xlf/ja/resource-deployment.ja.xlf b/resources/xlf/ja/resource-deployment.ja.xlf index 50dbdb07e3..8f2d16c17f 100644 --- a/resources/xlf/ja/resource-deployment.ja.xlf +++ b/resources/xlf/ja/resource-deployment.ja.xlf @@ -16,7 +16,7 @@ Deploy SQL Server big data cluster… - SQL Server Big Data Cluster を展開します… + SQL Server big data cluster を展開します… Deploy SQL Server… @@ -40,7 +40,7 @@ SQL Server big data cluster allows you to deploy scalable clusters of SQL Server, Spark, and HDFS containers running on Kubernetes - SQL Server Big Data Cluster を使用すると、Kubernetes で実行されている SQL Server、Spark、および HDFS のコンテナーのスケーラブルなクラスターをデプロイできます。 + SQL Server big data cluster を使用すると、Kubernetes で実行されている SQL Server、Spark、および HDFS のコンテナーのスケーラブルなクラスターをデプロイできます。 Version @@ -64,7 +64,7 @@ SQL Server 2019 big data cluster CTP 3.1 - SQL Server 2019 Big Data Cluster CTP 3.1 + SQL Server 2019 big data cluster CTP 3.1 Deployment target diff --git a/resources/xlf/ko/big-data-cluster.ko.xlf b/resources/xlf/ko/big-data-cluster.ko.xlf index 3da161dfe9..45fbf9ce16 100644 --- a/resources/xlf/ko/big-data-cluster.ko.xlf +++ b/resources/xlf/ko/big-data-cluster.ko.xlf @@ -3,12 +3,12 @@ - Support for managing SQL Server Big Data Clusters - Support for managing SQL Server Big Data Clusters + Support for managing SQL Server big data clusters + Support for managing SQL Server big data clusters - SQL Server Big Data Clusters - SQL Server Big Data Clusters + SQL Server big data clusters + SQL Server big data clusters Connect to Controller @@ -35,8 +35,8 @@ - Add Big Data Cluster Controller... - Add Big Data Cluster Controller... + Add big data cluster controller... + Add big data cluster controller... Connect to Controller diff --git a/resources/xlf/ko/mssql.ko.xlf b/resources/xlf/ko/mssql.ko.xlf index ed65527489..eb6c12722d 100644 --- a/resources/xlf/ko/mssql.ko.xlf +++ b/resources/xlf/ko/mssql.ko.xlf @@ -59,11 +59,11 @@ 노트북 열기 - Tasks and information about your SQL Server Big Data Cluster + Tasks and information about your SQL Server big data cluster SQL Server 빅 데이터 클러스터에 대한 작업 및 정보 - SQL Server Big Data Cluster + SQL Server big data cluster SQL Server 빅 데이터 클러스터 @@ -655,7 +655,7 @@ - Please select SQL Server with Big Data Cluster. + Please select SQL Server with big data cluster. 빅 데이터 클러스터가 있는 SQL 서버를 선택하세요. @@ -1023,7 +1023,7 @@ 로컬 파일 {0}이(가) 없습니다. - No Sql Server Big Data Cluster found. + No Sql Server big data cluster found. Sql Server 빅 데이터 클러스터를 찾을 수 없습니다. diff --git a/resources/xlf/pt-br/big-data-cluster.pt-BR.xlf b/resources/xlf/pt-br/big-data-cluster.pt-BR.xlf index 656b589f34..d950cda7fb 100644 --- a/resources/xlf/pt-br/big-data-cluster.pt-BR.xlf +++ b/resources/xlf/pt-br/big-data-cluster.pt-BR.xlf @@ -3,12 +3,12 @@ - Support for managing SQL Server Big Data Clusters - Support for managing SQL Server Big Data Clusters + Support for managing SQL Server big data clusters + Support for managing SQL Server big data clusters - SQL Server Big Data Clusters - SQL Server Big Data Clusters + SQL Server big data clusters + SQL Server big data clusters Connect to Controller @@ -35,8 +35,8 @@ - Add Big Data Cluster Controller... - Add Big Data Cluster Controller... + Add big data cluster controller... + Add big data cluster controller... Connect to Controller diff --git a/resources/xlf/pt-br/mssql.pt-BR.xlf b/resources/xlf/pt-br/mssql.pt-BR.xlf index e074631bc5..4e591f4a5a 100644 --- a/resources/xlf/pt-br/mssql.pt-BR.xlf +++ b/resources/xlf/pt-br/mssql.pt-BR.xlf @@ -59,11 +59,11 @@ Abrir o Notebook - Tasks and information about your SQL Server Big Data Cluster + Tasks and information about your SQL Server big data cluster Tarefas e informações sobre o cluster de Big data do SQL Server - SQL Server Big Data Cluster + SQL Server big data cluster CLUSTER DE BIG DATA DO SQL SERVER @@ -655,7 +655,7 @@ - Please select SQL Server with Big Data Cluster. + Please select SQL Server with big data cluster. Selecione o SQL Server com o Cluster de Big Data. @@ -1023,7 +1023,7 @@ O arquivo local {0} não existia. - No Sql Server Big Data Cluster found. + No Sql Server big data cluster found. Não foi encontrado nenhum cluster de Big Data do SQL Server. diff --git a/resources/xlf/ru/big-data-cluster.ru.xlf b/resources/xlf/ru/big-data-cluster.ru.xlf index b9a8ccbe4a..e0f97586bd 100644 --- a/resources/xlf/ru/big-data-cluster.ru.xlf +++ b/resources/xlf/ru/big-data-cluster.ru.xlf @@ -3,12 +3,12 @@ - Support for managing SQL Server Big Data Clusters - Support for managing SQL Server Big Data Clusters + Support for managing SQL Server big data clusters + Support for managing SQL Server big data clusters - SQL Server Big Data Clusters - SQL Server Big Data Clusters + SQL Server big data clusters + SQL Server big data clusters Connect to Controller @@ -35,8 +35,8 @@ - Add Big Data Cluster Controller... - Add Big Data Cluster Controller... + Add big data cluster controller... + Add big data cluster controller... Connect to Controller diff --git a/resources/xlf/ru/mssql.ru.xlf b/resources/xlf/ru/mssql.ru.xlf index ec73d74251..325cfb7e3f 100644 --- a/resources/xlf/ru/mssql.ru.xlf +++ b/resources/xlf/ru/mssql.ru.xlf @@ -59,11 +59,11 @@ Открыть Notebook - Tasks and information about your SQL Server Big Data Cluster + Tasks and information about your SQL Server big data cluster Задачи и сведения о вашем кластере больших данных SQL Server - SQL Server Big Data Cluster + SQL Server big data cluster КЛАСТЕР БОЛЬШИХ ДАННЫХ SQL SERVER @@ -655,7 +655,7 @@ - Please select SQL Server with Big Data Cluster. + Please select SQL Server with big data cluster. Выберите SQL Server с кластером больших данных. @@ -1023,7 +1023,7 @@ Локальный файл {0} не существует. - No Sql Server Big Data Cluster found. + No Sql Server big data cluster found. Кластер больших данных Sql Server не найден. diff --git a/resources/xlf/zh-hans/big-data-cluster.zh-Hans.xlf b/resources/xlf/zh-hans/big-data-cluster.zh-Hans.xlf index 4abc003e86..92826d3a70 100644 --- a/resources/xlf/zh-hans/big-data-cluster.zh-Hans.xlf +++ b/resources/xlf/zh-hans/big-data-cluster.zh-Hans.xlf @@ -3,12 +3,12 @@ - Support for managing SQL Server Big Data Clusters - Support for managing SQL Server Big Data Clusters + Support for managing SQL Server big data clusters + Support for managing SQL Server big data clusters - SQL Server Big Data Clusters - SQL Server Big Data Clusters + SQL Server big data clusters + SQL Server big data clusters Connect to Controller @@ -35,8 +35,8 @@ - Add Big Data Cluster Controller... - Add Big Data Cluster Controller... + Add big data cluster controller... + Add big data cluster controller... Connect to Controller diff --git a/resources/xlf/zh-hans/mssql.zh-Hans.xlf b/resources/xlf/zh-hans/mssql.zh-Hans.xlf index 38b0784d20..b2bb94787b 100644 --- a/resources/xlf/zh-hans/mssql.zh-Hans.xlf +++ b/resources/xlf/zh-hans/mssql.zh-Hans.xlf @@ -59,11 +59,11 @@ 打开笔记本 - Tasks and information about your SQL Server Big Data Cluster + Tasks and information about your SQL Server big data cluster 有关 SQL Server 大数据群集的任务和信息 - SQL Server Big Data Cluster + SQL Server big data cluster SQL SERVER 大数据群集 @@ -655,7 +655,7 @@ - Please select SQL Server with Big Data Cluster. + Please select SQL Server with big data cluster. 请选择具有大数据群集的 SQL Server。 @@ -1023,7 +1023,7 @@ 本地文件 {0} 不存在。 - No Sql Server Big Data Cluster found. + No Sql Server big data cluster found. 未找到 Sql Server 大数据群集。 diff --git a/resources/xlf/zh-hant/big-data-cluster.zh-Hant.xlf b/resources/xlf/zh-hant/big-data-cluster.zh-Hant.xlf index 40079e3def..be4cf261bc 100644 --- a/resources/xlf/zh-hant/big-data-cluster.zh-Hant.xlf +++ b/resources/xlf/zh-hant/big-data-cluster.zh-Hant.xlf @@ -3,12 +3,12 @@ - Support for managing SQL Server Big Data Clusters - Support for managing SQL Server Big Data Clusters + Support for managing SQL Server big data clusters + Support for managing SQL Server big data clusters - SQL Server Big Data Clusters - SQL Server Big Data Clusters + SQL Server big data clusters + SQL Server big data clusters Connect to Controller @@ -35,8 +35,8 @@ - Add Big Data Cluster Controller... - Add Big Data Cluster Controller... + Add big data cluster controller... + Add big data cluster controller... Connect to Controller diff --git a/resources/xlf/zh-hant/mssql.zh-Hant.xlf b/resources/xlf/zh-hant/mssql.zh-Hant.xlf index 29fd770812..db02a03d6c 100644 --- a/resources/xlf/zh-hant/mssql.zh-Hant.xlf +++ b/resources/xlf/zh-hant/mssql.zh-Hant.xlf @@ -59,11 +59,11 @@ 開啟 Notebook - Tasks and information about your SQL Server Big Data Cluster + Tasks and information about your SQL Server big data cluster SQL Server 巨量資料叢集的工作和資訊 - SQL Server Big Data Cluster + SQL Server big data cluster SQL Server 巨量資料叢集 @@ -655,7 +655,7 @@ - Please select SQL Server with Big Data Cluster. + Please select SQL Server with big data cluster. 請選取具有巨量資料叢集的 SQL Server。 @@ -1023,7 +1023,7 @@ 本機檔案 {0} 不存在。 - No Sql Server Big Data Cluster found. + No Sql Server big data cluster found. 找不到任何 Sql Server 巨量資料叢集。