Github user felixcheung commented on a diff in the pull request:

    https://github.com/apache/spark/pull/19370#discussion_r141683541
  
    --- Diff: bin/run-example.cmd ---
    @@ -17,6 +17,13 @@ rem See the License for the specific language governing 
permissions and
     rem limitations under the License.
     rem
     
    -set SPARK_HOME=%~dp0..
    +rem Figure out where the Spark framework is installed
    +set FIND_SPARK_HOME_SCRIPT=%~dp0find_spark_home.py
    +if exist "%FIND_SPARK_HOME_SCRIPT%" (
    +  for /f %%i in ('python %FIND_SPARK_HOME_SCRIPT%') do set SPARK_HOME=%%i
    --- End diff --
    
    I guess python is generally expected on *nix but quite possibly absent on 
Windows.



---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to