dongjoon-hyun commented on pull request #26194:
URL: https://github.com/apache/spark/pull/26194#issuecomment-791636346


   Hi, @Neeraj9697 . The following is the result of Apache Spark 3.1.1 on 
Python 3.9.1 on Mac.
   - Which Spark Version are you using?
   - Are you reporting that PySpark doesn't work on Windows OS specifically?
   
   ```
   $ bin/pyspark
   Python 3.9.1 (default, Jan 19 2021, 12:49:23)
   [Clang 12.0.0 (clang-1200.0.32.28)] on darwin
   Type "help", "copyright", "credits" or "license" for more information.
   21/03/05 11:34:38 WARN NativeCodeLoader: Unable to load native-hadoop 
library for your platform... using builtin-java classes where applicable
   Using Spark's default log4j profile: 
org/apache/spark/log4j-defaults.properties
   Setting default log level to "WARN".
   To adjust logging level use sc.setLogLevel(newLevel). For SparkR, use 
setLogLevel(newLevel).
   Welcome to
         ____              __
        / __/__  ___ _____/ /__
       _\ \/ _ \/ _ `/ __/  '_/
      /__ / .__/\_,_/_/ /_/\_\   version 3.1.1
         /_/
   
   Using Python version 3.9.1 (default, Jan 19 2021 12:49:23)
   Spark context Web UI available at http://localhost:4040
   Spark context available as 'sc' (master = local[*], app id = 
local-1614972879606).
   SparkSession available as 'spark'.
   >>>
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



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

Reply via email to