Skip to content

Commit 0632651

Browse files
A few changes (not done yet).
1 parent abc2057 commit 0632651

File tree

1 file changed

+22
-25
lines changed

1 file changed

+22
-25
lines changed

articles/hdinsight/hadoop/apache-hadoop-visual-studio-tools-get-started.md

Lines changed: 22 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ ms.reviewer: jasonh
99
ms.service: hdinsight
1010
ms.custom: hdinsightactive,hdiseo17may2017,seodec18
1111
ms.topic: conceptual
12-
ms.date: 06/03/2019
12+
ms.date: 10/28/2019
1313
---
1414

1515
# Use Data Lake Tools for Visual Studio to connect to Azure HDInsight and run Apache Hive queries
1616

17-
Learn how to use [Microsoft Azure Data Lake and Stream Analytics Tools for Visual Studio](https://www.microsoft.com/download/details.aspx?id=49504) (also called Data Lake Tools) to connect to Apache Hadoop clusters in [Azure HDInsight](../hdinsight-hadoop-introduction.md) and submit Hive queries.
17+
Learn how to use Microsoft Azure Data Lake and Stream Analytics Tools for Visual Studio (also called Data Lake Tools) to connect to Apache Hadoop clusters in [Azure HDInsight](apache-hadoop-introduction.md) and submit Hive queries.
1818

19-
For more information about using HDInsight, see [Introduction to HDInsight](../hdinsight-hadoop-introduction.md) and [Get started with HDInsight](apache-hadoop-linux-tutorial-get-started.md).
19+
For more information about using HDInsight, see [Get started with HDInsight](apache-hadoop-linux-tutorial-get-started.md).
2020

21-
For more information about connecting to an Apache Storm cluster, see [Develop C# topologies for Apache Storm on HDInsight by using Visual Studio](../storm/apache-storm-develop-csharp-visual-studio-topology.md).
21+
For more information about connecting to an Apache Storm cluster, see [Develop C# topologies for Apache Storm by using Data Lake tools](../storm/apache-storm-develop-csharp-visual-studio-topology.md).
2222

2323
You can use Data Lake Tools for Visual Studio to access Azure Data Lake Analytics and HDInsight. For information about Data Lake Tools, see [Develop U-SQL scripts by using Data Lake Tools for Visual Studio](../../data-lake-analytics/data-lake-analytics-data-lake-tools-get-started.md).
2424

@@ -28,22 +28,19 @@ To complete this article and use Data Lake Tools for Visual Studio, you need the
2828

2929
* An Azure HDInsight cluster. To create an HDInsight cluster, see [Get started by using Apache Hadoop in Azure HDInsight](apache-hadoop-linux-tutorial-get-started.md). To run interactive Apache Hive queries, you need an [HDInsight Interactive Query](../interactive-query/apache-interactive-query-get-started.md) cluster.
3030

31-
* [Visual Studio](https://visualstudio.microsoft.com/downloads/) (2013 or newer). The [Visual Studio Community edition](https://visualstudio.microsoft.com/vs/community/) is free. See also, [Install Visual Studio 2017](https://docs.microsoft.com/visualstudio/install/install-visual-studio) and [Visual Studio 2019](https://visualstudio.microsoft.com/downloads/). There are slight interface variations with Visual Studio 2019.
32-
33-
> [!IMPORTANT]
34-
> Data Lake Tools is no longer supported for Visual Studio 2013.
31+
* [Visual Studio](https://visualstudio.microsoft.com/downloads/). The [Visual Studio Community edition](https://visualstudio.microsoft.com/vs/community/) is free. The instructions shown here are for [Visual Studio 2019](https://visualstudio.microsoft.com/downloads/).
3532

3633
## Install Data Lake Tools for Visual Studio
3734
<a name="install-or-update-data-lake-tools-for-visual-studio"></a>
3835

3936
* Visual Studio 2017 or Visual Studio 2019
40-
During installation, ensure you include at least Workloads **Azure development** or **Data storage and processing**.
37+
During installation, ensure you include the **Azure development** workload or the **Data storage and processing** workload.
4138

42-
For existing installations, from the menu bar, navigate to **Tools** > **Get Tools and Features...** to open Visual Studio Installer. Then select at least Workloads **Azure development** or **Data storage and processing**.
39+
For existing installations, from the IDE menu bar, go to **Tools** > **Get Tools and Features** to open Visual Studio Installer. Then select at least Workloads **Azure development** or **Data storage and processing**.
4340

4441
![Screenshot of Visual Studio Installer](./media/apache-hadoop-visual-studio-tools-get-started/vs-2017-installation.png)
4542

46-
* Visual Studio 2013 and 2015
43+
* Visual Studio 2015
4744
[Download Data Lake Tools](https://www.microsoft.com/download/details.aspx?id=49504). Choose the version of Data Lake Tools that matches your version of Visual Studio.
4845

4946
> [!NOTE]
@@ -53,7 +50,7 @@ To complete this article and use Data Lake Tools for Visual Studio, you need the
5350

5451
1. Open Visual Studio.
5552

56-
2. From the menu bar, navigate to **Tools** > **Extensions and Updates...**.
53+
2. From the menu bar, choose **Tools** > **Extensions and Updates**.
5754

5855
3. From the **Extensions and Updates** window, expand **Updates** on the left.
5956

@@ -72,9 +69,9 @@ To connect to your Azure subscription:
7269

7370
1. Open Visual Studio.
7471

75-
2. From the menu bar, navigate to **View** > **Server Explorer**.
72+
2. From the menu bar, choose **View** > **Server Explorer**.
7673

77-
3. From Server Explorer, right-click **Azure**, select **Connect to Microsoft Azure Subscription...**, and complete the sign in process.
74+
3. From Server Explorer, right-click **Azure**, select **Connect to Microsoft Azure Subscription**, and complete the sign in process.
7875

7976
4. From Server Explorer, a list of existing HDInsight clusters appears. If you don't have any clusters, you can create one by using the Azure portal, Azure PowerShell, or the HDInsight SDK. For more information, see [Create HDInsight clusters](../hdinsight-hadoop-provision-linux-clusters.md).
8077

@@ -86,22 +83,22 @@ After you've connected to your Azure subscription, you can perform the following
8683

8784
To connect to the Azure portal from Visual Studio:
8885

89-
1. From Server Explorer, navigate to **Azure** > **HDInsight** and select your cluster.
86+
1. From Server Explorer, choose **Azure** > **HDInsight** and select your cluster.
9087

9188
2. Right-click an HDInsight cluster, and select **Manage Cluster in Azure portal[sic]**.
9289

9390
To ask questions and/or provide feedback from Visual Studio:
9491

95-
1. From Server Explorer, navigate to **Azure** > **HDInsight**.
92+
1. From Server Explorer, choose **Azure** > **HDInsight**.
9693

9794
2. Right-click **HDInsight** and select either **MSDN Forum** to ask questions, or **Give Feedback** to give feedback.
9895

9996
## Link a cluster
100-
You could link a cluster by right-clicking on **HDInsight** then select **Link a HDInsight Cluster**. Enter **Connection Url**, **user name** and **password**, click **Next** then **Finish**, the cluster should be listed under HDInsight node successful.
97+
You could link a cluster by right-clicking on **HDInsight** then select **Link a HDInsight Cluster**. Enter **Connection Url**, **user name** and **password**, select **Next** then **Finish**, the cluster should be listed under HDInsight node successful.
10198

10299
![Screenshot of Data Lake Tools for Visual Studio link cluster dialog](./media/apache-hadoop-visual-studio-tools-get-started/hdinsight-visual-studio-tools-link-cluster-dialog.png)
103100

104-
Right click on the linked cluster, select **Edit**, user could update the cluster information. Adding an HDInsight cluster only supports Hive for now.
101+
Right-click on the linked cluster, select **Edit**, user could update the cluster information. Adding an HDInsight cluster only supports Hive for now.
105102

106103
![Screenshot of Data Lake Tools for Visual Studio link cluster update](./media/apache-hadoop-visual-studio-tools-get-started/hdinsight-visual-studio-tools-link-cluster-update.png)
107104

@@ -124,12 +121,12 @@ After opening a container, you can use the following buttons to upload, delete,
124121
125122
You can also use Data Lake Tools for Visual Studio to see what’s inside a Hive job. Data Lake Tools for Visual Studio collects and surfaces the Yarn logs of certain Hive jobs.
126123

127-
From Server Explorer, navigate to **Azure** > **HDInsight** and select your cluster. This will be the starting point in Server Explorer for the sections to follow.
124+
From Server Explorer, choose **Azure** > **HDInsight** and select your cluster. This will be the starting point in Server Explorer for the sections to follow.
128125

129126
### View hivesampletable
130127
All HDInsight clusters have a default sample Hive table called `hivesampletable`.
131128

132-
From your cluster, navigate to **Hive Databases** > **default** > **hivesampletable**.
129+
From your cluster, choose **Hive Databases** > **default** > **hivesampletable**.
133130

134131
* To view `hivesampletable` schema:
135132
Expand **hivesampletable**.
@@ -146,7 +143,7 @@ Right-click **hivesampletable**, and select **View Top 100 Rows**. This is equi
146143
### Create Hive tables
147144
To create a Hive table, you can use the GUI or you can use Hive queries. For information about using Hive queries, see [Run Apache Hive queries](#run.queries).
148145

149-
1. From your cluster, navigate to **Hive Databases** > **default**.
146+
1. From your cluster, choose **Hive Databases** > **default**.
150147

151148
2. Right-click **default**, and select **Create Table**.
152149

@@ -205,9 +202,9 @@ To create, and run ad-hoc queries:
205202

206203
To create and run a Hive solution:
207204

208-
1. From the menu bar, navigate to **File** > **New** > **Project...**.
205+
1. From the menu bar, choose **File** > **New** > **Project**.
209206

210-
2. In the left pane, navigate to **Installed** > **Azure Data Lake** > **HIVE (HDInsight)**.
207+
2. In the left pane, choose **Installed** > **Azure Data Lake** > **HIVE (HDInsight)**.
211208

212209
3. In the middle pane, select **Hive Application**. Enter the properties, and then select **OK**.
213210

@@ -267,9 +264,9 @@ To view Hive jobs:
267264

268265
## Run Apache Pig scripts
269266

270-
1. From the menu bar, navigate to **File** > **New** > **Project...**.
267+
1. From the menu bar, choose **File** > **New** > **Project**.
271268

272-
2. In the left pane, navigate to **Installed** > **Azure Data Lake** > **Pig (HDInsight)**.
269+
2. In the left pane, choose **Installed** > **Azure Data Lake** > **Pig (HDInsight)**.
273270

274271
3. In the middle pane, select **Pig Application**. Enter the properties, and then select **OK**.
275272

0 commit comments

Comments
 (0)