Github user prabhjyotsingh commented on the pull request: https://github.com/apache/zeppelin/commit/21a084b170b29dee0f2d57aae22b00c785ef0c8e#commitcomment-19051094 In zeppelin-web/src/app/interpreter/interpreter.controller.js: In zeppelin-web/src/app/interpreter/interpreter.controller.js on line 57: Yes, its not exactly polling, but it calls `getInterpreterSettings()` which does a `$http.get(baseUrlSrv.getRestApiBase() + '/interpreter/setting')` which on success calls `checkDownloadingDependencies()` until `isDownloading` is true in a recursive way, is it not happening in your case ? I see below screenshot in my developer console until download is complete or you move out from this(#/interpreter) page. ![Uploading Screen Shot 2016-09-16 at 2.38.57 PM.pngâ¦]()
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---