Skip to content

Commit df1e8d5

Browse files
committed
Merge branch 'master' of https://github.com/MicrosoftDocs/azure-docs-pr into vs-azure-tools-storage-manage-with-storage-explorer
2 parents 20fd051 + de2cfa9 commit df1e8d5

12 files changed

+200
-10
lines changed

articles/active-directory/manage-apps/application-proxy-integrate-with-power-bi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ Before the Power BI mobile app can connect and access Report Services, you must
134134
## Step 5: Configure Intune policy for managed devices (optional)
135135

136136
> [!NOTE]
137-
> This functionality will not be available until 7/31/19.
137+
> This functionality is currently only available on iOS.
138138
139139
You can use Microsoft Intune to manage the client apps that your company's workforce uses. Intune allows you to use capabilities such as data encryption and additional access requirements. To learn more about app management through Intune, see Intune App Management. To enable the Power BI mobile application to work with the Intune policy, use the following steps.
140140

articles/hdinsight/hadoop/apache-hadoop-connect-hive-jdbc-driver.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ SQuirreL SQL is a JDBC client that can be used to remotely run Hive queries with
6363
6464
4. From the icons at the top of the **Drivers** dialog, select the **+** icon to create a driver.
6565
66-
![Drivers icons](./media/apache-hadoop-connect-hive-jdbc-driver/hdinsight-driversicons.png)
66+
![SQuirreL SQL application drivers icon](./media/apache-hadoop-connect-hive-jdbc-driver/hdinsight-driversicons.png)
6767
6868
5. In the Add Driver dialog, add the following information:
6969
@@ -72,13 +72,13 @@ SQuirreL SQL is a JDBC client that can be used to remotely run Hive queries with
7272
* **Extra Class Path**: Use the **Add** button to add the all of jar files downloaded earlier
7373
* **Class Name**: org.apache.hive.jdbc.HiveDriver
7474
75-
![add driver dialog](./media/apache-hadoop-connect-hive-jdbc-driver/hdinsight-add-driver.png)
75+
![add driver dialog with parameters](./media/apache-hadoop-connect-hive-jdbc-driver/hdinsight-add-driver.png)
7676
7777
Select **OK** to save these settings.
7878
7979
6. On the left of the SQuirreL SQL window, select **Aliases**. Then select the **+** icon to create a connection alias.
8080
81-
![add new alias](./media/apache-hadoop-connect-hive-jdbc-driver/hdinsight-new-aliases.png)
81+
![SQuirreL SQL add new alias dialog](./media/apache-hadoop-connect-hive-jdbc-driver/hdinsight-new-aliases.png)
8282
8383
7. Use the following values for the **Add Alias** dialog.
8484
@@ -94,16 +94,16 @@ SQuirreL SQL is a JDBC client that can be used to remotely run Hive queries with
9494
9595
* **Password**: The password for the cluster login account.
9696
97-
![add alias dialog](./media/apache-hadoop-connect-hive-jdbc-driver/hdinsight-addalias-dialog.png)
97+
![add alias dialog with parameters](./media/apache-hadoop-connect-hive-jdbc-driver/hdinsight-addalias-dialog.png)
9898
99-
> [!IMPORTANT]
99+
> [!IMPORTANT]
100100
> Use the **Test** button to verify that the connection works. When **Connect to: Hive on HDInsight** dialog appears, select **Connect** to perform the test. If the test succeeds, you see a **Connection successful** dialog. If an error occurs, see [Troubleshooting](#troubleshooting).
101101
102102
To save the connection alias, use the **Ok** button at the bottom of the **Add Alias** dialog.
103103
104104
8. From the **Connect to** dropdown at the top of SQuirreL SQL, select **Hive on HDInsight**. When prompted, select **Connect**.
105105
106-
![connection dialog](./media/apache-hadoop-connect-hive-jdbc-driver/hdinsight-connect-dialog.png)
106+
![connection dialog dialog with parameters](./media/apache-hadoop-connect-hive-jdbc-driver/hdinsight-connect-dialog.png)
107107
108108
9. Once connected, enter the following query into the SQL query dialog, and then select the **Run** icon (a running person). The results area should show the results of the query.
109109

articles/hdinsight/hadoop/apache-hadoop-connect-hive-power-bi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ The hivesampletable Hive table comes with all HDInsight clusters.
4646

4747
2. From the top menu, navigate to **Home** > **Get Data** > **More...**.
4848

49-
![HDInsight Power BI open data](./media/apache-hadoop-connect-hive-power-bi/hdinsight-power-bi-open-odbc.png)
49+
![HDInsight Excel Power BI open data](./media/apache-hadoop-connect-hive-power-bi/hdinsight-power-bi-open-odbc.png)
5050

5151
3. From the **Get Data** dialog, select **Other** from the left, select **ODBC** from the right, and then select **Connect** on the bottom.
5252

articles/hdinsight/hadoop/apache-hadoop-debug-jobs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ For more information about application logs, see [Simplifying user-logs manageme
106106
### Access the Ambari UI
107107
From the Azure portal, click an HDInsight cluster name to open the cluster pane. From the cluster pane, click **Dashboard**.
108108

109-
![Launch cluster dashboard](./media/apache-hadoop-debug-jobs/hdi-debug-launch-dashboard.png)
109+
![HDInsight launch cluster dashboard](./media/apache-hadoop-debug-jobs/hdi-debug-launch-dashboard.png)
110110

111111

112112
### Access the Yarn UI
@@ -116,7 +116,7 @@ You can use the YARN UI to do the following:
116116

117117
* **Get cluster status**. From the left pane, expand **Cluster**, and click **About**. This present cluster status details like total allocated memory, cores used, state of the cluster resource manager, cluster version, and so on.
118118

119-
![Launch cluster dashboard yarn](./media/apache-hadoop-debug-jobs/hdi-debug-yarn-cluster-state.png "Launch cluster dashboard yarn")
119+
![HDInsight launch cluster dashboard yarn](./media/apache-hadoop-debug-jobs/hdi-debug-yarn-cluster-state.png "HDInsight launch cluster dashboard yarn")
120120
* **Get node status**. From the left pane, expand **Cluster**, and click **Nodes**. This lists all the nodes in the cluster, HTTP address of each node, resources allocated to each node, etc.
121121
* **Monitor job status**. From the left pane, expand **Cluster**, and then click **Applications** to list all the jobs in the cluster. If you want to look at jobs in a specific state (such as new, submitted, running, etc.), click the appropriate link under **Applications**. You can further click the job name to find out more about the job such including the output, logs, etc.
122122

68.9 KB
Loading
15.2 KB
Loading
31 KB
Loading
133 KB
Loading
24.6 KB
Loading
1.18 KB
Loading

0 commit comments

Comments
 (0)