wangzhenwen681 commented on issue #4992: URL: https://github.com/apache/hudi/issues/4992#issuecomment-1867409183
> 我已经解决了问题,你是中国人吗? > [……](#) > ---原文--- 来自:***@***.***> 日期:2023 年 12 月 22 日星期五上午 09:39 收件人:***@***.***>; 抄送:***@***.******@***.***>;主题:Re: [apache/hudi] Hudi 如何支持 HDFS kerberos 权限验证 (Issue #4992 ) 我也遇到了这个问题,想请问一下如何解决 — 直接回复此邮件,查看GitHub,或取消订阅。您收到此消息是因为您被提及。消息 ID:***@***.***> Yes, I reported the following error when I used flinksql-client to synchronize hive jobManager log 2023-12-22 16:35:07,730 WARN org.apache.hadoop.hive.metastore.HiveMetaStoreClient [] - set_ugi() not successful, Likely cause: new client talking to old server. Continuing without it. org.apache.thrift.transport.TTransportException: null hivemetastore log ERROR org.apache.thrift.server.TThreadPoolServer - Error occurred during processing of message. java.lang.RuntimeException: org.apache.thrift.transport.TTransportException: Invalid status -128 Caused by: org.apache.thrift.transport.TTransportException: Invalid status -128 environment hudi-0.14.0 flink-1.16.2 flinksql is CREATE TABLE test_hudi( > id int, > num int, > ts int, > primary key (id) not enforced > ) > PARTITIONED BY (`num`) > with( > 'connector'='hudi', > 'path' = 'hdfs:///data/test/test_hudi', > 'table.type'='COPY_ON_WRITE', > 'hive_sync.enable'='true', > 'hive_sync.db'='test', > 'hive_sync.table'='test_hudi', > 'hive_sync.mode'='hms' , > 'hive_sync.metastore.uris' = 'thrift://datasophon01:9083', > 'hive_sync.use_jdbc'='true', > 'hive_sync.use_kerberos' = 'true', > 'hive_sync.kerberos.krb5.conf' = '/etc/krb5.conf', > 'hive_sync.kerberos.principal' = 'hive/[email protected]', > 'hive_sync.kerberos.keytab.file' = '/etc/security/keytab/hive.service.keytab', > 'hive_sync.kerberos.keytab.name' = 'hive/[email protected]' > ); -- 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]
