camsas / firmament

The Firmament cluster scheduling platform
Apache License 2.0
415 stars 79 forks source link

refine job submit cmake list, resolve python import error #68

Closed huahuiyang closed 6 years ago

huahuiyang commented 6 years ago

python job_submit.py <webUI port (8080)>

would throw some proto class not found error, such as:

ImportError: cannot import name label_pb2
ImportError: cannot import name label_selector_pb2

this pr refine the cmake list to resolve that issue

huahuiyang commented 6 years ago

@ICGog @ms705

ICGog commented 6 years ago

Thanks for the change! I've merged it via gerrit: https://review.gerrithub.io/c/camsas/firmament/+/418906