[
https://issues.apache.org/jira/browse/HIVE-29223?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18033293#comment-18033293
]
Denys Kuzmenko commented on HIVE-29223:
---------------------------------------
{code:java}
2025-10-27 20:06:53,819 WARN [Metastore-Handler-Pool: Thread-59] fs.FileSystem
(FileSystem.java:createFileSystem(3619)) - Failed to initialize filesystem
s3a://tiny/: java.lang.NumberFormatException: For input string: "60s"2025-10-27
20:06:53,824 ERROR [Metastore-Handler-Pool: Thread-59]
metastore.RetryingHMSHandler (RetryingHMSHandler.java:invokeInternal(144)) -
MetaException(message:java.lang.NumberFormatException: For input string: "60s")
at
org.apache.hadoop.hive.metastore.ExceptionHandler.newMetaException(ExceptionHandler.java:152)
at
org.apache.hadoop.hive.metastore.ExceptionHandler.defaultMetaException(ExceptionHandler.java:168)Caused
by: java.lang.NumberFormatException: For input string: "60s" at
java.base/java.lang.NumberFormatException.forInputString(Unknown Source) {code}
i think it has nothing todo with HMS. make sure you use proper version of
Hadoop (3.4.1)
> The BUG is found in apache/hive:4.1.0
> --------------------------------------
>
> Key: HIVE-29223
> URL: https://issues.apache.org/jira/browse/HIVE-29223
> Project: Hive
> Issue Type: Bug
> Components: Hive
> Affects Versions: 4.1.0, 4.0.1
> Environment: with image: apache/hive:4.0.1
> * trino> CREATE SCHEMA minio_catalog.mini WITH (location = 's3a://tiny/');
> * CREATE SCHEMA
> with image: apache/hive:4.1.0
> trino> CREATE SCHEMA minio_catalog.mini WITH (location = 's3a://tiny/');
> Query 20250923_071049_00000_ht8pd failed: java.lang.NumberFormatException:
> For input string: "60s"
> Reporter: Naeel
> Priority: Major
> Fix For: 4.1.0
>
>
> *The BUG is found in apache/hive:4.1.0*
> _Query 20250923_071049_00000_ht8pd failed: java.lang.NumberFormatException:
> For input string: "60s"_
> _project with docker containers explains_
>
> *_https://github.com/Repinoid/hive410bug_*
--
This message was sent by Atlassian Jira
(v8.20.10#820010)