gfn9cho commented 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-541780771 Yes, this is the first write. Its creating the hoodie table and I could see the data in S3. When it comes to Hive, its creating the table, but failed to sync the data with the above error. Actually that was the entire log in the spark shell. Below is the one item I missed, 19/10/14 01:30:23 WARN HiveConf: HiveConf of name hive.metastore.client.factory.class does not exist I could do spark.sql("select * from <hivedb.table>") successfully with no data in it.
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
