Skip to content

Conversation

@pcp-dev
Copy link

@pcp-dev pcp-dev commented Jun 25, 2015

[SPARK-8603] [sparkR] In windows, Incorrect file seperator passed to Java and Scripts from R

Issue 1:
R supports both file separator in the file path (Unix : / and Windows: ) irrespective of the operating system but when passing file path to Java or script program, it has to be converted according to operating system

issue 2: launchBackend function signature missmatch

@AmplabJenkins
Copy link

Can one of the admins verify this patch?

@shivaram
Copy link
Contributor

@prakashpc Thanks for the change. I am not sure windows file path separator is actually a problem it seems to work fine on my Windows VM even without changing the file separator. Does changing the file separator actually fix the problem in your setting ?

However the other one is a pretty obvious bug. Can you open a new PR with just the packages change ? We can discuss the file separator more in the JIRA

@pcp-dev
Copy link
Author

pcp-dev commented Jun 25, 2015

Yes ! the change fixed the issue.
ok.I will create the separate PR for the signature mismatch issue.

@shivaram
Copy link
Contributor

@prakashpc I actually fixed the packages thing in #7022 -- I'll try out the file separator fix today and get back to you.

@pcp-dev
Copy link
Author

pcp-dev commented Jun 25, 2015

Closing the pull request to split this pull request to two

  1. File separator issue --> [SPARK-8603] [sparkR] In windows, Incorrect file seperator passed to … #7025
  2. Signature mismatch issue

@pcp-dev pcp-dev closed this Jun 25, 2015
@Vonisoa
Copy link

Vonisoa commented Mar 22, 2017

I have the same trouble but can you explain me how to solve it please?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants