I am trying to download Apache Spark in the folder spark1.
$ wget https://downloads.apache.org/spark/spark-3.0.0-preview2/SparkR_3.0.0-preview2.tar.gz
Using above statement I get a .gz file. I am trying to unzip this file using below statement:
$ tar xvf SparkR_3.0.0-preview2.tar.gz
COmmand runs with no error and lot of lines are executed. HOwever when I do ls
in the folder spark1, there is no unzipped file of SPARK. what to do?