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 2015/12/23 19:06:46 UTC

[jira] [Commented] (SPARK-12501) spark fails to build with mesos-0.26.0 (secret)

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

Sean Owen commented on SPARK-12501:
-----------------------------------

Yeah, not sure what to do about that since it can only be compatible with <= 0.25 or > 0.25 at any given time it seems. Spark is on 0.21. I don't think it's a Spark problem per se right? yes if Mesos got updated it would have to make this change.

> spark fails to build with mesos-0.26.0 (secret)
> -----------------------------------------------
>
>                 Key: SPARK-12501
>                 URL: https://issues.apache.org/jira/browse/SPARK-12501
>             Project: Spark
>          Issue Type: Bug
>          Components: Mesos
>    Affects Versions: 1.6.0
>            Reporter: Adrian Bridgett
>            Priority: Minor
>
> A heads up about a future issue when building against mesos-0.26.0:
> {noformat}
> [ERROR] /home/ubuntu/packages/spark/spark-src/core/src/main/scala/org/apache/spark/scheduler/cluster/mesos/MesosSchedulerUtils.scala:81: type mismatch;
>  found   : org.apache.mesos.protobuf.ByteString
>  required: String
> [ERROR]       credBuilder.setSecret(ByteString.copyFromUtf8(secret))
> {noformat}
> This seems to be due to MESOS-3560.
> Removing "ByteString.copyFromUtf8" from that line allows the build to succeed - however I have _no idea_ if this is the right fix I'm afraid.



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

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