What path do I use for pyspark?
问题 I have spark installed. And, I can go into the bin folder within my spark version, and run ./spark-shell and it runs correctly. But, for some reason, I am unable to launch pyspark and any of the submodules. So, I go into bin and launch ./pyspark and it tells me that my path is incorrect. The current path I have for PYSPARK_PYTHON is the same as where I'm running the pyspark executable script from. What is the correct path for PYSPARK_PYTHON ? Shouldn't it be the path that leads to the