zabetak opened a new pull request #1347:
URL: https://github.com/apache/hive/pull/1347


   ### What changes were proposed in this pull request and why?
   
   1. Use Dockerized postgres metastore with TPC-DS 30TB dump
   2. Use Hive config properties obtained and curated from real-life usages
   3. Allow AbstractCliConfig to override metastore DB type
   4. Rework CorePerfCliDriver to allow pre-initialized metastores
   
   Extract TPCDS specific code to subclass and document appropriately
   clarifying inaccuracies regarding the size of the tables in the javadoc.
   
   Remove system property settings in the initialization of the driver and
   leave in the configuration to set it up if needed. This is necessary to
   be able to use the driver with a preinitialised metastore.
   
   Remove redundant logs in System.err. Logging and throwing an exception
   is an anti-pattern.
   
   Replace assertions with exceptions and improve the messages.
   
   5. Give more meaningful names to TPCDS related CLI configurations
   6. Disable queries 30, 74, 84 with appropriate JIRA reference
   7. Add TPC-DS query plans for the new driver (TestTezTPCDS30TBCliDriver)
   8. Consider hive.current.database property when returning the session's
   current db to avoid prefixing every query with the name of the database
   9. Upgrade postgres JDBC driver to version 42.2.14 to be compatible
   with the docker image used.
   
   ### Does this PR introduce _any_ user-facing change?
   No
   
   ### How was this patch tested?
   `mvn test -Dtest=TestTezTPCDS30TBCliDriver  -Dtest.output.overwrite`


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org
For additional commands, e-mail: gitbox-h...@hive.apache.org

Reply via email to