Skip to content

Commit f0982f3

Browse files
authored
Corrected the formatting issues
Corrected the formatting issues
1 parent 83dcaca commit f0982f3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/hdinsight/migrate-ambari-recent-version-hdinsight.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ After setting up HDInsight 5.x, it's necessary to update the user-defined config
1212

1313
## Script details
1414

15-
1. This step contains two python scripts.
16-
1. Script to download the local cluster service configs from Ambari.
17-
1. Script to compare the service config files and generate the differences.
18-
1. All service configurations downloaded, but certain services and properties excluded from the comparison process. These excluded services and properties are as follows:
15+
* This step contains two python scripts.
16+
* Script to download the local cluster service configs from Ambari.
17+
* Script to compare the service config files and generate the differences.
18+
* All service configurations downloaded, but certain services and properties excluded from the comparison process. These excluded services and properties are as follows:
1919
```
2020
dfs.namenode.shared.edits.dir','hadoop.registry.zk.quorum','ha.zookeeper.quorum','hive.llap.zk.sm.connectionString','hive.cluster.delegation.token.store.zookeeper.connectString','hive.zookeeper.quorum','hive.metastore.uris','yarn.resourcemanager.hostname','hadoop.registry.zk.quorum','yarn.resourcemanager.hostname','yarn.node-labels.fs-store.root','javax.jdo.option.ConnectionURL','javax.jdo.option.ConnectionUserName','hive_database_name','hive_existing_mssql_server_database','yarn.log.server.url','yarn.timeline-service.sqldb-store.connection-username','yarn.timeline-service.sqldb-store.connection-url','fs.defaultFS', 'address'
2121
```
22-
1. Excluded Services: `AMBARI_METRICS` and `WEBHCAT`.
22+
* Excluded Services: `AMBARI_METRICS` and `WEBHCAT`.
2323
2424
## Workflow
2525

0 commit comments

Comments
 (0)