python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Trino (Presto) raising PAGE_TRANSPORT_ERROR in cascade
I'm constantly getting the PAGE_TRANSPORT_ERROR when running 30 queries in parallel (sometimes less, 10):
TrinoQueryError(type=INTERNAL_ERROR, name=PAGE_TRANSPORT_ERROR, message="Error fetching h...
Lucas Mendes Mota Da Fonseca
Votes: 0
Answers: 1
Automatic partition addition to hive metastore in a Presto setup
Source: S3
Query Engine: Athena
In our use case, several partitions (and hence, files) are added to S3 continuously and the partitions are made available immediately via dynamic partition projection. ...
TJ-
Votes: 0
Answers: 0
Are there any other tables with columns in Hive metastore?
I have 30 fields in
describe my_table;
in beeline. Simultaneously, if I am accessing Hive Metastore, I see 24 columns in COLUMNS_V2 and 2 columns in PARTITION_KEYS. 4 columns are missing. Where can t...
Dims
Votes: 0
Answers: 0
hive metastrore (COLUMNS_V2) for azure databricks
I have configured Hive Version 2.3.0 in azure sql database on DBR 10.X. I can see entries all delta tables in dbo.TBLS however [dbo].[COLUMNS_V2] shows only one entry per table which is like below..
...
Shrikant Kulkarni
Votes: 0
Answers: 1