Skip to content

Commit b4df6f2

Browse files
authored
Update apache-hadoop-etl-at-scale.md
1 parent 28d7f1d commit b4df6f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/hdinsight/hadoop/apache-hadoop-etl-at-scale.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Orchestration is needed to run the appropriate job at the appropriate time.
3333

3434
Apache Oozie is a workflow coordination system that manages Hadoop jobs. Oozie runs within an HDInsight cluster and is integrated with the Hadoop stack. Oozie supports Hadoop jobs for Apache Hadoop MapReduce, Pig, Hive, and Sqoop. You can use Oozie to schedule jobs that are specific to a system, such as Java programs or shell scripts.
3535

36-
For more information, see [Use Apache Oozie with Apache Hadoop to define and run a workflow on HDInsight](../hdinsight-use-oozie-linux-mac.md). See also, [Operationalize the Data Pipeline](../hdinsight-operationalize-data-pipeline.md).
36+
For more information, see [Use Apache Oozie with Apache Hadoop to define and run a workflow on HDInsight](../hdinsight-use-oozie-linux-mac.md). See also, [Operationalize the data pipeline](../hdinsight-operationalize-data-pipeline.md).
3737

3838
### Azure Data Factory
3939

@@ -93,7 +93,7 @@ Because HBase is a schemaless database, you don't need to define columns and dat
9393

9494
The open-source code scales linearly to handle petabytes of data on thousands of nodes. HBase relies on data redundancy, batch processing, and other features that are provided by distributed applications in the Hadoop environment.
9595

96-
HBase is an excellent destination for sensor and log data for future analysis.
96+
HBase is a good destination for sensor and log data for future analysis.
9797

9898
HBase adaptability is dependent on the number of nodes in the HDInsight cluster.
9999

0 commit comments

Comments
 (0)