[apache/incubator-teaclave] File access problem in builtin function (#458)

2021-01-19 Thread Mengyuan-L
Hi all, I have met some problems about running some builtin functions (e.g., "builtin_private_join_and_compute.py", "builtin_ordered_set_intersect.py", and "builtin_gbdt_train.py" ). The error looks like: ``` Traceback (most recent call last): File "builtin_private_join_and_compute.py", lin

Re: [apache/incubator-teaclave] File access problem in builtin function (#458)

2021-01-19 Thread Mengyuan-L
I found the reason for these kinds of problems. The reason is that the execution service inside the docker cannot correctly access the input files as well as the output files. One can fix this problem by changing ``` INPUT_FILE_URL_PREFIX = "http://localhost:6789/fixtures/functions/ordered_set

Re: [apache/incubator-teaclave] File access problem in builtin function (#458)

2021-03-17 Thread Mingshen Sun
Closed #458 via #493. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/issues/458#event-4473230252