Hive Standalone Metastore dependency on Hadoop

2023-12-23 Thread Sanjay Gupta
Hi,
https://repo1.maven.org/maven2/org/apache/hive/hive-standalone-metastore

Does Hive Standalone Metastore depends on Hadoop ? I am building my
own docker container to run Hive Metastore and I see my image size is
1.4GB.
I did install Hadoop 3.3.6 and Standalone metastore 3.1.3 and
metastore service is running fine.
hadoop-3.3.6 size is 923 M uncompressed.

To build hive-standalone-metastore, I have followed this
https://janakiev.com/blog/presto-trino-s3/#hive-standalone-metastore

I am trying to find out how can I reduce image size ?

-- 

Thanks
Sanjay Gupta


Re: Blog article 'Performance Tuning for Single-table Queries'

2023-12-23 Thread lisoda




 Replied Message 
| From | Sungwoo Park |
| Date | 12/24/2023 00:06 |
| To | user@hive.apache.org |
| Cc | |
| Subject | Blog article 'Performance Tuning for Single-table Queries' |
Hello Hive users,


I have published a new blog article 'Performance Tuning for Single-table 
Queries'. It shows how to change configuration parameters of Hive and Tez in 
order to make simple queries run faster than Spark. Although it uses Hive on 
MR3, the technique equally applies to Hive on Tez and Hive-LLAP.



https://www.datamonad.com/post/2023-12-23-optimize-bi-1.8/


Hope you find it useful.


Cheers,


--- Sungwoo

Blog article 'Performance Tuning for Single-table Queries'

2023-12-23 Thread Sungwoo Park
Hello Hive users,

I have published a new blog article 'Performance Tuning for Single-table
Queries'. It shows how to change configuration parameters of Hive and Tez
in order to make simple queries run faster than Spark. Although it
uses Hive on MR3, the technique equally applies to Hive on Tez and
Hive-LLAP.

https://www.datamonad.com/post/2023-12-23-optimize-bi-1.8/

Hope you find it useful.

Cheers,

--- Sungwoo