cnfree0355

Results 3 comments of cnfree0355

My mysql version is 5.6, when i change these sql index lengh ,It works ! ### **evolutions/default/1.sql** create index yarn_app_result_i4 on yarn_app_result (flow_exec_id(100)); create index yarn_app_result_i5 on yarn_app_result (job_def_id(100)); create...

# It needs to be configured in your web server (nginx) to proxy to websocket as follows *web socket http header config* ```nginx map $http_upgrade $connection_upgrade { default upgrade; ''...

## **The problem is that the service only listens on localhost, so it rejects requests from others** - just add host listening on 0.0.0.0 ``` shell python -m fastchat.serve.controller --host...