two questions:
- how to run python3 in spark module? I run
/bin/.pyspark
and it automatically runs Python 2.7. How to run Python3? - After I run pyspark, it pops a warning like this: 16/12/29 17:33:37 WARN NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable Does it mean I downloaded the wrong spark platform?
I am using MacProBook. Thanks.