sbt/sbt : no such file or directory error

爱⌒轻易说出口 提交于 2021-01-28 12:42:12

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!