Skip to content

Commit 2a1345a

Browse files
authored
Cleanup warehouse migration command
Remove values not needed
1 parent 8094b22 commit 2a1345a

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)