Skip to content

Commit fb59b03

Browse files
committed
updated README.md
1 parent de61d68 commit fb59b03

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,8 @@ Environment variables are supported for convenience and also to hide credentials
106106
- ```hadoop_hdfs_files_stats.jy``` - fetches HDFS file stats. Useful to generate a list of all files in a directory tree showing block size, replication factor, underfilled blocks and small files
107107
- [Hive](https://hive.apache.org/) / [Impala](https://impala.apache.org/):
108108
- ```hive_schemas_csv.py``` / ```impala_schemas_csv.py``` - dumps all databases, tables, columns and types out in CSV format to standard output
109+
- ```hive_foreach_table.py``` / ```impala_foreach_table.py``` - execute any query of statement for each matching table
110+
- ```hive_tables_row_counts.py``` / ```impala_tables_row_counts.py``` - iterate all matching tables in all databases (by partition if available) and output TSV of table names and row counts
109111
- [HBase](https://hbase.apache.org/):
110112
- ```hbase_generate_data.py``` - inserts random generated data in to a given [HBase](https://hbase.apache.org/) table, with optional skew support with configurable skew percentage. Useful for testing region splitting, balancing, CI tests etc. Outputs stats for number of rows written, time taken, rows per sec and volume per sec written.
111113
- ```hbase_show_table_region_ranges.py``` - dumps HBase table region ranges information, useful when pre-splitting tables

0 commit comments

Comments
 (0)