GitHub user avulanov opened a pull request:

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

    [SPARK-15851] [Build] Fix the call of the bash script to enable proper run 
in Windows

    ## What changes were proposed in this pull request?
    The way bash script `build/spark-build-info` is called from `core/pom.xml` 
prevents Spark building on Windows. Instead of calling the script directly we 
call `bash` and pass the script as an argument. This enables running it on 
Windows with bash installed which typically comes with Git.
    
    ## How was this patch tested?
    Build tested on Windows 7 and Red Hat Enterprise Linux Server release 6.8 
    
    


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

    $ git pull https://github.com/avulanov/spark SPARK-15851-win

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

    https://github.com/apache/spark/pull/13612.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 #13612
    
----
commit aa1927f19ed24af60001fd822898cae51043f8e4
Author: avulanov <na...@yandex.ru>
Date:   2016-06-10T22:41:59Z

    Fix the call of the bash script to enable proper run in Windows

----


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