Skip to content

Commit 5c5ec98

Browse files
authored
Merge pull request #100952 from dagiro/quickFix1
quickFix1
2 parents 1031e95 + 21c3b6a commit 5c5ec98

File tree

2 files changed

+14
-36
lines changed

2 files changed

+14
-36
lines changed

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

Lines changed: 13 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -209,39 +209,21 @@ Oozie workflow definitions are written in Apache Hadoop Process Definition Langu
209209

210210
2. After the nano editor opens, use the following XML as the contents of the file:
211211

212-
<<<<<<< HEAD
213212
```bash
214-
nameNode=adl://home
215-
jobTracker=headnodehost:8050
216-
queueName=default
217-
examplesRoot=examples
218-
oozie.wf.application.path=${nameNode}/user/[domainuser]/examples/apps/map-reduce/workflow.xml
219-
hiveScript1=${nameNode}/user/${user.name}/countrowshive1.hql
220-
hiveScript2=${nameNode}/user/${user.name}/countrowshive2.hql
221-
oozie.use.system.libpath=true
222-
user.name=[domainuser]
223-
jdbcPrincipal=hive/<active-headnode-name>.<Domain>.com@<Domain>.COM
224-
jdbcURL=[jdbcurlvalue]
225-
hiveOutputDirectory1=${nameNode}/user/${user.name}/hiveresult1
226-
hiveOutputDirectory2=${nameNode}/user/${user.name}/hiveresult2
213+
nameNode=adl://home
214+
jobTracker=headnodehost:8050
215+
queueName=default
216+
examplesRoot=examples
217+
oozie.wf.application.path=${nameNode}/user/[domainuser]/examples/apps/map-reduce/workflow.xml
218+
hiveScript1=${nameNode}/user/${user.name}/countrowshive1.hql
219+
hiveScript2=${nameNode}/user/${user.name}/countrowshive2.hql
220+
oozie.use.system.libpath=true
221+
user.name=[domainuser]
222+
jdbcPrincipal=hive/<active-headnode-name>.<Domain>.com@<Domain>.COM
223+
jdbcURL=[jdbcurlvalue]
224+
hiveOutputDirectory1=${nameNode}/user/${user.name}/hiveresult1
225+
hiveOutputDirectory2=${nameNode}/user/${user.name}/hiveresult2
227226
```
228-
=======
229-
```bash
230-
nameNode=adl://home
231-
jobTracker=headnodehost:8050
232-
queueName=default
233-
examplesRoot=examples
234-
oozie.wf.application.path=${nameNode}/user/[domainuser]/examples/apps/map-reduce/workflow.xml
235-
hiveScript1=${nameNode}/user/${user.name}/countrowshive1.hql
236-
hiveScript2=${nameNode}/user/${user.name}/countrowshive2.hql
237-
oozie.use.system.libpath=true
238-
user.name=[domainuser]
239-
jdbcPrincipal=hive/hn0-<ClusterShortName>.<Domain>.com@<Domain>.COM
240-
jdbcURL=[jdbcurlvalue]
241-
hiveOutputDirectory1=${nameNode}/user/${user.name}/hiveresult1
242-
hiveOutputDirectory2=${nameNode}/user/${user.name}/hiveresult2
243-
```
244-
>>>>>>> 0650d78429b6d1b43cddf90fc713eb4050d71eef
245227

246228
- 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`.
247229
- Replace `domainuser` with your username for the domain.

articles/hdinsight/hdinsight-operationalize-data-pipeline.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -535,13 +535,9 @@ The three preceding points combine to yield a situation where the coordinator sc
535535
536536
As with workflows, the configuration of a coordinator is defined in a `job.properties` file, which has a superset of the settings used by the workflow.
537537
538-
```
538+
```text
539539
nameNode=wasbs://[CONTAINERNAME]@[ACCOUNTNAME].blob.core.windows.net
540-
<<<<<<< HEAD
541-
jobTracker=[ACTIVE-HEADNODE-NAME].[UNIQUESTRING].dx.internal.cloudapp.net:8050
542-
=======
543540
jobTracker=[ACTIVERESOURCEMANAGER]:8050
544-
>>>>>>> 50a435bd9528fcbaac7bc5ab96745734e63167da
545541
queueName=default
546542
oozie.use.system.libpath=true
547543
appBase=wasbs://[CONTAINERNAME]@[ACCOUNTNAME].blob.core.windows.net/oozie

0 commit comments

Comments
 (0)