GitHub user prakashpc opened a pull request:

    https://github.com/apache/spark/pull/7012

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

    [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

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

    $ git pull https://github.com/prakashpc/spark master

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

    https://github.com/apache/spark/pull/7012.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 #7012
    
----
commit b40fa457ceafe4467a374648cc42944285740c10
Author: Prakash PC <prakash.chi...@gmail.com>
Date:   2015-06-25T04:57:55Z

    [SPARK-8603] [sparkR] Wrong file path computed in windows

commit ecbde2e07405fd186e4d3aa30e140bab6079a8eb
Author: Prakash PC <prakash.chi...@gmail.com>
Date:   2015-06-25T05:04:11Z

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

commit a2b7ee8cbb05761dc0d472abfefe5db0e5ee856e
Author: Prakash PC <prakash.chi...@gmail.com>
Date:   2015-06-25T05:16:30Z

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

commit ad748dc1a53c49bebf9cfc74f25ba269626618a8
Author: Prakash PC <prakash.chi...@gmail.com>
Date:   2015-06-25T05:19:01Z

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

commit fdfd5a87412b8b4ca4bacd6374d20cc4fc9a8775
Author: Prakash PC <prakash.chi...@gmail.com>
Date:   2015-06-25T07:15:57Z

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

commit bd80bcfe8bc746f8e666eb6a862e9f1b391b1c36
Author: Prakash PC <prakash.chi...@gmail.com>
Date:   2015-06-25T07:37:41Z

     launchBackend function signature missmatch

commit a0147a988dec5b51a2398c587c94bc93470cd560
Author: Prakash PC <prakash.chi...@gmail.com>
Date:   2015-06-25T07:43:48Z

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

----


---
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.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to