Releases: cloudera-labs/hive-sre
hive-sre
hive-sre
Added reports for Storage handlers in u3. To run specific report:
hive-sre u3 -i 7
Expose DFS connection failures to terminate app.
hive-sre
Added mandatory option set to ensure you're pulling the right reports. One of the following is required for u3 and sre:
-all
-cdh
-hdp2
-hdp3
-i <proc{,proc...]
Output directory option -o <dir> no longer required. Will use a default relative location if not specified.
Fixed SQL for MySql 5.7 RDBMS servers that don't support CTE (Common Table Expressions).
Filtered out VIEWs from the managed_upgrade_2_acid.sql output.
Fixed launch script to allow you to override the default /etc/hadoop/conf directory used to discover hadoop configurations. Before launch, set the env variable HADOOP_CONF_DIR to the custom location and run the tool.
IE: export HADOOP_CONF_DIR=/my_new/conf
hive-sre
Added config file password encryption capabilities.
See: https://github.com/cloudera-labs/hive-sre#using-encrypted-password-in-the-config-yaml
hive-sre
Added 'created date' to managed_upgrade_2_acid.sql to support sorting of entries based on age. IE: To get table created in July of 2022 grep -A1 "created date: 2022-07" temp/u3/22-08-31_06-13-46/managed_upgrade_2_acid.sql | grep "ALTER"
hive-sre
More SQL Testing. Fixed Param issue with Postgresql, fixed Oracle SQL for table categories. Fixed thread shutdown issue.
hive-sre
u3 managed_2_acid sql issue with new query in Oracle. Reverted to previous version.
hive-sre
Two new reports designed to report on db/table location best practices in sre. Processes 10 and 11.
https://github.com/cloudera-labs/hive-sre/blob/main/sre.md#sre-processes
Connection validation and progress check. When hive-sre is misconfigured, the process will exit (use to hang with no progress) and print suggestions on what to check/fix.
hive-sre
Fixed Postgresql sql issue with transactional_tables, db_tbl_part_count, managed_shadow_tbls queries.