Skip to content

Commit

Permalink
Merge pull request #109 from tawan0109/dev
Browse files Browse the repository at this point in the history
Fix PowerShell System.UnauthorizedAccessException issue when execute RunSamples.cmd
  • Loading branch information
tawan0109 committed Dec 2, 2015
2 parents a96a60b + 478a81a commit 6aa17a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RunSamples.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ set HADOOP_VERSION=2.6
@echo [RunSamples.cmd] SPARK_VERSION=%SPARK_VERSION%, HADOOP_VERSION=%HADOOP_VERSION%

@rem Windows 7/8/10 may not allow powershell scripts by default
powershell -Command Set-ExecutionPolicy Unrestricted
powershell -Command Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy Unrestricted

@rem download runtime dependencies
pushd %~dp0
Expand Down

0 comments on commit 6aa17a6

Please sign in to comment.