Skip to content

Commit b9e4a0c

Browse files
authored
Merge pull request #88899 from msft-tacox/patch-3
Cleanup warehouse migration command
2 parents 44949cb + 2a1345a commit b9e4a0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/hdinsight/interactive-query/apache-hive-migrate-workloads.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Once your table properties are set correctly, execute the Hive warehouse migrati
6666
1. Execute the following command from the shell. Replace `${{STACK_VERSION}}` with the version string from the previous step:
6767

6868
```bash
69-
/usr/hdp/${{STACK_VERSION}}/hive/bin/hive --config /etc/hive/conf --service strictmanagedmigration --hiveconf hive.strict.managed.tables=true -m automatic automatic --modifyManagedTables --oldWarehouseRoot /apps/hive/warehouse
69+
/usr/hdp/${{STACK_VERSION}}/hive/bin/hive --config /etc/hive/conf --service strictmanagedmigration --hiveconf hive.strict.managed.tables=true -m automatic --modifyManagedTables
7070
```
7171

7272
After the migration tool completes, your Hive warehouse will be ready for HDInsight 4.0.

0 commit comments

Comments
 (0)