Hi All,
I need your help is setting up Mesos Multinode Cluster:

I am new to mesos, facing issue while setting up Mesos Multi node cluster.
I have two Nodes: Node1 and Node 2

this is what i am doing to do set up.

*Node 1 Terminal*

Step Install all required libraris
        Done : make
                   make check
                   *Failing with HTTP test failing*.
 Starting Mesos Master:
    master@Node1: /build/mesos-master --work_dir_/var/lib/mesos

Mesos Master is running well

*Node 2 Terminal*

slave@Node2: /build/mesos-slave --master:MasterServerHostname:5050
 Slave is also starting.

Now I am trying to test using test framework on maser Node1

JAVA:
   Running /build/src/exampls/java/test-framework MasterServerHostname:5050
Failed: no example.jar file present

Python:
  Running: /build/src/exampls/python/test-framework MasterServerHostname:50
50

Failing: Task 0 is in state TASK_LOST

The update data did not match!
  Expected: 'data with a \x00 byte'
  Actual:   ''
Failed to call scheduler's statusUpdate

Any idea or pointer where I am doing wrong.
-- 
Regards,
Mahendra

Reply via email to