You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
with mesos 0.27.0
Class org.apache.mesos.Protos.CommandInfo.ContainerInfo is removed (deprecated before 0.27.0)
as a result, mesos-hadoop build faild with mesos version >=0.27
mesos-hadoop code update is required to match new mesos version.
Thank you very much
The text was updated successfully, but these errors were encountered:
Yes, I try to build Hadoop 2.7.2 on Mesos 1.4.1 and when do "mvn package" commend ,
it returns : " /src/main/java/org/apache/mesos/hadoop/Utils.java:[46,28] cannot find symbol [ERROR] symbol: class ContainerInfo".
with mesos 0.27.0
Class org.apache.mesos.Protos.CommandInfo.ContainerInfo is removed (deprecated before 0.27.0)
as a result, mesos-hadoop build faild with mesos version >=0.27
mesos-hadoop code update is required to match new mesos version.
Thank you very much
The text was updated successfully, but these errors were encountered: