nsivabalan opened a new pull request #1688: URL: https://github.com/apache/hudi/pull/1688
After running TestHiveSyncTool, some remnants are found in source dir(hudi-hive-sync). Eg, metastore_db and derby.logs. This patch fixes the same. This indirectly causes compilation of hudi to fail. Once you run unit tests, if you try to compile, it may complain about license headers in these generated files. Source: https://stackoverflow.com/questions/38377188/how-to-get-rid-of-derby-log-metastore-db-from-spark-shell Verification: - Verified that these are created in the temp dir created as part of tests and no remnants are found in hudi-hive-sync. - Ran entire TestHiveSyncTool. All passed. ## Committer checklist - [ ] Has a corresponding JIRA in PR title & commit - [ ] Commit message is descriptive of the change - [ ] CI is green - [ ] Necessary doc changes done or have another open PR - [ ] For large changes, please consider breaking it into sub-tasks under an umbrella JIRA. ---------------------------------------------------------------- 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]
