deniskuzZ commented on PR #6390: URL: https://github.com/apache/hive/pull/6390#issuecomment-4162479212
also in llap logs there is schema init, why? ```` + /opt/hive/bin/schematool -dbType derby -initOrUpgradeSchema SLF4J: Class path contains multiple SLF4J bindings. SLF4J: Found binding in [jar:file:/opt/hive/lib/log4j-slf4j-impl-2.24.3.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: Found binding in [jar:file:/opt/hadoop/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] 2026-03-31T12:59:32,296 INFO [main] conf.MetastoreConf: Found configuration file: file:/opt/hive/conf/hive-site.xml 2026-03-31T12:59:32,317 INFO [main] conf.MetastoreConf: Unable to find config file: hivemetastore-site.xml 2026-03-31T12:59:32,317 INFO [main] conf.MetastoreConf: Unable to find config file: metastore-site.xml 2026-03-31T12:59:32,330 INFO [main] schematool.HiveSchemaHelper: Metastore connection URL: jdbc:derby:;databaseName=metastore_db;create=true Metastore connection URL: jdbc:derby:;databaseName=metastore_db;create=true 2026-03-31T12:59:32,330 INFO [main] schematool.HiveSchemaHelper: Metastore connection Driver : org.apache.derby.iapi.jdbc.AutoloadedDriver Metastore connection Driver : org.apache.derby.iapi.jdbc.AutoloadedDriver 2026-03-31T12:59:32,330 INFO [main] schematool.HiveSchemaHelper: Metastore connection User: APP Metastore connection User: APP Upgrading from the version 4.2.0 No schema upgrade required from version 4.2.0 Initialized Hive Metastore Server schema successfully.. + '[' 0 -eq 0 ']' + echo 'Initialized Hive Metastore Server schema successfully..' + '[' llap == hiveserver2 ']' + '[' llap == metastore ']' ```` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
