You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we run hive/spark tests through the test framework, it will create some files in the root folder of the project such as
metastore_db/
derby.log
hdfs_cache/
Right now we add these to .gitignore to ignore them. We should consider setting appropriate configs so that these files are generated in tmp directories and not in the root directory.
The text was updated successfully, but these errors were encountered:
When we run hive/spark tests through the test framework, it will create some files in the root folder of the project such as
Right now we add these to
.gitignore
to ignore them. We should consider setting appropriate configs so that these files are generated in tmp directories and not in the root directory.The text was updated successfully, but these errors were encountered: