Skip to main content
0 votes
0 answers
71 views

I have a Glue Catalog in Account B containing multiple tables: some are Iceberg, some are standard (non-Iceberg / Hive / external) I run a Glue Spark job in Account A with RoleA, and I need to access ...
Haha's user avatar
  • 1,023
Advice
0 votes
2 replies
44 views

I can see cloudera has separate log files for hiveserver and metastore. I am unsure how to make this happen for standalone hive install (no cloudera or ambari). I have tried looking around the ...
MarcT's user avatar
  • 1
0 votes
1 answer
149 views

When I have order by clause in Hive query, for example: SELECT * FROM EPAY ORDER BY EUNQ Current Results 14579536 50118664 5PM35795 Expected Results 14579536 5PM35795 50118664 Is there anything I can ...
sam243475's user avatar
1 vote
2 answers
91 views

I open the Hive box in main.dart void main() async { WidgetsFlutterBinding.ensureInitialized(); await Hive.initFlutter(); Hive.registerAdapter(ProductAdapter()); await Hive.openBox<...
Faraz Solangi's user avatar
Advice
0 votes
1 replies
67 views

Looking through documentation and articles is not helping me to decipher configuration. The default hive setup shows name = HiveLog4j2 # list of properties property.hive.log.level = INFO property....
MarcT's user avatar
  • 1
0 votes
0 answers
71 views

i am implementing a foreground service so that when there is no internet , the data that i directly send to my server should be reside in hive sequentially and when internet comes, the foreground ...
Maryam Bibi's user avatar
0 votes
0 answers
60 views

I have a pyspark job that write dataframe to s3 with partitions. the partition value is string. in my pyspark script, I have the line: spark.sql("MSCK REPAIR TABLE table_name SYNC PARTITIONS"...
Dozel's user avatar
  • 169
0 votes
1 answer
96 views

I have recently donwloaded a standalone hive metastore binary distrubution. I am also running an Apache Hadoop instance on the same machine, and Hive seems to recognize Hadoop. However, when trying to ...
Paweł Sopel's user avatar
0 votes
1 answer
170 views

My hive connector config, hive_aws.properties: connector.name=hive hive.metastore.uri=thrift://hive-metastore:9083 fs.native-s3.enabled=true s3.endpoint=https://s3.amazonaws.com s3.region=us-east-1 (...
jiron's user avatar
  • 353
1 vote
0 answers
53 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
133 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
115 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
0 votes
1 answer
175 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
251 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
2 votes
0 answers
51 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

15 30 50 per page
1
2 3 4 5
1778