You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Sean Owen (JIRA)" <ji...@apache.org> on 2014/06/21 14:36:24 UTC

[jira] [Commented] (SPARK-1759) sbt/sbt package fail cause by directory

    [ https://issues.apache.org/jira/browse/SPARK-1759?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14039792#comment-14039792 ] 

Sean Owen commented on SPARK-1759:
----------------------------------

As discussed at https://github.com/apache/spark/pull/693 I think this can be closed.

> sbt/sbt package fail cause by directory
> ---------------------------------------
>
>                 Key: SPARK-1759
>                 URL: https://issues.apache.org/jira/browse/SPARK-1759
>             Project: Spark
>          Issue Type: Bug
>          Components: Spark Core
>    Affects Versions: 0.9.0, 0.9.1
>         Environment: ubuntu14.04
>            Reporter: Jian Pan
>             Fix For: 0.9.2
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> 1.create a project named simpleApp
> $cd simpleApp
> $ find .
> .
> ./simple.sbt
> ./src
> ./src/main
> ./src/main/scala
> ./src/main/scala/simpleApp.scala
> $ ~/Software/spark-0.9.1/sbt/sbt 
> awk: fatal: cannot open file `./project/build.properties' for reading (No such file or directory)
> Attempting to fetch sbt
> /home/jpan/Software/spark-0.9.1/sbt/sbt: line 35: /sbt/sbt-launch-.jar: No such file or directory
> /home/jpan/Software/spark-0.9.1/sbt/sbt: line 35: /sbt/sbt-launch-.jar: No such file or directory
> Our attempt to download sbt locally to /sbt/sbt-launch-.jar failed. Please install sbt manually from http://www.scala-sbt.org/
> it failed because sbt  use relative path。



--
This message was sent by Atlassian JIRA
(v6.2#6252)