wangzhenwen681 commented on issue #9636:
URL: https://github.com/apache/hudi/issues/9636#issuecomment-1867409668

   
   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]

Reply via email to