You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2018/05/14 06:51:51 UTC

[GitHub] birdflyinhigh commented on issue #4955: 502 bad gateway when click "Force Refresh" when query data from hive by presto

birdflyinhigh commented on issue #4955: 502 bad gateway when click "Force Refresh" when  query data from hive by presto
URL: https://github.com/apache/incubator-superset/issues/4955#issuecomment-388714298
 
 
   this is because our web server was not deployed properly. it is suggested to use gunicorn with the following command: 
   gunicorn \
                 -w 10 \
                 -k gevent \
                 --timeout 120 \
                 -b  0.0.0.0:6666 \
                 --limit-request-line 0 \
                 --limit-request-field_size 0 \
                 --statsd-host localhost:8125 \
                 superset:app

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org