xiaojie19852006 opened a new issue, #9041: URL: https://github.com/apache/incubator-gluten/issues/9041
### Problem description The backend storage is object storage. When users create tables using the location:HDFS://IP format, Spark can access them normally, but exceptions are reported after switching to Gluten. The error details are as follows: at java.lang.Thread.run(Thread.java:748) Caused by: org.apache.gluten.exception.GlutenException: Error during calling Java code from native code: org.apache.gluten.exception.GlutenException: org.apache.gluten.exception.GlutenException: Exception: VeloxRuntimeError Error Source: RUNTIME Error Code: INVALID_STATE Reason: Unable to connect to HDFS: 92.5.3.200, got error: InvalidParameter: Cannot parse URI: hdfs://92.5.3.200, missing port or invalid HA configuration Caused by: HdfsConfigNotFound: Config key: dfs.ha.namenodes.92.5.3.200 not found. Retriable: False Expression: hdfsClient_ != nullptr Context: Split [Hive: hdfs://92.5.3.200/user/gxeda/iwc_dm/dm_serv_day/p_day_id=20250311/p_latn_id=1700/part-00192-34bc2842-915b-49cf-850e-f12bad697872.c000 0 - 62481522] Task Gluten_Stage_2_TID_4347_VTID_17 Additional Context: Operator: TableScan[0] 0 Function: Impl File: /home/kk/Downloads/gluten121-clean/ep/build-velox/build/velox_ep/velox/connectors/hive/storage_adapters/hdfs/HdfsFileSystem.cpp Line: 35 Stack trace: # 0 _ZN8facebook5velox7process10StackTraceC1Ei # 1 _ZN8facebook5velox14VeloxExceptionC1EPKcmS3_St17basic_string_viewIcSt11char_traitsIcEES7_S7_S7_bNS1_4TypeES7_ # 2 _ZN8facebook5velox6detail14veloxCheckFailINS0_17VeloxRuntimeErrorERKSsEEvRKNS1_18VeloxCheckFailArgsET0_ # 3 _ZN8facebook5velox11filesystems14HdfsFileSystemC2ERKSt10shared_ptrIKNS0_6ConfigEERKNS1_19HdfsServiceEndpointE # 4 _ZN5folly15basic_once_flagINS_15SharedMutexImplILb0EvSt6atomicNS_24SharedMutexPolicyDefaultEEES2_E14call_once_slowIZZN8facebook5velox11filesystems23hdfsFileSystemGeneratorEvENKUlSt10shared_ptrIKNS8_6ConfigEESt17basic_string_viewIcSt11char_traitsIcEEE_clESD_SH_EUlvE_JEEEvOT_DpOT0_ # 5 _ZZN8facebook5velox11filesystems23hdfsFileSystemGeneratorEvENKUlSt10shared_ptrIKNS0_6ConfigEESt17basic_string_viewIcSt11char_traitsIcEEE_clES5_S9_.isra.0 # 6 _ZNSt17_Function_handlerIFSt10shared_ptrIN8facebook5velox11filesystems10FileSystemEES0_IKNS2_6ConfigEESt17basic_string_viewIcSt11char_traitsIcEEEZNS3_23hdfsFileSystemG ### System information X86 ### CMake log ```bash ``` -- 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]
