You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Alexander Vushkan (JIRA)" <ji...@apache.org> on 2009/05/07 12:12:30 UTC

[jira] Created: (CASSANDRA-146) Cassandra port to Windows

Cassandra port to Windows
-------------------------

                 Key: CASSANDRA-146
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-146
             Project: Cassandra
          Issue Type: New Feature
         Environment: Windows
            Reporter: Alexander Vushkan
            Priority: Minor


I consider using cassandra in one of projects. It would be useful to have cassandra working on Windows for demos and development environment for some team members. 
I can contribute these changes in a couple of next days.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CASSANDRA-146) Better windows integration

Posted by "Jonathan Ellis (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-146?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12708923#action_12708923 ] 

Jonathan Ellis commented on CASSANDRA-146:
------------------------------------------

The unix scripts are in bin/cassandra (which refers to bin/cassandra.in.sh).

If you check svn history there used to be simpler bin/start-server which would probably be easier to port to windows.



> Better windows integration
> --------------------------
>
>                 Key: CASSANDRA-146
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-146
>             Project: Cassandra
>          Issue Type: New Feature
>         Environment: Windows
>            Reporter: Alexander Vushkan
>            Priority: Minor
>
> I consider using cassandra in one of projects. It would be useful to have cassandra working on Windows for demos and development environment for some team members. 
> I can contribute these changes in a couple of next days.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CASSANDRA-146) Better windows integration

Posted by "Alexander Vushkan (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-146?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12708813#action_12708813 ] 

Alexander Vushkan commented on CASSANDRA-146:
---------------------------------------------

Yes, it's in java and therefore runs fine. I'm just wondering regarding shell scripts that form environment for running Cassandra daemon(building CLASSPATH, etc). Do you guys have existing scripts to share? 

> Better windows integration
> --------------------------
>
>                 Key: CASSANDRA-146
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-146
>             Project: Cassandra
>          Issue Type: New Feature
>         Environment: Windows
>            Reporter: Alexander Vushkan
>            Priority: Minor
>
> I consider using cassandra in one of projects. It would be useful to have cassandra working on Windows for demos and development environment for some team members. 
> I can contribute these changes in a couple of next days.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (CASSANDRA-146) Better windows integration

Posted by "Michael Greene (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-146?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Greene updated CASSANDRA-146:
-------------------------------------

    Component/s: Tools

> Better windows integration
> --------------------------
>
>                 Key: CASSANDRA-146
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-146
>             Project: Cassandra
>          Issue Type: New Feature
>          Components: Tools
>         Environment: Windows
>            Reporter: Alexander Vushkan
>            Assignee: Michael Greene
>            Priority: Minor
>             Fix For: 0.4
>
>         Attachments: 146_v1.diff
>
>
> I consider using cassandra in one of projects. It would be useful to have cassandra working on Windows for demos and development environment for some team members. 
> I can contribute these changes in a couple of next days.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (CASSANDRA-146) Better windows integration

Posted by "Michael Greene (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-146?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Greene updated CASSANDRA-146:
-------------------------------------

    Attachment: 146_v1.diff

The attached batch file mimics many of the classpath / library / storage conf detection and passing techniques of the existing shell scripts, and works when running as

bin\cassandra.bat

on the machine I tested with (Win7 RC, JDK6_14).  Surprisingly, the existing sample storage conf works fine, even the UNIX-y paths.

ant, ant clean, ant test already worked fine on Windows.

> Better windows integration
> --------------------------
>
>                 Key: CASSANDRA-146
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-146
>             Project: Cassandra
>          Issue Type: New Feature
>         Environment: Windows
>            Reporter: Alexander Vushkan
>            Priority: Minor
>         Attachments: 146_v1.diff
>
>
> I consider using cassandra in one of projects. It would be useful to have cassandra working on Windows for demos and development environment for some team members. 
> I can contribute these changes in a couple of next days.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (CASSANDRA-146) Cassandra ported to windows

Posted by "Alexander Vushkan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-146?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexander Vushkan updated CASSANDRA-146:
----------------------------------------

    Summary: Cassandra ported to windows  (was: Cassandra port to Windows)

> Cassandra ported to windows
> ---------------------------
>
>                 Key: CASSANDRA-146
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-146
>             Project: Cassandra
>          Issue Type: New Feature
>         Environment: Windows
>            Reporter: Alexander Vushkan
>            Priority: Minor
>
> I consider using cassandra in one of projects. It would be useful to have cassandra working on Windows for demos and development environment for some team members. 
> I can contribute these changes in a couple of next days.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (CASSANDRA-146) Better windows integration

Posted by "Eric Evans (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-146?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eric Evans resolved CASSANDRA-146.
----------------------------------

    Resolution: Fixed
      Assignee: Michael Greene

+1, committed, thanks!

> Better windows integration
> --------------------------
>
>                 Key: CASSANDRA-146
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-146
>             Project: Cassandra
>          Issue Type: New Feature
>         Environment: Windows
>            Reporter: Alexander Vushkan
>            Assignee: Michael Greene
>            Priority: Minor
>         Attachments: 146_v1.diff
>
>
> I consider using cassandra in one of projects. It would be useful to have cassandra working on Windows for demos and development environment for some team members. 
> I can contribute these changes in a couple of next days.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CASSANDRA-146) Better windows integration

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-146?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12731419#action_12731419 ] 

Hudson commented on CASSANDRA-146:
----------------------------------

Integrated in Cassandra #138 (See [http://hudson.zones.apache.org/hudson/job/Cassandra/138/])
    shiny new windows bat file for daemon startup

Patch by Michael Greene; reviewed by eevans for 


> Better windows integration
> --------------------------
>
>                 Key: CASSANDRA-146
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-146
>             Project: Cassandra
>          Issue Type: New Feature
>         Environment: Windows
>            Reporter: Alexander Vushkan
>            Assignee: Michael Greene
>            Priority: Minor
>         Attachments: 146_v1.diff
>
>
> I consider using cassandra in one of projects. It would be useful to have cassandra working on Windows for demos and development environment for some team members. 
> I can contribute these changes in a couple of next days.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (CASSANDRA-146) Better windows integration

Posted by "Jonathan Ellis (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-146?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Ellis updated CASSANDRA-146:
-------------------------------------

    Summary: Better windows integration  (was: Cassandra ported to windows)

(Note that Cassandra runs fine on windows, but it has no specific windows integration features, and the demo storage config uses a file layout that is more at home on unix.)

> Better windows integration
> --------------------------
>
>                 Key: CASSANDRA-146
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-146
>             Project: Cassandra
>          Issue Type: New Feature
>         Environment: Windows
>            Reporter: Alexander Vushkan
>            Priority: Minor
>
> I consider using cassandra in one of projects. It would be useful to have cassandra working on Windows for demos and development environment for some team members. 
> I can contribute these changes in a couple of next days.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.