I need to install pyspark for anaconda. My machine does not have internet connection hence, this wont work. It times out.
./conda install -c conda-forge pyspark
I also tried
./conda install --offline <psyapark.tar>
it tries to go to the internet. I dont get this
I have the the source file:
pyspark-2.3.1.tar
How can I install this tar file under anaconda?