Thank you for the clarification Zhihua and Denys. I was under the
assumption that there would be a separate schema version for minor release
as well.

+1 (Non-binding)

I have Verified the following:

* Downloaded the source tarball, signature (.asc), and checksum: ✓ OK
* Imported GPG keys and verified the signature: ✓ OK

    Download KEYS and run gpg --import /path/to/downloaded/KEYS
    Verify the signature by running: gpg --verify
./apache-hive-4.0.1-src.tar.gz.asc  ./apache-hive-4.0.1-src.tar.gz and gpg
--verify ./apache-hive-4.0.1-bin.tar.gz.asc  ./apache-hive-4.0.1-bin.tar.gz

* Validated checksum and signature for the artifacts: ✓ OK
* Successfully built from source: ✓ OK
* Initialized meta scripts against MySQL with *schema version 4.0.0 *: ✓ OK
* Confirmed successful standalone metastore setup with MySQL: ✓ OK
* Deployed and started HiveServer2 and Metastore with *Hadoop 3.3.6 and Tez
0.10.4*: ✓ OK
* Ran simple queries to create table,inserted records and read data on
external table, acid tables and iceberg tables and with Tez and verified
the output: ✓ OK

Thanks,
Simhadri G

On Thu, Sep 26, 2024 at 6:39 PM Denys Kuzmenko <dkuzme...@apache.org> wrote:

> ./schematool -dbType mysql -initSchema
> SLF4J: Class path contains multiple SLF4J bindings.
> SLF4J: Found binding in
> [jar:file:/Users/denyskuzmenko/Downloads/apache-hive-4.0.0-bin/lib/log4j-slf4j-impl-2.18.0.jar!/org/slf4j/impl/StaticLoggerBinder.class]
> SLF4J: Found binding in
> [jar:file:/Users/denyskuzmenko/thirdparty/hadoop-3.3.6/share/hadoop/common/lib/slf4j-reload4j-1.7.36.jar!/org/slf4j/impl/StaticLoggerBinder.class]
> SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an
> explanation.
> SLF4J: Actual binding is of type
> [org.apache.logging.slf4j.Log4jLoggerFactory]
> Initializing the schema to: 4.0.0
> Metastore connection URL:        jdbc:mysql://localhost:3306/hive4
> Metastore connection Driver :    com.mysql.jdbc.Driver
> Metastore connection User:       hive
> Loading class `com.mysql.jdbc.Driver'. This is deprecated. The new driver
> class is `com.mysql.cj.jdbc.Driver'. The driver is automatically registered
> via the SPI and manual loading of the driver class is generally unnecessary.
> Starting metastore schema initialization to 4.0.0
> Initialization script hive-schema-4.0.0.mysql.sql
>
> Initialization script completed
>

Reply via email to