tangzhankun_os

Results 24 comments of tangzhankun_os

hi @elingg Thanks for the reminder of protocol buffer. The APIs also include MesosSchedulerDriver's "reconcileTasks()" "sendFrameworkMessage" and so on. Although we can understand it form the source code of mesos...

Hi, @elingg yes. the way is similar. Here is what I have done to configure Myriad ( in its Resource Manager host ) to use hdfs-mesos: 1. Replace hdfs-site.xml of...

Hi, @adam-mesos Thanks for the cool ideas! Yes. Update the task name is a good way to do this. Do you know when will the phase 1 of MESOS-1280 be...

Hi @elingg , our case can be deployed like this. But there is a problem: If the two original name nodes failed one by one, then hdfs-mesos will start two...

hi @elingg , I don't quite understand. I checked the hdfs-site.xml generated when using Mesos-DNS. We populate the namenode infomations using hostname (not using DNS name like "namenode1.hdfs.mesos"): dfs.ha.namenodes.hdfs nn1,nn2...

hi, @elingg Yes. I see that sample hdfs-site.xml and core-site.xml. Thanks. I mean hdfs-Mesos can also generated a hdfs-site.xml with "namenode1.hdfs.mesos:50071" in it. Isn't it?

yes. Do you have a plan to implement this in future? If so, I am glad to help.

Is implemented? I had a Mesos DNS enabled cluster, but didn't see a hdfs-site.xml with Mesos DNS names populated in it. Shouldn't it be implemented in ServeHdfsConfigHandler? or where is...

Yes. Thanks very much. My question is that I didn't see hdfs-mesos populate this config file in "ServeHdfsConfigHandler", so such config file is a manual step? or you changed the...