Investigate if Hive connector should add stats properties
See original GitHub issuePartitions (or unpartitioned tables) written by Hive seem to have the following properties (tested with Hive 1.2.1):
COLUMN_STATS_ACCURATE
=true
numFiles
numRows
rawDataSize
totalSize
This looks like a good starting point: https://github.com/apache/hive/blob/master/standalone-metastore/src/main/java/org/apache/hadoop/hive/common/StatsSetupConst.java
Issue Analytics
- State:
- Created 7 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Hadoop Hive - Configuration Properties
Typically set to a prime close to the number of available hosts. Ignored when mapred.job.tracker is "local". Hadoop set this to 1 by...
Read more >Statistics in Hive - Apache Software Foundation
Queries can fail to collect stats completely accurately. There is a setting hive.stats.reliable that fails queries if the stats can't be reliably collected....
Read more >Hive connector — Trino 403 Documentation
The Hive connector allows querying data stored in an Apache Hive data warehouse. Hive is a combination of three components: Data files in...
Read more >2.04 - Hive Connector and Link Properties - Teradata QueryGrid
When you create links and associated properties in the QueryGrid portlet, you are creating Configuration Name Value Pairs (NVP).
Read more >Hive Connector — Presto 0.278 Documentation
We also recommend reducing the configuration files to have the minimum set of required properties, as additional properties may cause problems. The ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Basic statistics: https://github.com/prestodb/presto/pull/10456
Yes