Hadoop可视化分析利器之Hue(3)

  # Use Google Analytics to see how many times an application or specific section of an application is used, nothing more. 

  ## collect_usage=true 

 

  # Support for HTTPS termination at the load-balancer level with SECURE_PROXY_SSL_HEADER. 

  ## secure_proxy_ssl_header=false 

 

  # Comma-separated list of Django middleware classes to use. 

  # See https://docs.djangoproject.com/en/1.4/ref/middleware/ for more details on middlewares in Django. 

  ## middleware=desktop.auth.backend.LdapSynchronizationBackend 

 

  # Comma-separated list of regular expressions, which match the redirect URL. 

  # For example, to restrict to your local domain and FQDN, the following value can be used: 

  # ^\/.*$,^http:\/\/www.mydomain.com\/.*$ 

  ## redirect_whitelist= 

 

  # Comma separated list of apps to not load at server startup. 

  # e.g.: pig,zookeeper 

  ## app_blacklist= 

 

  # The directory where to store the auditing logs. Auditing is disable if the value is empty. 

  # e.g. /var/log/hue/audit.log 

  ## audit_event_log_dir= 

 

  # Size in KB/MB/GB for audit log to rollover. 

  ## audit_log_max_file_size=100MB 

 

#poll_enabled=false 

 

  # Administrators 

  # ---------------- 

  [[django_admins]] 

    ## [[[admin1]]] 

    ## name=john 

    ## email=john@doe.com 

 

  # UI customizations 

  # ------------------- 

  [[custom]] 

 

  # Top banner HTML code 

  #banner_top_html=Search Team Hadoop Manager 

 

  # Configuration options for user authentication into the web application 

  # ------------------------------------------------------------------------ 

  [[auth]] 

 

    # Authentication backend. Common settings are: 

    # - django.contrib.auth.backends.ModelBackend (entirely Django backend) 

    # - desktop.auth.backend.AllowAllBackend (allows everyone) 

    # - desktop.auth.backend.AllowFirstUserDjangoBackend 

    #     (Default. Relies on Django and user manager, after the first login) 

    # - desktop.auth.backend.LdapBackend 

    # - desktop.auth.backend.PamBackend 

    # - desktop.auth.backend.SpnegoDjangoBackend 

    # - desktop.auth.backend.RemoteUserDjangoBackend 

    # - libsaml.backend.SAML2Backend 

    # - libopenid.backend.OpenIDBackend 

    # - liboauth.backend.OAuthBackend 

    #     (New oauth, support Twitter, Facebook, Google+ and Linkedin 

    ## backend=desktop.auth.backend.AllowFirstUserDjangoBackend 

 

    # The service to use when querying PAM. 

    ## pam_service=login 

 

    # When using the desktop.auth.backend.RemoteUserDjangoBackend, this sets 

    # the normalized name of the header that contains the remote user. 

    # The HTTP header in the request is converted to a key by converting 

    # all characters to uppercase, replacing any hyphens with underscores 

    # and adding an HTTP_ prefix to the name. So, for example, if the header 

    # is called Remote-User that would be configured as HTTP_REMOTE_USER 

    # 

    # Defaults to HTTP_REMOTE_USER 

    ## remote_user_header=HTTP_REMOTE_USER 

 

    # Ignore the case of usernames when searching for existing users. 

    # Only supported in remoteUserDjangoBackend. 

    ## ignore_username_case=false 

 

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/9cc6197faa692804b56a415e608cf8d9.html