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

Benabbas Aboubakr El Hacen commented on MESOS-464:
--------------------------------------------------

the test-framework outputs "Registered" and stops, in the webUI I see that the 
framework is registered but no tasks are active, this is a part of the master 
log  where the framework was added:
//////////////////////////////////////////////////////////////////////////////////////////////
514 11:59:12.813312  3337 master.cpp:77] No whitelist given. Advertising offers 
for all slaves
I0514 11:59:13.019750  3338 dominant_share_allocator.cpp:417] Performed 
allocation for 1 slaves in 0.024907 milliseconds
I0514 11:59:14.021473  3340 dominant_share_allocator.cpp:417] Performed 
allocation for 1 slaves in 0.025893 milliseconds
I0514 11:59:15.023226  3339 dominant_share_allocator.cpp:417] Performed 
allocation for 1 slaves in 0.022551 milliseconds
I0514 11:59:15.509485  3337 master.cpp:585] Registering framework 
201305141156-16842879-5050-3323-0000 at scheduler(1)@127.0.1.1:45943
I0514 11:59:15.511247  3338 dominant_share_allocator.cpp:144] Added framework 
201305141156-16842879-5050-3323-0000
I0514 11:59:15.511508  3338 dominant_share_allocator.cpp:417] Performed 
allocation for 1 slaves in 0.134423 milliseconds
I0514 11:59:16.025141  3337 dominant_share_allocator.cpp:417] Performed 
allocation for 1 slaves in 0.131944 milliseconds
I0514 11:59:17.026684  3340 dominant_share_allocator.cpp:417] Performed 
allocation for 1 slaves in 0.051329 milliseconds
W0514 11:59:17.814761  3339 master.cpp:77] No whitelist given. Advertising 
offers for all slaves
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
the commands i used are like this 
to launch master : 
aboubakr@aboubakr:~/Development/mesos-0.10.0/build/bin$ ./mesos-master.sh 
to launch slave :
aboubakr@aboubakr:~/Development/mesos-0.10.0/build/bin$ ./mesos-slave.sh 
--master=127.0.1.1:5050
to launch framework :
aboubakr@aboubakr:~/Development/mesos-0.10.0/build/src$ ./test-framework 
127.0.1.1:5050
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
please consider also the issue mentioned in my last comment about the 
MESOS_BUILD_DIRECTORY
                
> mesos 0.10.0 fails to build on  ubutu 13.04 
> --------------------------------------------
>
>                 Key: MESOS-464
>                 URL: https://issues.apache.org/jira/browse/MESOS-464
>             Project: Mesos
>          Issue Type: Bug
>          Components: general
>    Affects Versions: 0.10.0
>         Environment: Ubuntu 13.04 32 bits, Ubuntu 12.04 LTS 32 bits
>            Reporter: Benabbas Aboubakr El Hacen
>              Labels: newbie
>             Fix For: 0.13.0
>
>
> I try to build mesos 0.10.0 on my machine by following the instructions on 
> the README file, but when i run make I get the following :
> ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
> In file included from 
> ../third_party/boost-1.37.0/boost/uuid/random_generator.hpp:12:0,
>                  from 
> ../third_party/boost-1.37.0/boost/uuid/uuid_generators.hpp:17,
>                  from ../../third_party/libprocess/include/stout/uuid.hpp:11,
>                  from ../../src/master/master.cpp:31:
> ../third_party/boost-1.37.0/boost/uuid/seed_rng.hpp: In member function 'void 
> boost::uuids::detail::seed_rng::sha1_random_digest_()':
> ../third_party/boost-1.37.0/boost/uuid/seed_rng.hpp:153:53: warning: ignoring 
> return value of 'size_t fread(void*, size_t, size_t, FILE*)', declared with 
> attribute warn_unused_result [-Wunused-result]
> make[2]: *** [master/libmesos_no_third_party_la-master.lo] Error 1
> make[2]: Leaving directory `/home/aboubakr/Development/mesos-0.10.0/build/src'
> make[1]: *** [all] Error 2
> make[1]: Leaving directory `/home/aboubakr/Development/mesos-0.10.0/build/src'
> make: *** [all-recursive] Error 1
> /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
> I tried to find a solution to that by reading the other issues posted before, 
> but i could not understand them, besides they were for older version(12.04), 
> I would be grateful if you tell me in details the steps needed to build mesos 
> on my machine 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to