GitHub user HeartSaVioR opened a pull request:
https://github.com/apache/storm/pull/1220
STORM-1630 Add guide page for Windows users
* starting at 1.0.0, Windows users should take care of privilege on account
* "create symbolic link"
@hustfxj
I made this page before seeing your comment.
While technet pages cover how to set up privilege, we could be more kind to
providing tl;dr. by pasting your comment on JIRA issue.
```
1) Launch secpol.msc via Start or Start â Run.
2) Open Security Settings â Local Policies â User Rights Assignment.
3) In the list, find the "Create symbolic links" item, which represents
SeCreateSymbolicLinkPrivilege.
4) Double-click on the item and add yourself (or the whole Users group) to
the list.
```
If you think it would be better to add it, I'll take care of it.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/HeartSaVioR/storm STORM-1630-asf-site
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/1220.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1220
----
commit 7498836f040bfca770fa0823f47e75691892f275
Author: Jungtaek Lim <[email protected]>
Date: 2016-03-16T08:31:35Z
STORM-1630 Add guide page for Windows users
* starting at 1.0.0, Windows users should take care of privilege on account
* "create symbolic link"
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---