Zhaorui Wu

Results 6 issues of Zhaorui Wu

我启动了openwhisk,redis-server并在local.env做了配置后,执行./eval.sh --online-compiling-make后并没有在openwhisk的控制台看到action调用。 请问是我配置有问题吗? local.env配置如下 ``` # Openwhisk OPENWHISK_APIHOST=172.18.0.1 OPENWHISK_APIPORT=3233 OPENWHISK_TOKEN=23bc46b1-71f6-4ed5-8c54-816aa4f8c502:123zO3xZCLrMN6v2BKK1dXYFpXlPkccOFqm12CdAsMgRU4VrNZ9lyGVCGuMDGIwP ... # online-compiling GG_MODELPATH=/home/vagrant/ServerlessBench/Testcase4-Application-breakdown/online-compiling/src/models/wrappers GG_STORAGE_URI=redis://127.0.0.1:6379 GG_DIR=/tmp/_gg #这是我额外配置的,因为运行./eval.sh的时候一开始会报错找不到GG_DIR ... ``` openwhisk的启动脚本如下: ```bash ./gradlew :core:standalone:build java -jar ./bin/openwhisk-standalone.jar -c ./bin/application.conf --api-gw ```

Hi, community The error occurs when I am trying to run a set of parallel actions. > { "error": "Internal error: Cannot find module 'redis-commands'\nRequire stack:\n- /nodejsAction/runner.js\n- /nodejsAction/src/service.js\n- /nodejsAction/app.js" }...

Hi there, I want to build a DAG job in openwhisk by using wskdeploy. I know wskdeploy can create a sequence, but can wskdeploy create a DAG job? suppose there...

Hello there, I am wondering if can set a http/https proxy for openwhisk-cli. I search document of repo:openwhisk and found there is some [related instruction](https://github.com/apache/openwhisk/blob/master/docs/cli.md#using-the-openwhisk-cli) for setting it. I set...

感谢科研人员的贡献, 这个trace对我的研究很有帮助! 请问这些数据是通过什么工具收集的?如果是自研的工具,请问哪些开源工具可以采集到和本trace类似的数据条目? 谢谢!

I ran the file ext/raith21/main.py and check the output dataFrame. And I found something wrong with the values in the log file. Some values for CPU and memory exceed 100...