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

Erich Schubert commented on BIGTOP-715:
---------------------------------------

Spark packaging is still busted.

It downloads 

https://github.com/mesos/spark/archive/master.zip

and saves this .zip file as spark-0.8.0-SNAPSHOT.tar.gz

but that doesn't make it a valid .tar.gz archive. Unless your tar automatically 
falls back to zip (mine doesn't) the build will fail.

Bug fix is simple:

-SPARK_TARBALL_SRC=master.zip
+SPARK_TARBALL_SRC=master.tar.gz

It would also be nice if there was a default
SCALA_HOME=/usr/share/java
for Ubuntu and Debian users (or any other distribution which ships scala in 
standard paths)
                
> Add Spark packaging
> -------------------
>
>                 Key: BIGTOP-715
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-715
>             Project: Bigtop
>          Issue Type: Task
>          Components: Debian, RPM
>    Affects Versions: 0.3.1, 0.5.0
>            Reporter: MTG dev
>            Assignee: Konstantin Boudnik
>              Labels: hackathon-7-2013
>             Fix For: 0.7.0
>
>         Attachments: BIGTOP-715.master-0.8.patch, 
> BIGTOP-715.master-0.8.patch, BIGTOP-715.master-0.8.patch, 
> BIGTOP-715.master-0.8.patch, BIGTOP-715.master-0.8.patch, 
> BIGTOP-715.master-0.8.patch, BIGTOP-715.patch, BIGTOP-715.spark7.patch, 
> BIGTOP-715.spark7.patch, BIGTOP-715.spark7.patch
>
>
> It would be great to add Spark native packages to the BigTop.
> Spark project is in-memory fast data analytic project from Berkeley 
> (www.spark-project.org) 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to