Skip to content

Commit 351f92a

Browse files
committed
cats137
1 parent 99fdbb0 commit 351f92a

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

articles/hdinsight/hdinsight-streaming-at-scale-overview.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,9 @@ ms.date: 01/19/2018
1414

1515
Real-time big data solutions act on data that is in motion. Typically, this data is most valuable at its time of arrival. If the incoming data stream becomes greater than can be handled at that moment, you may need to throttle down resources. Alternatively, an HDInsight cluster can scale up to meet your streaming solution by adding nodes on demand.
1616

17-
1817
In a streaming application, one or more data sources are generating events (sometimes in the millions per second) that need to be ingested quickly without dropping any useful information. The incoming events are handled with *stream buffering*, also called *event queuing*, by a service such as [Apache Kafka](kafka/apache-kafka-introduction.md) or [Event Hubs](https://azure.microsoft.com/services/event-hubs/). After you collect the events, you can then analyze the data using a real-time analytics system within the *stream processing* layer, such as [Apache Storm](storm/apache-storm-overview.md) or [Apache Spark Streaming](spark/apache-spark-streaming-overview.md). The processed data can be stored in long-term storage systems, like [Azure Data Lake Storage](https://azure.microsoft.com/services/storage/data-lake-storage/), and displayed in real time on a business intelligence dashboard, such as [Power BI](https://powerbi.microsoft.com), Tableau, or a custom web page.
1918

20-
21-
![HDInsight Streaming Patterns](./media/hdinsight-streaming-at-scale-overview/HDInsight-streaming-patterns.png)
19+
![Azure HDInsight Streaming Patterns](./media/hdinsight-streaming-at-scale-overview/HDInsight-streaming-patterns.png)
2220

2321
## Apache Kafka
2422

articles/hdinsight/hdinsight-sync-aad-users-to-cluster.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ To view your hosts, open the Ambari Web UI. Each node will be updated with new
2626

2727
2. Select **All users** from the left-hand menu, then select **New user**.
2828

29-
![All users pane](./media/hdinsight-sync-aad-users-to-cluster/users-and-groups-new.png)
29+
![Azure portal users and groups all](./media/hdinsight-sync-aad-users-to-cluster/users-and-groups-new.png)
3030

3131
3. Complete the new user form. Select groups you created for assigning cluster-based permissions. In this example, create a group named "HiveUsers", to which you can assign new users. The [example instructions](hdinsight-domain-joined-configure.md) for creating an ESP cluster include adding two groups, `HiveUsers` and `AAD DC Administrators`.
3232

33-
![New user pane](./media/hdinsight-sync-aad-users-to-cluster/hdinsight-new-user-form.png)
33+
![Azure portal user pane select groups](./media/hdinsight-sync-aad-users-to-cluster/hdinsight-new-user-form.png)
3434

3535
4. Select **Create**.
3636

@@ -42,7 +42,7 @@ The following method uses POST with the Ambari REST API. For more information, s
4242

4343
1. [Connect to your cluster with SSH](hdinsight-hadoop-linux-use-ssh-unix.md). From the overview pane for your cluster in the Azure portal, select the **Secure Shell (SSH)** button.
4444

45-
![Secure Shell (SSH)](./media/hdinsight-sync-aad-users-to-cluster/hdinsight-secure-shell.png)
45+
![HDInsight Secure Shell (SSH) icon](./media/hdinsight-sync-aad-users-to-cluster/hdinsight-secure-shell.png)
4646

4747
2. Copy the displayed `ssh` command and paste it into your SSH client. Enter the ssh user password when prompted.
4848

@@ -126,15 +126,15 @@ Open the [Apache Ambari Web UI](hdinsight-hadoop-manage-ambari.md) to verify tha
126126

127127
1. From the Ambari dashboard, select **Manage Ambari** under the **admin** menu.
128128

129-
![Manage Ambari](./media/hdinsight-sync-aad-users-to-cluster/manage-apache-ambari.png)
129+
![Apache Ambari dashboard Manage Ambari](./media/hdinsight-sync-aad-users-to-cluster/manage-apache-ambari.png)
130130

131131
2. Select **Users** under the **User + Group Management** menu group on the left-hand side of the page.
132132

133-
![Users menu item](./media/hdinsight-sync-aad-users-to-cluster/hdinsight-users-menu-item.png)
133+
![HDInsight users and groups menu](./media/hdinsight-sync-aad-users-to-cluster/hdinsight-users-menu-item.png)
134134

135135
3. The new user should be listed within the Users table. The Type is set to `LDAP` rather than `Local`.
136136

137-
![Users page](./media/hdinsight-sync-aad-users-to-cluster/hdinsight-users-page.png)
137+
![HDInsight aad users page overview](./media/hdinsight-sync-aad-users-to-cluster/hdinsight-users-page.png)
138138

139139
## Log in to Ambari as the new user
140140

0 commit comments

Comments
 (0)