You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2022/02/14 19:27:32 UTC

[GitHub] [hudi] LucassLin commented on issue #4700: [SUPPORT] Adding new column to table is not propagated to Hive via HMS sync mode

LucassLin commented on issue #4700:
URL: https://github.com/apache/hudi/issues/4700#issuecomment-1039468815


   I also run into the same issue as @nsivabalan did when using hms.
   Spark: 2.4.7
   Spark-hive: 2.4.7
   
   ```
   java.lang.NoSuchMethodError: org.apache.hadoop.hive.metastore.IMetaStoreClient.alter_table_with_environmentContext(Ljava/lang/String;Ljava/lang/String;Lorg/apache/hadoop/hive/metastore/api/Table;Lorg/apache/hadoop/hive/metastore/api/EnvironmentContext;)V
     at org.apache.hudi.hive.ddl.HMSDDLExecutor.updateTableDefinition(HMSDDLExecutor.java:146)
     at org.apache.hudi.hive.HoodieHiveClient.updateTableDefinition(HoodieHiveClient.java:184)
     at org.apache.hudi.hive.HiveSyncTool.syncSchema(HiveSyncTool.java:250)
     at org.apache.hudi.hive.HiveSyncTool.syncHoodieTable(HiveSyncTool.java:182)
   ```
   Any idea on this error?


-- 
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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org