Skip to content

Releases: cloudera-labs/hive-sre

hive-sre

10 Oct 20:59

Choose a tag to compare

Added Nested Table Locations report into sre. Fixed MySql SRE reports for Table Catagory counts. Fixed Oracle SQL for Anti-Pattern Base Directory Locations.

Compatibility Chart update.

License Updates, dependency updates.

hive-sre

29 Sep 14:21

Choose a tag to compare

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

15 Sep 10:33

Choose a tag to compare

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

01 Sep 17:24

Choose a tag to compare

hive-sre

31 Aug 10:19

Choose a tag to compare

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

29 Aug 15:02

Choose a tag to compare

More SQL Testing. Fixed Param issue with Postgresql, fixed Oracle SQL for table categories. Fixed thread shutdown issue.

hive-sre

25 Aug 19:00

Choose a tag to compare

u3 managed_2_acid sql issue with new query in Oracle. Reverted to previous version.

hive-sre

25 Aug 14:27

Choose a tag to compare

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

19 Aug 02:18

Choose a tag to compare

Fixed Postgresql sql issue with transactional_tables, db_tbl_part_count, managed_shadow_tbls queries.

hive-sre

17 Aug 21:19

Choose a tag to compare

Fixed is with empty legacy managed sql in u3.

Added table type counts for all and by db.

Optimized Questionable Serdes and Legacy Kudo queries for LARGE metstores.

Fixed dbRegEx option and added a few other options. #11