following the guide at https://mesos.apache.org/gettingstarted/
if you met the following issue, need hack it to change the Version: 2012d to 2012 in file pytz-2012d-py2.7.egg-info
pkg_resources.VersionConflict: (pytz 2012d (/usr/lib/python2.7/site-packages), Requirement.parse('pytz>=2010'))
python examples runs ok with mesos 1.0.1
/home/osboxes/mesos/build/3rdparty/setuptools-20.9.0/pkg_resources/__init__.py:1268: UserWarning: /home/osboxes/.python-eggs is writable by group/others and vulnerable to attack when used with get_resource_filename. Consider a more secure location (set with .set_extraction_path or the PYTHON_EGG_CACHE environment variable).
warnings.warn(msg, UserWarning)
I1031 02:04:19.299875 13734 sched.cpp:226] Version: 1.0.1
I1031 02:04:19.312309 13773 sched.cpp:330] New master detected at master@10.88.48.57:5050
I1031 02:04:19.313021 13773 sched.cpp:341] No credentials provided. Attempting to register without authentication
I1031 02:04:19.322294 13773 sched.cpp:743] Framework registered with 6a67bc4f-1339-42e0-97bd-dd3243887c2a-0006
Registered with framework ID 6a67bc4f-1339-42e0-97bd-dd3243887c2a-0006
Received offer 6a67bc4f-1339-42e0-97bd-dd3243887c2a-O15 with cpus: 1.0 and mem: 6609.0
Launching task 0 using offer 6a67bc4f-1339-42e0-97bd-dd3243887c2a-O15
Task 0 is in state TASK_RUNNING
Task 0 is in state TASK_FINISHED
Received message: 'data with a \x00 byte'
Received offer 6a67bc4f-1339-42e0-97bd-dd3243887c2a-O16 with cpus: 1.0 and mem: 6609.0
Launching task 1 using offer 6a67bc4f-1339-42e0-97bd-dd3243887c2a-O16
Task 1 is in state TASK_RUNNING
Task 1 is in state TASK_FINISHED
Received message: 'data with a \x00 byte'
Received offer 6a67bc4f-1339-42e0-97bd-dd3243887c2a-O17 with cpus: 1.0 and mem: 6609.0
Launching task 2 using offer 6a67bc4f-1339-42e0-97bd-dd3243887c2a-O17
Task 2 is in state TASK_RUNNING
Task 2 is in state TASK_FINISHED
Received message: 'data with a \x00 byte'
Received offer 6a67bc4f-1339-42e0-97bd-dd3243887c2a-O18 with cpus: 1.0 and mem: 6609.0
Launching task 3 using offer 6a67bc4f-1339-42e0-97bd-dd3243887c2a-O18
Task 3 is in state TASK_RUNNING
Task 3 is in state TASK_FINISHED
Received message: 'data with a \x00 byte'
Received offer 6a67bc4f-1339-42e0-97bd-dd3243887c2a-O19 with cpus: 1.0 and mem: 6609.0
Launching task 4 using offer 6a67bc4f-1339-42e0-97bd-dd3243887c2a-O19
Task 4 is in state TASK_RUNNING
Task 4 is in state TASK_FINISHED
All tasks done, waiting for final framework message
Received message: 'data with a \x00 byte'
All tasks done, and all messages received, exiting
I1031 02:04:26.495678 13773 sched.cpp:1987] Asked to stop the driver
I1031 02:04:26.495754 13773 sched.cpp:1187] Stopping framework '6a67bc4f-1339-42e0-97bd-dd3243887c2a-0006'
I1031 02:04:26.497079 13734 sched.cpp:1987] Asked to stop the driver
if you met the following issue, need hack it to change the Version: 2012d to 2012 in file pytz-2012d-py2.7.egg-info
python examples runs ok with mesos 1.0.1
/home/osboxes/mesos/build/3rdparty/setuptools-20.9.0/pkg_resources/__init__.py:1268: UserWarning: /home/osboxes/.python-eggs is writable by group/others and vulnerable to attack when used with get_resource_filename. Consider a more secure location (set with .set_extraction_path or the PYTHON_EGG_CACHE environment variable).
warnings.warn(msg, UserWarning)
I1031 02:04:19.299875 13734 sched.cpp:226] Version: 1.0.1
I1031 02:04:19.312309 13773 sched.cpp:330] New master detected at master@10.88.48.57:5050
I1031 02:04:19.313021 13773 sched.cpp:341] No credentials provided. Attempting to register without authentication
I1031 02:04:19.322294 13773 sched.cpp:743] Framework registered with 6a67bc4f-1339-42e0-97bd-dd3243887c2a-0006
Registered with framework ID 6a67bc4f-1339-42e0-97bd-dd3243887c2a-0006
Received offer 6a67bc4f-1339-42e0-97bd-dd3243887c2a-O15 with cpus: 1.0 and mem: 6609.0
Launching task 0 using offer 6a67bc4f-1339-42e0-97bd-dd3243887c2a-O15
Task 0 is in state TASK_RUNNING
Task 0 is in state TASK_FINISHED
Received message: 'data with a \x00 byte'
Received offer 6a67bc4f-1339-42e0-97bd-dd3243887c2a-O16 with cpus: 1.0 and mem: 6609.0
Launching task 1 using offer 6a67bc4f-1339-42e0-97bd-dd3243887c2a-O16
Task 1 is in state TASK_RUNNING
Task 1 is in state TASK_FINISHED
Received message: 'data with a \x00 byte'
Received offer 6a67bc4f-1339-42e0-97bd-dd3243887c2a-O17 with cpus: 1.0 and mem: 6609.0
Launching task 2 using offer 6a67bc4f-1339-42e0-97bd-dd3243887c2a-O17
Task 2 is in state TASK_RUNNING
Task 2 is in state TASK_FINISHED
Received message: 'data with a \x00 byte'
Received offer 6a67bc4f-1339-42e0-97bd-dd3243887c2a-O18 with cpus: 1.0 and mem: 6609.0
Launching task 3 using offer 6a67bc4f-1339-42e0-97bd-dd3243887c2a-O18
Task 3 is in state TASK_RUNNING
Task 3 is in state TASK_FINISHED
Received message: 'data with a \x00 byte'
Received offer 6a67bc4f-1339-42e0-97bd-dd3243887c2a-O19 with cpus: 1.0 and mem: 6609.0
Launching task 4 using offer 6a67bc4f-1339-42e0-97bd-dd3243887c2a-O19
Task 4 is in state TASK_RUNNING
Task 4 is in state TASK_FINISHED
All tasks done, waiting for final framework message
Received message: 'data with a \x00 byte'
All tasks done, and all messages received, exiting
I1031 02:04:26.495678 13773 sched.cpp:1987] Asked to stop the driver
I1031 02:04:26.495754 13773 sched.cpp:1187] Stopping framework '6a67bc4f-1339-42e0-97bd-dd3243887c2a-0006'
I1031 02:04:26.497079 13734 sched.cpp:1987] Asked to stop the driver
Comments
Post a Comment