Skip to content

Fixed Mac OS X ctags compatibility issue #137

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

Merged
merged 1 commit into from
Jul 14, 2014

Conversation

liancheng
Copy link
Contributor

ctags under Mac OS X somehow doesn't recognize some POSIX extended regex syntax like \<, \> and \s. And it works for me after replacing them with [[:space:]], [[:<:]] and [[:>:]].

@adriaanm
Copy link
Contributor

thanks!

adriaanm added a commit that referenced this pull request Jul 14, 2014
Fixed Mac OS X ctags compatibility issue
@adriaanm adriaanm merged commit 6e41e5d into scala:master Jul 14, 2014
@liancheng liancheng deleted the fix-mac-ctags branch July 14, 2014 14:21
liancheng pushed a commit to liancheng/scala-dist that referenced this pull request Jul 20, 2014
Allow spark on yarn to be run from HDFS.

Allows the spark.jar, app.jar, and log4j.properties to be put into hdfs.  Allows you to specify the files on a different hdfs cluster and it will copy them over. It makes sure permissions are correct and makes sure to put things into public distributed cache so they can be reused amongst users if their permissions are appropriate.  Also add a bit of error handling for missing arguments.
liancheng pushed a commit to liancheng/scala-dist that referenced this pull request Jul 20, 2014
This should all work as expected with the current version of the tachyon tarball (0.4.1)

Author: Nick Lanham <nick@afternight.org>

Closes scala#137 from nicklan/bundle-tachyon and squashes the following commits:

2eee15b [Nick Lanham] Put back in exec, start tachyon first
738ba23 [Nick Lanham] Move tachyon out of sbin
f2f9bc6 [Nick Lanham] More checks for tachyon script
111e8e1 [Nick Lanham] Only try tachyon operations if tachyon script exists
0561574 [Nick Lanham] Copy over web resources so web interface can run
4dc9809 [Nick Lanham] Update to tachyon 0.4.1
0a1a20c [Nick Lanham] Add scripts using tachyon tarball
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.

2 participants