Skip to content

Commit a185b31

Browse files
committed
freshness_c73
1 parent 70760bd commit a185b31

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/hdinsight/domain-joined/hdinsight-use-oozie-domain-joined-clusters.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ ms.author: omidm
66
ms.reviewer: jasonh
77
ms.service: hdinsight
88
ms.topic: conceptual
9-
ms.custom: hdinsightactive,seodec18
10-
ms.date: 12/09/2019
9+
ms.custom: hdinsightactive,seodec18,seoapr2020
10+
ms.date: 05/14/2020
1111
---
1212

13-
# Run Apache Oozie in HDInsight Hadoop clusters with Enterprise Security Package
13+
# Run Apache Oozie in Azure HDInsight clusters with Enterprise Security Package
1414

1515
Apache Oozie is a workflow and coordination system that manages Apache Hadoop jobs. Oozie is integrated with the Hadoop stack, and it supports the following jobs:
1616

@@ -225,7 +225,7 @@ Oozie workflow definitions are written in Apache Hadoop Process Definition Langu
225225
hiveOutputDirectory2=${nameNode}/user/${user.name}/hiveresult2
226226
```
227227

228-
- Use the `adl://home` URI for the `nameNode` property if you have Azure Data Lake Storage Gen1 as your primary cluster storage. If you're using Azure Blob Storage, then change this to `wasb://home`. If you're using Azure Data Lake Storage Gen2, then change this to `abfs://home`.
228+
- Use the `adl://home` URI for the `nameNode` property if you have Azure Data Lake Storage Gen1 as your primary cluster storage. If you're using Azure Blob Storage, then change to `wasb://home`. If you're using Azure Data Lake Storage Gen2, then change to `abfs://home`.
229229
- Replace `domainuser` with your username for the domain.
230230
- Replace `ClusterShortName` with the short name for the cluster. For example, if the cluster name is https:// *[example link]* sechadoopcontoso.azurehdisnight.net, the `clustershortname` is the first six characters of the cluster: **sechad**.
231231
- Replace `jdbcurlvalue` with the JDBC URL from the Hive configuration. An example is jdbc:hive2://headnodehost:10001/;transportMode=http.

0 commit comments

Comments
 (0)