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

Andrew Palumbo commented on MAHOUT-1685:
----------------------------------------

Can reproduce compilations by tapplying this patch:

https://github.com/apache/mahout/pull/117

and enabling the {{spark-shell}} build.


I tried a few workarounds a couple of weeks ago, and hven't looked at it since. 
I think that one of the bigger issues was:

>From the overidden  `SparkILoop` class :
{code}
 private[repl] var intp : org.apache.spark.repl.SparkIMain = { ... }
{code}

as well:
{code}
private[repl] trait SparkILoopInit
{code} 

Keeps us from extending `SparkILoopInit` (not something that we're doing now, 
but was one workaround that I looked at). Although they do still let us 
override the welcome method... which is not very helpful...

> Move Mahout shell to Spark 1.3+
> -------------------------------
>
>                 Key: MAHOUT-1685
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-1685
>             Project: Mahout
>          Issue Type: Improvement
>          Components: Mahout spark shell
>            Reporter: Pat Ferrel
>            Assignee: Dmitriy Lyubimov
>            Priority: Critical
>             Fix For: 0.11.0
>
>         Attachments: mahout-shell-spark-1.3-errors.txt
>
>
> Building for Spark 1.3 we found several important APIS used by the shell are 
> now marked package private in Spark, making them inaccessible.



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

Reply via email to