-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/71014/
-----------------------------------------------------------
Review request for hive, Eugene Koifman, Jesús Camacho Rodríguez, Zoltan
Haindrich, and Vineet Garg.
Bugs: HIVE-21938
https://issues.apache.org/jira/browse/HIVE-21938
Repository: hive-git
Description
-------
By default pre upgrade tool scans all databases and tables in the warehouse.
Add database and table filter options to run the tool for a specific subset of
databases and tables only.
Diffs
-----
upgrade-acid/pre-upgrade/src/main/java/org/apache/hadoop/hive/upgrade/acid/PreUpgradeTool.java
0e3e3e2ed7
upgrade-acid/pre-upgrade/src/main/java/org/apache/hadoop/hive/upgrade/acid/RunOptions.java
PRE-CREATION
upgrade-acid/pre-upgrade/src/test/java/org/apache/hadoop/hive/upgrade/acid/TestPreUpgradeTool.java
90230d5dbd
Diff: https://reviews.apache.org/r/71014/diff/1/
Testing
-------
New UTs for testing filtering
Thanks,
Krisztian Kasa