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 2016/01/01 17:52:39 UTC

[jira] [Resolved] (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:all-tabpanel ]

Sean Owen resolved SPARK-12501.
-------------------------------
    Resolution: Not A Problem

> 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