Skip to content

Commit

Permalink
edits to HDI intro
Browse files Browse the repository at this point in the history
  • Loading branch information
cjgronlund committed Oct 16, 2014
1 parent acb4a5b commit c82e443
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions articles/hdinsight-hadoop-introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ Here are the Hadoop technologies in HDInsight:
* **[HDFS](#hdfs):** Hadoop Distributed File System
* **[Hive](#hive):** SQL-like querying
* **[Mahout](#mahout):** Machine learning
* **[MapReduce and YARN](#mapreduce):** Distributed processing
* **[MapReduce and YARN](#mapreduce):** Distributed processing and resource management
* **[Oozie](#oozie):** Workflow management
* **[Pig](#pig):** Simpler scripting for MapReduce transformations
* **[Sqoop](#sqoop):** Data import and export
* **[Storm](#storm):** Real-time processing of data streams
* **[Zookeeper](#zookeeper):** Management of distributed systems
* **[Storm](#storm):** Real-time processing of fast, large data streams
* **[Zookeeper](#zookeeper):** Coordinates processes in distributed systems

Also, find out about **[business intelligence tools](#bi)** you can use with HDInsight.

Expand Down Expand Up @@ -99,7 +99,7 @@ For more information on MapReduce, see <a target="_blank" href="http://wiki.apac
<a target="_blank" href="https://storm.incubator.apache.org/">Apache Storm</a> is a distributed, real-time computation system for processing large streams of data fast. Storm is offered as a managed cluster in HDInsight. See [Analyze real-time sensor data using Storm and Hadoop](../hdinsight-storm-sensor-data-analysis/).

### <a name="zookeeper"></a>Zookeeper
<a target="_blank" href="http://zookeeper.apache.org/">Apache Zookeeper</a> coordinates processes in large distributed systems by means of a shared hierarchical namespace of data registers (znodes). Znodes contain small amounts of meta information needed to coordinate the processes: status, location, configuration, and so on.
<a target="_blank" href="http://zookeeper.apache.org/">Apache Zookeeper</a> coordinates processes in large distributed systems by means of a shared hierarchical namespace of data registers (znodes). Znodes contain small amounts of meta information needed to coordinate processes: status, location, configuration, and so on.

### <a name="bi"></a>Business intelligence tools
Familiar business intelligence (BI) tools - such as Excel, PowerPivot, SQL Server Analysis Services and Reporting Services - retrieve, analyze, and report data integrated with HDInsight using either the Power Query add-in or the Microsoft Hive ODBC Driver.
Expand Down

0 comments on commit c82e443

Please sign in to comment.