ucbrise / cirrus

Serverless ML Framework
Apache License 2.0
107 stars 19 forks source link

Extend interface to make it more useable for other people #7

Open tomtseng opened 4 years ago

tomtseng commented 4 years ago

Here are some adjustments to the interface that would make this more useable for other researchers who want to run or benchmark this. (In the meantime, hopefully this helps anyone else who wants to launch this. I didn't manage to fully launch it.)

jcarreira commented 4 years ago

Hi Tom, thanks for the comment. At the moment I'm the only one on this. I will try to go over as many of your comments as possible (and your PR) in the next week or so.

tomtseng commented 4 years ago

No problem, thanks!

(This isn't blocking me on anything, I was just looking at this for part of a class project. We decided to pivot elsewhere. So there's no rush on this from my end, I just wanted to put up an issue to describe some problems I ran into when trying to run this.)

dansantan commented 3 years ago

what the version of aws-cpp-sdk do you use? I use the Version 1.8, now I meet the make error ,

/usr/bin/ld: /home/cirrus-master/third_party/aws-sdk-cpp/aws-cpp-sdk-core/include/aws/core/utils/event/EventHeader.h:59: undefined reference to `aws_event_stream_header_value_as_byte'

Do you have any suggestions?

@andrewmzhang

dansantan commented 3 years ago

Update! I use ubuntu 18.04 and aws-cpp-sdk 1.6.0,it is work now !