问题
I'm trying to install spark in my ubuntu machine. I have installed sbt and scala. I'm able to view their versions. But, when I try to install spark using 'sbt/sbt assembly' command, i get the below error. 'bash: sbt/sbt: No such file or directory'
Can you please let me know where I am making a mistake. I have been stuck here since yesterday.
Thank you for the help in advance.
回答1:
You may had downloaded the pre-built version of Spark. If its a pre-built you dont need to execute built tool command(sbt) and it wont be available.
来源:https://stackoverflow.com/questions/29331873/sbt-sbt-no-such-file-or-directory-error