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

Symlinking Spark Library crashes Spark #2

Open
fiedl opened this issue May 11, 2016 · 2 comments
Open

Symlinking Spark Library crashes Spark #2

fiedl opened this issue May 11, 2016 · 2 comments

Comments

@fiedl
Copy link

fiedl commented May 11, 2016

I'm trying to put my Spark Library.splib under version control within my dotfiles repository. In order to do this, I'm replacing the Spark Library by a symlink:

cd "$HOME/Library/Application Support/Spark"
mv "Spark Library.splib" "$HOME/.dotfiles/spark/Spark Library.splib"
ln -s "$HOME/.dotfiles/spark/Spark Library.splib" "Spark Library.splib"

After that, starting Spark does not work:

bildschirmfoto 2016-05-11 um 14 11 06

Could you have a look into that? Thanks!

@fiedl
Copy link
Author

fiedl commented May 11, 2016

Also, symlinking only one of the contained files, e.g.

cd "$HOME/Library/Application Support/Spark/Spark Library.splib"
mv "SparkActions" "$HOME/.dotfiles/spark/Spark Library.splib/SparkActions"
ln -s "$HOME/.dotfiles/spark/Spark Library.splib/SparkActions" "SparkActions"

is enough to cause the crash

@Jean-Daniel
Copy link
Owner

Symlink on a contained file is not and will not be supported, but symlink to the library is fixed by 7e3f43b

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

No branches or pull requests

2 participants