[
https://issues.apache.org/jira/browse/STORM-1630?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15197012#comment-15197012
]
ASF GitHub Bot commented on STORM-1630:
---------------------------------------
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"
----
> "create symbolic link" needs elevation or setting privilege about creating
> symbolic link
> ----------------------------------------------------------------------------------------
>
> Key: STORM-1630
> URL: https://issues.apache.org/jira/browse/STORM-1630
> Project: Apache Storm
> Issue Type: Bug
> Components: storm-core
> Affects Versions: 1.0.0, 2.0.0
> Environment: Windows
> Reporter: Jungtaek Lim
> Assignee: Jungtaek Lim
> Priority: Blocker
>
> I already initiated discussion thread. Please refer here.
> http://mail-archives.apache.org/mod_mbox/storm-dev/201603.mbox/%3CCAF5108hVJpeZbC+JngcQmvE9HmV8HejsZ=co1gdk3jdirum...@mail.gmail.com%3E
> This PR is for tracking and resolving symlink issue after discussion.
> While it's just initiated, but IMO, at least "how to resolve privilege issue
> manually" should be documented since privilege issue on Windows users is
> introduced to Storm 1.0.0 for the first time.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)