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 2019/10/21 19:55:37 UTC

[GitHub] [incubator-hudi] umehrot2 edited a comment on issue #954: org.apache.hudi.org.apache.hadoop_hive.metastore.api.NoSuchObjectException: table not found

umehrot2 edited a comment on issue #954:  org.apache.hudi.org.apache.hadoop_hive.metastore.api.NoSuchObjectException: <hivedb.tableName> table not found
URL: https://github.com/apache/incubator-hudi/issues/954#issuecomment-544679781
 
 
   @gfn9cho @vinothchandar We are aware of this issue as well.
   
   This issue happens inside hive code at this line: https://github.com/apache/hive/blob/rel/release-2.3.6/service/src/java/org/apache/hive/service/cli/operation/GetColumnsOperation.java#L173
   
   This is because **primaryKeys** is turning up as null, and this is happening because of a bug in our internal glue catalog client, where if the primary key is not defined it returns null instead of an empty list. That breaks this piece of code.
   
   EMR will be adding Hudi support as an app in its next release, where we will be fixing this bug in the glue client as well. Then your updates will succeed as well. Until then, may be you can try defining a primary key to get around this bug ?

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services