-
Notifications
You must be signed in to change notification settings - Fork 31
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 --dump option to show contents of .metadata file #13
Comments
I'm reluctant about this, because new textual metadata file format (#6) is exactly meant to be more human-friendly and merge-friendly, so I think that it would be better to work on new format than introduce some half-solutions. But before new file format, we need config file (#7) and to make it sane (i.e. avoiding this obnoxious git option... I thoroughly hate original special case for |
It would be still be useful even if metastore moves to a textual format one day. |
You have a point here. I think I'm ok with it on second thought. I'll prepare enhancement entry next week. One thing that needs to remain clear is that this dump should be aimed only at human consumption, i.e. nothing that some scripts would depend on, as it would lock us down later unpleasantly. Mind also that
with some xattr related improvements (don't have anything particular on my mind yet regarding it). EDIT (2015-03-25): Sorry, forgot about it, I'll prepare enhancement entry hopefully before end of March. |
Request accepted. Follow-up in #28. |
A --dump option that dumps the contents of the .metadata file in a format similar to ls -l would be very useful in debugging and troubleshooting merge problems, et. al.
The text was updated successfully, but these errors were encountered: