Skip to main content
1 vote
0 answers
34 views

buckets is a column of type array<string>. The logic is similar to array_intersect, except only the prefix of each string in buckets (before the first -) is compared. How can I optimize the ...
Dong Ye's user avatar
  • 11
0 votes
0 answers
89 views

I’m experiencing an issue where my Flutter app works fine on most devices, but on some Android devices and emulators, it gets stuck on the icon/logo screen during the first launch. Details from my ...
Mayuddin Rathod's user avatar
0 votes
1 answer
53 views

Environment: Apache Spark: 3.3.1 Hive: 3.1.3 (metastore + Hive server) Table storage format: PARQUET Insertion method: dataframe.format("hive").insertInto("db.table") Problem ...
Chandra Prakash's user avatar
1 vote
1 answer
80 views

I am running Apache Hive 4.0.0 inside Docker on Ubuntu 22.04. The container starts, but HiveServer2 never binds to the port. When I try to connect with Beeline: sudo docker exec -it hive4 beeline -u ...
user31562336's user avatar
0 votes
1 answer
118 views

Background: I am running trino with Hive catalog that reads data from S3. Setup and querying through trino over these tables is working fine with table's metadata stored in hive metastore. Question: I ...
IshitaV's user avatar
  • 75
0 votes
0 answers
153 views

while I comiple spark 4.0 with hive 4.0.0, then I run into this issue. This looks like spark 4.0 is not compatable with hive 4.0.0. But the doc suggest 4.0.0 as one of the support. So I don't know ...
jcyan's user avatar
  • 71
2 votes
0 answers
38 views

I have hadoop + hive setup using docker, however when I try to run count(*) on my table it gives me an empty return when using Tez and the correct one when using MapReduce, the table is an external ...
Pedro Novaes's user avatar
0 votes
0 answers
58 views

We are currently using Trino 457 version. This week we started updating Trino version. Starting from 459, we are facing a lot of USER ERROR — HIVE_EXCEEDED_SPLIT_BUFFERING_LIMIT io.trino.spi....
Hafiz Mujadid's user avatar
2 votes
1 answer
78 views

I have two historical (SCD-2) tables, that should be merged in a new one as shown below, using HiveQL. The earliest dates does match on both tables! 1st table PK var1 start_dt end_dt 123 false ...
Grigory P's user avatar
  • 209
0 votes
1 answer
59 views

I am using emr 6.15 and hudi 0.14 I submitted following hudi job which should create a database and a table in aws glue. IAM Role assigned to EMR serverless has all neccessary permissions of s3 and ...
Roobal Jindal's user avatar
0 votes
0 answers
59 views

I am trying to setup an Open Data Lakehouse for one of my personal projects where I have deployed Spark on my local setup. I also have Hive Metastore deployed using Docker which is using PostgreSQL ...
Zafar's user avatar
  • 7
1 vote
0 answers
104 views

I'm developing a Flutter music app and using hive for local storage, which requires hive_generator and build_runner for code generation. I'm encountering a very persistent issue where build_runner ...
MAGIC GAMER's user avatar
0 votes
1 answer
59 views

I am trying to configure logs for hive metastore. I use this config: status = INFO name = HiveLog4j2 packages = org.apache.hadoop.hive.ql.log property.hive.log.level = INFO property.hive.root.logger =...
Cherry's user avatar
  • 34k
0 votes
1 answer
133 views

Hive 4.0.1 doesn't work because of Jar files not found. I want to use hive integrated with hadoop 3.4.1 to query data on apache spark. I tried to type in ./hive/bin/hive and expected it to return >...
vinhdiesal's user avatar
0 votes
0 answers
237 views

I'm trying to build a Common Table Expression (CTE) like this using the sqlglot Python library: WITH A AS ( SELECT * FROM my_table ) SELECT * FROM A When I attempt to build this with the ...
Carlos Oswaldo Alfaro He Him's user avatar

15 30 50 per page
1
2 3 4 5
1780