You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Nathan Jackels (JIRA)" <ji...@apache.org> on 2019/06/20 03:19:00 UTC

[jira] [Updated] (CASSANDRA-15174) some utils do not run on windows with default bat scripts

     [ https://issues.apache.org/jira/browse/CASSANDRA-15174?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nathan Jackels updated CASSANDRA-15174:
---------------------------------------
    Description: 
The following scripts in tools/bin do not pass %CASSANDRA_PARAMS% to the jvm which prevent successful execution because cassandra.storagedir is not set.
 * sstablemetadata.bat
 * sstableexpiredblockers.bat

{noformat}
> sstablemetadata.bat D:\data\system\local-7ad54392bcdd35a684174e047860b377\mc-1288-big-Data.db
...
INFO  03:05:35 Loaded cassandra-topology.properties for compatibility
Exception (org.apache.cassandra.exceptions.ConfigurationException) encountered during startup: hints_directory is missing and -Dcassandra.storagedir is not set
hints_directory is missing and -Dcassandra.storagedir is not set
{noformat}

  was:
The following scripts in tools/bin do not pass %CASSANDRA_PARAMS% to the jvm which prevent successful execution because cassandra.storagedir is not set.
 * sstablemetadata.bat
 * sstableexpiredblockers.bat


> some utils do not run on windows with default bat scripts
> ---------------------------------------------------------
>
>                 Key: CASSANDRA-15174
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-15174
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Tool/sstable
>            Reporter: Nathan Jackels
>            Priority: Normal
>
> The following scripts in tools/bin do not pass %CASSANDRA_PARAMS% to the jvm which prevent successful execution because cassandra.storagedir is not set.
>  * sstablemetadata.bat
>  * sstableexpiredblockers.bat
> {noformat}
> > sstablemetadata.bat D:\data\system\local-7ad54392bcdd35a684174e047860b377\mc-1288-big-Data.db
> ...
> INFO  03:05:35 Loaded cassandra-topology.properties for compatibility
> Exception (org.apache.cassandra.exceptions.ConfigurationException) encountered during startup: hints_directory is missing and -Dcassandra.storagedir is not set
> hints_directory is missing and -Dcassandra.storagedir is not set
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org