-
Notifications
You must be signed in to change notification settings - Fork 280
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question Does clipper support pandas' function? #744
Comments
|
def __get_data_lev(dataframe, id_level): |
Hi, @kiraseed . |
The returned type need to be a list of strings. Not dataframe type.
…On Wed, Jul 17, 2019 at 11:23 PM Sungjun.Kim ***@***.***> wrote:
Hi, @kiraseed <https://github.com/kiraseed> .
I think that your closure function might be wrong. Would you please share
your all codes with us?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#744?email_source=notifications&email_token=AFBD7AYBBNFK2JIF2SH3ZVTQAAD63A5CNFSM4IENHTZKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD2HOOFY#issuecomment-512681751>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AFBD7AZ3UFANBTCH6NR2NNLQAAD63ANCNFSM4IENHTZA>
.
|
@withsmilo @rkooo567 |
Clipper batch queries and adaptively adjust the max batch size to maximize throughput within the specified SLO requirement. If it cannot return the query by given SLO (which you provide in your input), it returns that default query result (the one you are looking at). So, it is most likely that your SLO specification is too low compared to your environment / complexity of code. (So, I guess in the first query, you couldn't return the result within the specified SLO, but second query could.) Can you try to increase |
@rkooo567 |
Hmm okay. Can you do |
i use DockerContainerManager; clipper_conn.get_all_apps(verbose=True) docker logs: Usage: docker logs [OPTIONS] CONTAINER Fetch the logs of a container |
Hi @kiraseed! First, please run Copy the container ID, then run |
Thanks @RehanSD |
Hmm. That's odd. Are you using a custom dockerfile? Could you also post a screens hot of the output of |
i have not used custom dockerfile.
docker logs of them are the same problem that /bin/sh: 1: Syntax error: end of file unexpected. |
This error is really odd. Is it the logs of |
when i deploy python function that contain pandas' package, the clipper output error, does the cliper not support by padans (eg: grouby, merge)? or how to solve it?
The text was updated successfully, but these errors were encountered: