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

Sean Owen commented on SPARK-5625:
----------------------------------

The assembly jar is not extracted. It's a jar file like any other. It contains 
the core classes, as you can see with {{jar tf}}. Have you tried that? The 
binary distribution does not contain individual module artifacts. Those are 
published in Maven, since by themselves, they are only relevant as Maven 
artifacts. They are put together into an assembly for binary distributions. 
This is the thing you would use when actually deploying Spark on a cluster.

> Spark binaries do not incude Spark Core
> ---------------------------------------
>
>                 Key: SPARK-5625
>                 URL: https://issues.apache.org/jira/browse/SPARK-5625
>             Project: Spark
>          Issue Type: Bug
>          Components: Java API
>    Affects Versions: 1.2.0
>         Environment: CDH4
>            Reporter: DeepakVohra
>
> Spark binaries for CDH 4 do not include the Spark Core Jar. 
> http://spark.apache.org/downloads.html



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to