Skip to content

Commit 2892798

Browse files
authored
Fixed the Errors
Fixed the Errors
1 parent 0ead7a5 commit 2892798

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ Run `wget https://hdiconfigactions2.blob.core.windows.net/hdi-sre-workspace/hdin
7070
7171
:::image type="content" source="./media/migrate-ambari-recent-version-hdinsight/python-script-output.png" alt-text="Screenshot showing python script output." border="true" lightbox="./media/migrate-ambari-recent-version-hdinsight/python-script-output.png":::
7272
73-
1. Execute the script.
74-
`python ambari_export_cluster_configs.py 'admin' 'password@123' (Make sure that the username and password is supplied within single quotes)`
73+
1. Execute the script `python ambari_export_cluster_configs.py`.
74+
1. Make sure that the username and password is supplied within single quotes
7575
1. Check for the configs files `ls –ltr`.
7676
7777
:::image type="content" source="./media/migrate-ambari-recent-version-hdinsight/ambari-python-script.png" alt-text="Screenshot showing Ambari python script." border="true" lightbox="./media/migrate-ambari-recent-version-hdinsight/ambari-python-script.png":::
@@ -88,9 +88,9 @@ Run `wget https://hdiconfigactions2.blob.core.windows.net/hdi-sre-workspace/hdin
8888
1. Run the `compare_ambari_cluster_configs.py` script.
8989
1. Run `sshuser@hn0-sugar:~/hdinsights_ambari_utils$ python,
9090
compare_ambari_cluster_configs.py plutos out sugar.out`
91-
:::image type="content" source="./media/migrate-ambari-recent-version-hdinsight/python-compare-command.png" python-compare-commandlt-text="Screenshot showing python compare command." border="true" lightbox="./media/migrate-ambari-recent-version-hdinsight/python-compare-command.png":::
91+
:::image type="content" source="./media/migrate-ambari-recent-version-hdinsight/python-compare-command.png" alt-text="Screenshot showing python compare command." border="true" lightbox="./media/migrate-ambari-recent-version-hdinsight/python-compare-command.png":::
9292
1. Difference printed in the console.
9393
:::image type="content" source="./media/migrate-ambari-recent-version-hdinsight/python-code-sample.png" alt-text="Screenshot showing python code sample." border="true" lightbox="./media/migrate-ambari-recent-version-hdinsight/python-code-sample.png":::
9494
1. Adding to this difference between the cluster configs saved in local.
9595
`ls –ltr`
96-
:::image type="content" source="./media/migrate-ambari-recent-version-hdinsight/list-of-output-files.png" alt-text="Screenshot showing list of output files." border="true" lightbox="./media/migrate-ambari-recent-version-hdinsight/list-of-output-files.png":::
96+
:::image type="content" source="./media/migrate-ambari-recent-version-hdinsight/list-of-output-files.png" alt-text="Screenshot showing list of output files." border="true" lightbox="./media/migrate-ambari-recent-version-hdinsight/list-of-output-files.png":::

0 commit comments

Comments
 (0)