kbendick commented on issue #92: Just me or Gradle tests fail for `iceberg-hive` when env variable `HIVE_HOME` is present? URL: https://github.com/apache/incubator-iceberg/issues/92#issuecomment-464315562 Is it possible that you've edited your hive-site.xml? I know that there are some datanucleus configurations in hive-site.xml. For completeness sake, I've verified also that my local hive installation is working. I'm using a local mysql as my metastore backend (as configured in hadoop's hive-site.xml) ```bash hive -e "create table test_table(c1 string);" .... OK Time taken: 1.526 seconds hive -e "SHOW TABLES;" ... OK test_table ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
