Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add user configs to gitignore #632

Merged
merged 2 commits into from Aug 3, 2020

Conversation

xwu99
Copy link
Contributor

@xwu99 xwu99 commented Jul 21, 2020

Ignore configs

@@ -14,5 +14,9 @@ report/
.classpath
.project
.settings/
conf/benchmarks.lst
conf/frameworks.lst
conf/hibench.conf
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These files are already in git. Will that be a problem if someone wants to modify these files?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When switching from one branch to another, you can still use the same config. Don't bother to resolve conflicts when switching branch. Just ignore the changes to config.
Also can avoid accidently commit user-modified configs to repo when you modify those files to benchmark something. You can still use git add -f to add if really need to commit the change.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just like hadoop.conf and spark.conf is user specific config, no need to commit. does it make sense?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok.

@carsonwang carsonwang merged commit 43a40a8 into Intel-bigdata:master Aug 3, 2020
@xwu99 xwu99 mentioned this pull request Aug 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants