windows 運行 cassandra

線索異常通行

PS D:\apache-cassandra-3.11.3\bin> .\cassandra -f

.\cassandra : 無法加載文件 D:\apache-cassandra-3.11.3\bin\cassandra.ps1,因爲在此係統上禁止運行腳本。有關詳細信息,請參

閱 https:/go.microsoft.com/fwlink/?LinkID=135170 中的 about_Execution_Policies。

所在位置 行:1 字符: 1

+ .\cassandra -f

+ ~~~~~~~~~~~

    + CategoryInfo          : SecurityError: (:) [],PSSecurityException

    + FullyQualifiedErrorId : UnauthorizedAccess

PS D:\apache-cassandra-3.11.3\bin> .\stop-server.bat

WARNING! Powershell script execution unavailable.

   Please use 'powershell Set-ExecutionPolicy Unrestricted'

   on this user-account to run cassandra with fully featured

   functionality on this platform.

Cannot stop server without powershell access.

PS D:\apache-cassandra-3.11.3\bin> powershell Set-ExecutionPolicy Unrestricted

Set-ExecutionPolicy : 對註冊表項“HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PowerShell\1\ShellIds\Microsoft.PowerShell”的

訪問被拒絕。 要更改默認(LocalMachine)作用域的執行策略,請使用“以管理員身份運行”選項啓動 Windows PowerShell。要更改當

前用戶的執行策略,請運行 "Set-ExecutionPolicy -Scope CurrentUser"。

所在位置 行:1 字符: 1

+ Set-ExecutionPolicy Unrestricted

+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    + CategoryInfo          : PermissionDenied: (:) [Set-ExecutionPolicy], UnauthorizedAccessException

    + FullyQualifiedErrorId : System.UnauthorizedAccessException,Microsoft.PowerShell.Commands.SetExecutionPolicyComma

   nd

PS D:\apache-cassandra-3.11.3\bin> powershell Set-ExecutionPolicy -Scope CurrentUser Unrestricted

PS D:\apache-cassandra-3.11.3\bin> .\cassandra -f

*---------------------------------------------------------------------*

*---------------------------------------------------------------------*


    WARNING!  Automatic page file configuration detected.

    It is recommended that you disable swap when running Cassandra

    for performance and stability reasons.


*---------------------------------------------------------------------*

*---------------------------------------------------------------------*

*---------------------------------------------------------------------*

*---------------------------------------------------------------------*


    WARNING! Detected a power profile other than High Performance.

    Performance of this node will suffer.

    Modify conf\cassandra.env.ps1 to suppress this warning.


*---------------------------------------------------------------------*

*---------------------------------------------------------------------*

      0 [main] uname 39648 find_fast_cwd: WARNING: Couldn't compute FAST_CWD pointer.  Please report this problem to

the public mailing list [email protected]

Detected cygwin runtime environment.  Adding -Dcassandra-pidfile=D:\apache-cassandra-3.11.3\pid.txt to JVM params as control+c trapping on mintty is inconsistent

...略去更多輸出信息

線索異常通行


發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章