kit-data-manager / kit-data-manager/metastore2
Running MetaStore in WSL might cause problems
- Dominant language
- Java
- Stars
- 8
- Forks
- 11
- PR merge metrics
- No merged PRs in 30d
Description
## Problem
Running scripts of MetaStore in WSL might cause problems if the repository was cloned using windows.
## Reason
As git add windows specific line endings to all text files (including shell scripts) shell scripts will throw error messages.
## Possible Solutions
1. Execute git clone inside the WSL.
2. Use e.g. dos2unix on all shell scripts (*.sh).
## Links
- [Converting files on linux](https://phoenixnap.com/kb/convert-dos-to-unix)
Contributor guide
No contributing guide indexed for this repository
Research direction
The issue concerns MetaStore shell scripts (*.sh) run from WSL after a Windows clone; start by reproducing the line-ending failure in that setup. Done means the scripts execute successfully without requiring users to convert each script manually; no specific file or test is named.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- git, linux, shell
- Domain
- devops, operating-systems
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100