[GitHub] flink pull request: [FLINK-1832] Fix start scripts for Cygwin and ...

2015-04-08 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/flink/pull/575


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] flink pull request: [FLINK-1832] Fix start scripts for Cygwin and ...

2015-04-07 Thread fhueske
GitHub user fhueske opened a pull request:

https://github.com/apache/flink/pull/575

[FLINK-1832] Fix start scripts for Cygwin and paths with spaces

A few fixes for the start and submission scripts. 
Right now they fail for:
- all scripts fail on Cygwin
- `./bin/flink` fails on Unix for Flink root paths that contain spaces

Also, some duplicated code is removed.

Fixes should be backported to 0.8 as well.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/fhueske/flink cygwin

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/flink/pull/575.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 #575


commit dc9af9249c8fc1c8817ed73c90c0fa048130c7ba
Author: Maximilian Michels m...@apache.org
Date:   2015-04-07T10:56:12Z

[FLINK-1832] [scripts] fix conversion to Windows path with spaces

commit f20b4827c0d1fb49fd5c6773eeb05ac5540eab4b
Author: Fabian Hueske fhue...@apache.org
Date:   2015-04-07T18:59:44Z

[FLINK-1832] [scripts] fix start scripts for Cygwin and paths with spaces.




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---